Found 976 repositories(showing 30)
abhashpanwar
Used Car Price Prediction using Machine Learning includes Data Cleaning, Data Preprocessing, 8 Different ML Models and Some Insights from Data
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
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.
abhishekchandra2522k
This repository contains a project of Old / Used Cars Price Prediction Model using Machine Learning and Data Analysis.
JatinSadhwani02
No description available
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.
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.
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
yektaKamane
Machine learning model with linear regression for car price prediction
Muthukaruppan-2006kPL
Car Price Prediction using Machine Learning This project analyzes various car features and predicts their market price using machine learning models. It includes data preprocessing, feature engineering, model building, evaluation, and visualization of results.
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
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
danisharain12
This project predicts used car prices in Pakistan using machine learning. Data was scraped from Pakwheels.com and processed with Pandas and NumPy. A regression model built with Scikit-learn estimates prices based on car features. The app is deployed with Streamlit for easy, interactive price prediction.
Bharavi2605
Developed a machine learning model to predict car prices based on features such as brand, model, year, mileage, and fuel type. Utilized regression models like Linear Regression and Random Forest for accurate predictions. Conducted data preprocessing, feature engineering, and model evaluation.
darshitk19
The Car Price Prediction project aims to develop a machine learning model that accurately predicts the price of used cars based on various features such as make, model, year of manufacture, mileage, fuel type, and engine size. This project is designed to help both buyers and sellers in the used car market by providing an estimate of a car's value.
pepelawycliffe
Predicting Car Price The dataset for prediction of car price contains information on various cars. For each car there is information about the technical aspects of the vehicle such as the motor's displacement, the weight of the car, the miles per gallon, how fast the car accelerates, and more. The machine learning model we are going to use is k nearest neighborhood. But before that we are going to import some libraries and clean the data.
Coding-with-Jayvant
Car_Price_Prediction Machine Learning Model
Predicting Old Car Prices Using Supervised Machine Learning
Vustron
The frontend for the car price prediction machine-learning model
Vustron
The backend server for the machine-learning model for prediction of car price
Muhammadkamranlive
Car Price prediction project in the Flask web app using Machine Learning Algorithm Linear Regression Model
ayeshachohan
The Car Prediction Project is designed to predict Price of cars, using advanced machine learning models. This project encompasses a comprehensive set of data files, serialized models, and Python scripts necessary for training, evaluating, and deploying car prediction models.
In this project, I've delved into the exciting world of data-driven car price prediction, leveraging the power of machine learning techniques to create a robust model that estimates car prices with impressive accuracy.
nikhilkr29
A car price prediction model that predicts the price of a car based on various data like fuel type, distance driven, year of purchase ,etc. given as a input by the user. The dataset was found on Kaggle and the machine learning model used for making the price prediction was Random Forest Regressor
Somnaths13
Machine learning for car price prediction uses historical data on vehicles like brand, model, year, and mileage to train a model. This model then analyzes those features to predict a car's current market value with high accuracy. 🚗
Mazenasag
This project utilizes Jupyter Notebook and Spyder IDE to build a car price prediction model using machine learning algorithms. The goal is to develop a system that can accurately predict the price of a car based on various features.
The Car Price Prediction Module is a machine learning-based system designed to estimate the price of a used car based on various factors such as brand, model, year, mileage, fuel type, transmission, and location. The project involves data collection, preprocessing, feature selection, model training, and deployment to ensure accurate predictions.