This repo is for the article above, you can read more here
To run either of the files:
- Clone the repo
- Navigate into the directory you wish to run
- Run pip install -r requirements.txt
- Run the start command:
- flask run <-- For flask server
- uvicorn app:app <-- For FastAPI server.