Table of Contents
Here is a sample project using a simple model for Miles Per Gallon (MPG) prediction. The data was sourced from the UCI Machine Learning repository, it contains the city-cycle fuel consumption in miles per gallon. The main aim of this project is to predict the MPG value for a vehicle, given that we have other attributes available for a given vehicle.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/Shauntjh92/MPG_Project.git
- Install Python packages
pip install -r requirements.txt
- Run main app file
python main.py
- Run test_request.ipynb to test the post request
Run notebook along with vehicle configuration and post request
Project Link: https://github.com/Shauntjh92/MPG_Project