Web API wrapper for the module - backend part
Python package is available at PyPI
git clone https://github.com/digital-fracture/codd-street-graph-backend.git
cd cold-start-backend
touch .env # you will need to declare variables listed below
docker compose up -d
Needed variables:
POSTGRES_PORT
POSTGRES_HOST
POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
NGROK_AUTHTOKEN
NGROK_URL
- python 3.11 - programming language
- cold-start - ML processor
- FastAPI - web server engine
- SQLAlchemy - database engine (PostgreSQL)
- Docker Compose - deployment tool
- And more