Dragon hack 2018 project that scans receipts using ocr and displays you monthly and weekly statistics for your finances.
- Move to server directory
cd server
- Create virtual env
python -m venv venv3
-
Activate it
- bash
source venv3/bin/activate
- fish
. venv3/bin/activate.fish
-
Install packages
pip install -r requirements.txt
- 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
.
We are using flutter framework for app and it's required to run the app.
- Move to app directory
cd app
- Get packages
flutter packages get
- Run app
flutter run