/FastAPI-ML

copying some of Nicholas Renotte amazing work

Primary LanguagePython

SKLean prediction through API

Thanks to the great video from Nicholas Renotte (linked here)

  1. Create a new enviroment
  2. pip install -r requirements.txt
  3. uvicorn mlapi:app --reload --port 5001
  4. Send a POST using the sample.json body to your http://localhost:5001