A professional Streamlit application for analyzing and predicting YouTube ad revenue using Machine Learning.
- Executive Dashboard: High-level KPIs and metrics.
- Exploratory Data Analysis (EDA): Deep dive into your data.
- Revenue Drivers: Identify what correlates with higher revenue.
- ML Revenue Prediction: Predict revenue for new videos.
- Advanced Analytics: Outlier detection and segmentation.
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
- Python 3.8+
- Streamlit
- Pandas, NumPy
- Scikit-learn
- Plotly, Seaborn, Matplotlib