Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (47 loc) · 978 Bytes

README.md

File metadata and controls

60 lines (47 loc) · 978 Bytes

Dragon Hack 2018

Dragon hack 2018 project that scans receipts using ocr and displays you monthly and weekly statistics for your finances.

Server

  1. Move to server directory
cd server
  1. Create virtual env
python -m venv venv3
  1. Activate it

    • bash
    source venv3/bin/activate
    
    • fish
    . venv3/bin/activate.fish
    
  2. Install packages

pip install -r requirements.txt
  1. Run server
python main.py

Note: We are using google for ocr and you need api key with vision api enabled. You should put your key into API_KEY variable located in file server/main.py.

APP

We are using flutter framework for app and it's required to run the app.

  1. Move to app directory
cd app
  1. Get packages
flutter packages get
  1. Run app
flutter run

App Screenshots