Skip to content

Utkarshkhandka/Car_Price_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚗 Car Price Prediction System

A machine learning–powered web application that predicts the market price of a car based on key features such as brand, year of manufacture, fuel type, transmission, and mileage.
Built using Python, Scikit-learn, and Streamlit with a clean and interactive UI.


📌 Features

  • Predicts car prices using a trained ML regression model
  • Interactive and user-friendly Streamlit interface
  • Real-time predictions based on user input
  • Easy to run locally and deploy

🧠 Machine Learning Overview

  • Type: Supervised Learning (Regression)
  • Algorithms: Linear Regression / Random Forest
  • Model File: model.pkl
  • Training Data: Historical car pricing dataset

🛠 Tech Stack

  • Language: Python
  • Frontend: Streamlit
  • ML: Scikit-learn
  • Data: Pandas, NumPy

▶️ Run Locally

git clone https://github.com/your-username/car-price-prediction.git
cd car-price-prediction
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors