This project is an attempt to track the power and energy generated by the Nigerian National Grid through time using data from the Ministry of Power.
The dashboard created at the end of this project can be accessed in multiple ways using Streamlit or Dash.
The live dashboard is avaliable at https://gridlines.streamlit.app/.
The local streamlit dashboard can be created by following the following steps:
git clone https://github.com/Fortune-Adekogbe/Gridlines.git
pip install -r requirements.txt
streamlit run app.py
The local streamlit dashboard can be created by following the following steps:
git clone https://github.com/Fortune-Adekogbe/Gridlines.git
pip install -r requirements.txt
python powerlines.py
- Scraping the newly found grid website, adding hourly reports on grid status possibly with some LLM. Analysing failure events with scraped data ✅
- Writing script to automate scraping the new grid webiste for a limited timespan to fill in missing values
- Adding summaries of the grid's performance per month
- Predicting the likelihood of grid collapse
- Filling in gaps in data using predictive methods
- Adding news information to complement data in carring out points 2 and 3. Possibly also adding news summaries to the dashboard for more context.
- Myself for being HIM.
- The Federal Ministry of Power, Nigeria for publishing grid data.