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 -dNeeded variables:
POSTGRES_PORTPOSTGRES_HOSTPOSTGRES_DBPOSTGRES_USERPOSTGRES_PASSWORDNGROK_AUTHTOKENNGROK_URL
- python 3.11 - programming language
- cold-start - ML processor
- FastAPI - web server engine
- SQLAlchemy - database engine (PostgreSQL)
- Docker Compose - deployment tool
- And more