Skip to content

SoumyaSahoo14/FuelPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FuelPredictor

Trained to predict vehicle fuel consumption using regression models and real-world automotive data.

β›½ Vehicle Fuel Consumption Prediction

A machine learning project to predict the fuel consumption of vehicles using regression models. The project is designed using Jupyter Notebooks and includes training, model loading, and real-time predictions.


πŸ“Š Project Overview

This project aims to estimate vehicle fuel consumption based on features such as engine size, cylinders, fuel type, and CO2 emissions. It uses preprocessed datasets and trained models to allow accurate predictions with minimal latency.


πŸ’‘ Features

  • πŸ” Predict fuel consumption from input features
  • πŸ’Ύ Load pre-trained model from file
  • πŸ“‰ Visualize and test model performance
  • πŸ“ Modular notebook structure for clarity

πŸ› οΈ Technologies Used

  • Python 3.x
  • Pandas – Data manipulation
  • Scikit-learn – Machine Learning models
  • Matplotlib/Seaborn – Visualization
  • Jupyter Notebook – Development environment
  • Joblib / Pickle – Model serialization

πŸ“‚ Project Structure

β”œβ”€β”€ fuel_model_load.ipynb # Loads saved model & makes predictions β”œβ”€β”€ fuel_pred.ipynb # Core prediction interface β”œβ”€β”€ model.pkl # (optional) Trained model file β”œβ”€β”€ dataset.csv # (optional) Vehicle data used for training

  1. Install dependencies:

    • pip install pandas scikit-learn matplotlib seaborn
  2. Run Jupyter Notebook

    • jupyter notebook
  3. Open and run the following notebooks:

    • fuel_model_load.ipynb (to load model and test predictions)
    • fuel_pred.ipynb (to predict fuel consumption)
  4. πŸ“ Dataset The dataset (final_data.csv) contain:

  • Engine size
  • Cylinders
  • Fuel type
  • CO2 emissions
  • Fuel consumption (L/100km)

About

Trained to predict vehicle fuel consumption using regression models and real-world automotive data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published