This project aims to predict the prices of used cars in India using machine learning techniques. The dataset used for this project is usedCars.csv.
Indian Used Car Prediction 2023.ipynb
usedCars.csv
.ipynb_checkpoints/
Indian Used Car Prediction 2023-checkpoint.ipynb
Indian Used Car Prediction 2023.ipynb: Jupyter notebook containing the code and analysis for predicting used car prices.usedCars.csv: Dataset containing information about used cars in India..ipynb_checkpoints/: Directory containing checkpoint files for the Jupyter notebook.
- Python 3.x
- Jupyter Notebook
- Required Python libraries (listed in
requirements.txt)
-
Clone the repository:
git clone https://github.com/Mayank7317/Indian-Used-Car-Price-Prediction-2023.git cd Indian-Used-Car-Price-Prediction-2023 -
Install the required libraries:
pip install -r requirements.txt
-
Open the Jupyter notebook:
jupyter notebook Indian\ Used\ Car\ Prediction\ 2023.ipynb
Run the cells in the Jupyter notebook to perform data analysis, preprocessing, and model training for predicting used car prices.
The dataset usedCars.csv contains the following columns:
Id: Unique identifier for each carCompany: Car manufacturerModel: Car modelVariant: Car variantFuelType: Type of fuel used by the car (Petrol/Diesel/CNG)Colour: Color of the carKilometer: Distance driven in kilometersBodyStyle: Body style of the car (Hatchback/Sedan/SUV/MPV)TransmissionType: Transmission type (Manual/Automatic)ManufactureDate: Date of manufactureModelYear: Year of the modelCngKit: Presence of CNG kit (if any)Price: Selling price of the carOwner: Number of previous ownersDealerState: State of the dealerDealerName: Name of the dealerCity: City of the dealerWarranty: Warranty statusQualityScore: Quality score of the car