Problem Statement: Developed a tool to help businesses move from reactive to proactive planning by turning historical sales data into actionable, predictive insights.
Solution Overview: This dashboard uses machine learning to forecast future sales and provide a visual breakdown of top-performing products, directly addressing challenges in inventory and marketing.
- Sales Forecasting: An AI model predicts a 30-day sales forecast based on historical data.
- Product Analytics: Identifies and visualizes top-selling products to inform inventory decisions.
- Interactive Dashboard: A live web application built with Streamlit for a user-friendly experience.
- Python
- Streamlit
- Pandas
- Scikit-Learn (Gradient Boosting)
- Plotly
- Clone the Repository:
git clone https://github.com/YourUsername/ai-sales-forecasting-dashboard.git
- Navigate to the Directory:
cd ai-sales-forecasting-dashboard - Install Dependencies:
pip install -r requirements.txt
- Run the Dashboard:
streamlit run app.py