Part of the Huggingface JAX/Flax event.
To build the Docker and activate the Docker compose, run:
make build
If you only need to refresh the Docker compose:
make up
Check the logs:
make logs
If you're in a debugging mode, change the DEBUG
variable in .env
to enable hot reload.
- FastAPI documentation: http://localhost:8000
- Streamlit UI: http://localhost:8501
Base template from here.