# ๐ Africa Data Intelligence Dashboard
An **interactive data analytics dashboard** exploring economic, environmental, and population trends across African countries.
This project demonstrates how **data visualization, machine learning, and predictive analytics** can be combined to build a modern **data intelligence platform**.
---
# ๐ Dashboard Overview
The dashboard provides interactive insights into the economic and environmental indicators of several African countries including:
* Tunisia
* Algeria
* Morocco
* Egypt
* Libya
Users can explore **GDP evolution, population trends, COโ emissions, and unemployment rates** through interactive visualizations.
---
# ๐ Features
### ๐ Economic Analytics
* GDP evolution over time
* GDP ranking of countries
* Country comparison tools
### ๐ Interactive Maps
* Geographic economic visualization
* Animated map showing GDP evolution over time
### ๐ Data Visualization
* Scatter plots for GDP vs COโ emissions
* Correlation heatmaps
* Interactive charts powered by Plotly
### ๐ค Machine Learning
* Economic clustering using **K-Means**
* Anomaly detection using **Isolation Forest**
### ๐ฎ AI Prediction
* GDP forecasting using **Linear Regression**
### ๐ Data Exploration
* Interactive dataset viewer
* Multi-country comparison dashboard
---
# ๐ Technology Stack
| Technology | Purpose |
| ------------ | ------------------------------- |
| Python | Core programming language |
| Panel | Interactive dashboard framework |
| Plotly | Data visualization |
| Pandas | Data manipulation |
| NumPy | Numerical computations |
| Scikit-learn | Machine learning algorithms |
---
# ๐ Project Structure
```
africa-data-intelligence-dashboard
โ
โโโ dashboard.py
โโโ generate_data.py
โโโ data
โ โโโ big_dataset.csv
โ โโโ north_africa_data.csv
โ โโโ tunisia_data.csv
โ
โโโ requirements.txt
โโโ README.md
```
---
# โ๏ธ Installatio โฆ