Please read the docs for more information.
pip install -r requirements.txt(You can also use uv/conda/venv/etc)
python app.pyOr using uvicorn directly:
uvicorn app:app --host 0.0.0.0 --port 8000| Name | Name | Last commit date | ||
|---|---|---|---|---|
Please read the docs for more information.
pip install -r requirements.txt(You can also use uv/conda/venv/etc)
python app.pyOr using uvicorn directly:
uvicorn app:app --host 0.0.0.0 --port 8000