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

DragonHack 2018 project that won best mobile hack award.

Notifications You must be signed in to change notification settings

zerodays/dragonhack-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DragonHack 2018 project that won best mobile hack award.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages