Skip to content

API for analyzing checks, where you can upload a pdf file and then get some recommendations on how to optimize your spending

License

Notifications You must be signed in to change notification settings

Jaswine/smart-check-scanner-backend

Repository files navigation

SmartCheckScanner Backend

📜 Description

A website for analyzing receipts, where you can upload or take a picture of a receipt and then get some recommendations on how to optimize your spending

🏁 How to run?

python3 -m venv .venv

source .venv/bin/activate

pip install -r requirements.txt

python3 manage.py migrate

python3 manage.py runserver

📑 Documentation

After running the project, you can view the documentation here:

Swagger:

http://127.0.0.1:8000/api/docs/

ReDoc

http://127.0.0.1:8000/api/redoc/

About

API for analyzing checks, where you can upload a pdf file and then get some recommendations on how to optimize your spending

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages