https://github.com/sjxsubham/car-price-predictor
https://github.com/sjxsubham/car-price-predictor
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sjxsubham/car-price-predictor
- Owner: SjxSubham
- License: gpl-2.0
- Created: 2024-11-13T20:20:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T05:43:09.000Z (11 months ago)
- Last Synced: 2025-01-28T13:43:58.558Z (8 months ago)
- Language: Jupyter Notebook
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Car Price Prediction System
Welcome to the Car Price Prediction System, a machine learning application designed to predict car prices based on various features. This project utilizes Streamlit for the frontend and is hosted live [here](https://car-price-predictor-xw4prp6sk42kn37ymv9ny3.streamlit.app/).
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Demo](#demo)
- [License](#license)## Introduction
This project aims to help users predict the price of a car based on input features such as the make, model, year, mileage, and more. It leverages machine learning techniques to provide accurate price predictions.
## Features
- Predict car prices based on various input features.
- User-friendly interface built with Streamlit.
- Real-time predictions with interactive input fields.
- Hosted as a web application for easy access.## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/your-username/car-price-prediction.git
cd car-price-prediction
```
2. Install the required packages:
```
pip install -r requirements.txt
```
3. Run the Streamlit application:
```
streamlit run car_price_prediction.py
```## Usage
1. Open the web application in your browser.
2. Enter the required car details into the input fields.
3. Click the 'Predict' button to get the estimated car price.## Demo
You can access the live demo of the Car Price Prediction System [here](https://car-price-predictor-xw4prp6sk42kn37ymv9ny3.streamlit.app/)## License
This project is licensed under the GNU General Public License v2.0 License. See the LICENSE file for more details.