Table of Contents
- About The Project
- Features
- Tech Stack
- Getting Started
- ScreenShots
- Contributing
- License
A Chinese automobile company Geely Auto aspires to enter the US market by setting up their manufacturing unit there and producing cars locally to give competition to their US and European counterparts.
They have contracted an automobile consulting company to understand the factors on which the pricing of cars depends. Specifically, they want to understand the factors affecting the pricing of cars in the American market, since those may be very different from the Chinese market. The company wants to know:
- Which variables are significant in predicting the price of a car
- How well those variables describe the price of a car
- Based on various market surveys, the consulting firm has gathered a large data set of different types of cars across the America market.
Suppose you are interested to buy a car, you need to check the list of cars or else want to know that what will be the price of the car which have the respective features in it.
In order to handle this situation , this website is formed which will make a suggestion list for the user and extract the details of the car available in the cart.
- Car details extractor
- Linear Regression Prediction Model which predicts the car price
- Contribution section to add up files
- Analysis part which provides brief detail information about the dataset
Virtual Environment:
- Anaconda
- VS Code
Module used:
- Numpy
- Pandas
- Pandas-Profiling
- Matplotlib
- Seaborn
- sklearn
Dynamic Pricing:
- ML Model used- Linear-Regression Model
- Dataset used- Car details from Kaggle.
You can test EV Sathi in your own development environment. This section shows you how:
You'll need to set up the IDE and virtual environment, or any web testing device on your local system.
Python Environment: You'll need to have the following installed:
- Clone this repository after forking using git clone https://github.com/somyarj1637/Car-Price-and-Feature-Estimator
- cd into
Car-Price-and-Feature-Estimator
- open terminal
- type :
pip install
link: Click Here
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.