This is a machine learning-based web application that predicts the selling price of a car based on its attributes like brand, model, year, mileage, engine power, fuel type, and transmission. The app is built using Streamlit and deploys a pre-trained regression model for real-time predictions.
β Real-time car price prediction using ML
β Interactive and user-friendly UI
β Encodes categorical data using target encoding
β Feature scaling applied for improved accuracy
β Fast and efficient, accessible from any device
β Deployed on Streamlit Cloud
Python π
Streamlit π¨ (for the web app)
Pandas & NumPy π (for data processing)
Scikit-learn π€ (for machine learning)
Pickle & Joblib π (for model serialization)