From c34856e7a664fd99e94b2b7a919074203408b710 Mon Sep 17 00:00:00 2001 From: Arpan Pramanik Date: Fri, 15 Nov 2024 15:39:06 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a8ddc..9449ea9 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# Car-Price-Prediction-Streamlit \ No newline at end of file +# Car-Price-Prediction-Streamli +Car Price Prediction with Machine Learning and Streamlit +This project uses a Random Forest model to predict car prices based on various features. The predictions are deployed in an interactive Streamlit web app, making it simple for users to input details and view estimated prices. + +Features +Data Preprocessing: The project employs ColumnTransformer and Pipeline for efficient feature encoding and scaling. +Random Forest Model: A Random Forest model is trained to ensure accurate and reliable price predictions. +Streamlit App: An easy-to-use web interface for real-time predictions based on user-provided inputs. +Pickle for Model Storage: The model and preprocessing pipeline are saved using pickle for quick access and deployment. +