Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gokulnpc/car-price-prediction

This is a simple web app to predict the price of a car based on the user inputs. The model used in this web app is a Random Forest Regressor model. The model was trained on a dataset containing information about used cars. The dataset was collected from the Kaggle website.
https://github.com/gokulnpc/car-price-prediction

machine-learning random-forest regression-models streamlit

Last synced: 12 days ago
JSON representation

This is a simple web app to predict the price of a car based on the user inputs. The model used in this web app is a Random Forest Regressor model. The model was trained on a dataset containing information about used cars. The dataset was collected from the Kaggle website.

Awesome Lists containing this project

README

        

# Car Price Prediction

This is a simple web app to predict the price of a car based on the user inputs. The model used in this web app is a Random Forest Regressor model. The model was trained on a dataset containing information about used cars. The dataset was collected from the Kaggle website. The dataset contains the following columns:

- Name: The name of the car
- Year: The year in which the car was manufactured
- Selling Price: The price at which the car was sold
- Present Price: The current price of the car
- Kms Driven: The number of kilometers the car has been driven
- Fuel Type: The type of fuel used by the car
- Seller Type: The type of seller (Individual or Dealer)
- Transmission: The type of transmission (Manual or Automatic)
- Owner: The number of previous owners of the car
- Mileage: The mileage of the car
- Engine: The engine capacity of the car
- Power: The power of the car
- Seats: The seating capacity of the car
- Brand: The brand of the car
- Model: The model of the car
- Color: The color of the car
- Fuel Tank Capacity: The capacity of the fuel tank

image

image

image