Found 2,922 repositories(showing 30)
DavieObi
A data-driven project predicting used car prices through EDA and a Linear Regression model. Insights revealed strong effects of year, mileage, and engine size on price. Achieving an R² of 0.83, the study highlights how adding categorical features can further refine predictions and boost model performance.
abhashpanwar
Used Car Price Prediction using Machine Learning includes Data Cleaning, Data Preprocessing, 8 Different ML Models and Some Insights from Data
FarzadNekouee
Dive into polynomial regression and its assumptions in car price prediction. This repo explores Linear, Polynomial, Ridge, Lasso, and Elastic-Net models on the CarDekho dataset for accurate estimates. A deep dive into regression and regularization.
pythonophile
The Car Price Prediction Model uses machine learning to predict the selling price of a car based on features like model, year, kilometers driven, fuel type, seller type, transmission, and more. Built using Python's scikit-learn and a Linear Regression model, it provides accurate predictions based on historical car data.
sahidul-shaikh
Machine learning model with linear regression for car price prediction
pramodini18
A multiple linear regression model for the prediction of car prices.
abd1bayev
Car Price Prediction with Machine Learning The price of a car depends on a lot of factors like the goodwill of the brand of the car, features of the car, horsepower and the mileage it gives and many more. Car price prediction is one of the major research areas in machine learning. So if you want to learn how to train a car price prediction model then this article is for you. In this article, I will take you through how to train a car price prediction model with machine learning using Python.
habiburrahman-mu
Building a Machine Learning Model to Predict the Price of the Car By Comparing Performance of Different Regression Techniques (Simple Linear Regression, Multiple Linear Regression, Polynomial Regression)
abhishekchandra2522k
This repository contains a project of Old / Used Cars Price Prediction Model using Machine Learning and Data Analysis.
JatinSadhwani02
No description available
The goal of this project is to build multiple linear regression models for the prediction of car prices.
itsabhishekhere
A Prediction Model of Used Car Price
Aryan-parmar24
Car Price Prediction using Linear Regression and OneHotEncoding for categorical features to estimate selling price based on multiple car attributes.
3bsalam-1
🚗 A professional FastAPI-based REST API that predicts car prices using a Gradient Boosting machine learning model. Simply provide a car brand, and the API returns an intelligent price prediction along with the closest matching vehicle from a real user database.
shivambhardwaj13579
Developing an accurate car price prediction model to aid buyers and sellers, with a user-friendly interface, continuous improvement, and ethical considerations, for informed decisions in the automotive market.
KhalilAmamri
🚗 Estimate used car prices in Tunisia using a Multiple Linear Regression model trained on 60,000+ synthetic listings (23 brands, 89% accuracy). Interactive Streamlit app with real-time predictions.
sjapanjots
A UI create for car price prediction model to predict the model and this UI is not working with backend ML code
HosseinHeydari2004
This project focuses on exploratory data analysis (EDA) and machine learning for car price prediction. It includes data cleaning, feature engineering, visualization, and regression models to understand the key factors that influence car prices and build accurate predictive models.
kishor-17168
Used car price prediction using various machine learning models like Linear Regression, Decision Tree Regressor, and Random Forest Regressor with data preprocessing, feature engineering, and evaluation.
smeetvikani
Used car price prediction tool was created for classifieds websites such as Craig’s list. Helps the seller set a price point using the Logistical Linear Regression model, helping the buyer and the seller.
nano-bot01
A Regression based ML model for prediction of car prices in market
Sahil0391
Car_price_prediction_model
umutbayar
The Car Price Prediction project uses machine learning techniques to predict the selling price of used cars based on various features such as make, model, year, mileage, condition, and more
shervinnd
This Python script is designed to predict the selling price of cars using a Decision Tree Regressor model.
Rushabh75
It is a python machine learning model that predicts the price of a second hand car using different models like linear regression, random forest, gradient boosting, SVM It also uses libraries like pandas, numpy, matplotlib, seaborn to import datasets, plot graphs, remove outliers and clean the dataset for training and testing the model for better accuracy
Yasir019
Car Price Prediction using Machine Learning Models
jaysoftic
This project is about prediction selling price of used car using machine learning model and flask web application
SChandana2501
Car Price Prediction using Random Forest Regression model
yektaKamane
Machine learning model with linear regression for car price prediction
This app is a web-based tool for predicting the price of used cars. It uses a machine learning model trained on a dataset of used car listings to make predictions. Users can input information about a used car (e.g., make, model, year, mileage, etc.) and the app will display the predicted price of the car. The app is built using Flask and incorpor