apurvayadav / auto-mpg-prediction

A ML Web App which predicts Miles Per Gallon(MPG) efficiency of a vehicle when provided 7 inputs like Weight, Displacement etc.

Home Page:https://prediction-mpg-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-mpg-prediction

A normal Machine Learning web app that predicts the vehicle miles per gallon efficiency (MPG) given 7 input features. A Random Forest Regression model is used to predict the MPG value.

  • Cylinders
  • Displacement
  • Horsepower
  • Weight
  • Acceleration
  • Model Year
  • Origin

The detailed explaination of the model can be found in the auto-mpg.ipynb and predicting_fuel_efficiency.ipynb.

Tools:

  • Python
  • Sklearn
  • Pandas
  • Matplotlib
  • Bootstrap
  • Heroku
  • Other tools can be found in the requirements.txt

References:

About

A ML Web App which predicts Miles Per Gallon(MPG) efficiency of a vehicle when provided 7 inputs like Weight, Displacement etc.

https://prediction-mpg-app.herokuapp.com/


Languages

Language:Jupyter Notebook 98.0%Language:HTML 1.2%Language:Python 0.7%Language:Procfile 0.0%