-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d328fa
commit c34856e
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# Car-Price-Prediction-Streamlit | ||
# 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. | ||
|