Custom API for progress tracking purposes
# VirtualEnv (optional but recommended)
$ python3 -m venv .venv && source .venv/bin/activate
# Install dependencies
$ pip install -r requirements.txt
# Run the server
$ python3 asgi.pyAPI should run on localhost:8080 by default
Check localhost:8080/docs for the API documentation