This repository holds the code used for article in Analytics Vidhya Blogathon. To read the corresponding article then head over to this link: https://www.analyticsvidhya.com/blog/2020/11/fastapi-the-right-replacement-for-flask/
- tutorial.py file is the one used for FastAPI demo code in article
- music.py file is the class layout (Pydantic model) for data validation
- main.py file is the music genre classifier FastAPI code
- model_tree.pkl is the decision tree classifier file