# π³π¬ 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