/fastapiexample

FASTAPI Example

Primary LanguageJupyter Notebook

fastapiexample

FASTAPI Example

install dependencies

pip install fastapi uvicorn pydantic

create model using Training.ipynb

run app using

uvicorn main:app --reload