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
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver
After running the project, you can view the documentation here:
Swagger:
ReDoc