# 🇳🇬 Nigeria AI Insight
Nigeria AI Insight is a Streamlit dashboard showcasing insights across various sectors in Nigeria using simplified public data. It highlights trends in power supply, market prices, transportation delays, education access, and social sentiment.
---
## 🔍 Features
- ⚡ Power Supply trends by state and month
- đź›’ Market Prices comparison by product and region
- đźš— Transportation delay analysis
- 🎓 Education enrollment statistics by level and state
- đź’¬ Social media sentiment tracking by topic
- 🤖 Ask Insight: Type a question and get intelligent summaries
---
## 📊 Datasets Used
- `power_supply.csv`
- `market_prices.csv`
- `transport_delays.csv`
- `education_access.csv`
- `social_sentiment.csv`
---
## 🚀 Run the App
### Online (Streamlit Cloud)
Live Demo
---
### Local Setup
```bash
git clone
github.com
cd Nigeria-AI-Insight
pip install -r requirements.txt
streamlit run naija_insight_dashboard.py