Skip to content

A receipt organizer (first hackathon project)

Notifications You must be signed in to change notification settings

Bomb3077/receipt-organizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A receipt organizer prototype that uses AI to sort receipts based on its info automatically.

Get started

pip install google-cloud-storage flask requests-toolbelt pymongo
python -m pip install requests
python3 -m pip install 'pymongo[srv]'

Please set up Python flask environment with the given link

https://flask.palletsprojects.com/en/3.0.x/installation/#virtual-environments

Detail about TAGGUN OCR API

https://developers.taggun.io/reference/scan-your-first-receipt

Note

API key for opening should be stored in a file outside of project

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.9%
  • CSS 28.9%
  • HTML 25.3%
  • JavaScript 1.9%