Loading repository dataβ¦
Loading repository dataβ¦
FarazhussainAI250 / repository
ChatGPT said: π Cars Price Prediction App β A machine learning web app trained on the 2025 cars dataset to predict car prices based on specifications. β‘ Built with Python, Scikit-learn, and Streamlit for fast and accurate predictions. π User-friendly interface with real-time results.
This is a Machine Learning + Streamlit based web application that predicts the price of a car using the latest 2025 cars dataset.
Users simply input the car specifications such as engine size, horsepower, top speed, fuel type, and other features, and the app instantly predicts the car price.
βββ app.py # Frontend Streamlit code
βββ backend.py # Backend training & prediction logic
βββ cars_dataset_2025.csv # Training dataset
βββ car_price_model.pkl # Trained ML model
βββ label_encoders.pkl # Encoders for categorical features
βββ requirements.txt # Dependencies list
1οΈβ£ Clone the repository:
git clone https://github.com/FarazhussainAI250/cars-price-prediction.git
cd cars-price-prediction
2οΈβ£ Install dependencies:
pip install -r requirements.txt
3οΈβ£ Run the Streamlit app:
streamlit run app.py