Skip to content

chris73006/Price-Predict-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price Prediction App - Car Price Prediction using Regression

🚗 This project predicts the price of a used car based on features like:

  • Company
  • Year
  • Kilometers Driven
  • Fuel Type

📊 It uses Linear Regression for prediction and Streamlit for the frontend, where users can input car details and see the predicted price.


📁 Files in this Repo

  • app.py → Frontend built with Streamlit
  • price_predictor.py → Model training and evaluation
  • car_prices.csv → Dataset used
  • requirements.txt → All libraries needed

🧠 What I Learned

  • Data preprocessing with pandas
  • Label encoding categorical values
  • Linear Regression using scikit-learn
  • Building an interactive UI using Streamlit

▶️ How to Run

  1. Install requirements
    pip install -r requirements.txt

About

A simple ML web app using Streamlit that predicts car prices based on user input. Built with Python and scikit-learn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages