Spaces:
Running
Running
A newer version of the Streamlit SDK is available: 1.56.0
Backend (Flask + SQLite)
Setup
cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
Server runs on http://127.0.0.1:5000.
APIs
GET /api/healthPOST /api/registerPOST /api/loginPOST /api/analyze(multipart form:file,scanMode)
SQLite database file is created at backend/app.db.