A beginner Machine Learning API built using:
- FastAPI
- NumPy
- Scikit-learn
- JSON
- Train Linear Regression Model
- Predict House Prices
- JSON Request/Response
- Swagger Documentation
python train_model.pyuvicorn app.main:app --reload{
"area": 1500,
"bedrooms": 3
}{
"predicted_price": 350000
}