This application uses Machine Learning to predict required product quantities based on pricing and marketing budget, achieving a high accuracy rate.
- High Accuracy: Model performance reached 97.63% (R2 Score).
- Interactive Interface: Built with Streamlit for real-time user inputs.
- Predictive Modeling: Utilizes the Random Forest Regressor for robust forecasting.
- Live App: Click here to run the app
- Python: Core logic.
- Streamlit: Web interface.
- Scikit-Learn: Machine learning (Random Forest).
- Matplotlib & Pandas: Data manipulation and visualization.