Thanks to the great video from Nicholas Renotte (linked here)
- Create a new enviroment
- pip install -r requirements.txt
- uvicorn mlapi:app --reload --port 5001
- Send a POST using the sample.json body to your http://localhost:5001
Thanks to the great video from Nicholas Renotte (linked here)