This project predicts car mileage (MPG) using Machine Learning.
- Data preprocessing
- Linear Regression model
- Pipeline implementation
- Model saved using joblib
- FastAPI for prediction
python train.py
uvicorn app:app --reload
{ "cylinders": 6, "displacement": 250, "horsepower": 100, "weight": 3300, "acceleration": 15, "model_year": 76, "origin": 1 }