This repository contains the database of eLibrary deployments carried out by Help Nepal Network in various parts of Nepal.
Help Nepal Network aims to support rural Nepal in the fields of health and education. Under this mission, the eLibrary project was launched with the vision of “One eLibrary per district”.
The eLibrary initiative is a low-cost, low-maintenance project designed to provide computer facilities to students and communities in all 75 districts of Nepal. This innovative effort helps bridge the digital divide by introducing modern information and communication technology (ICT), enhancing learning opportunities, and building essential computer skills in rural areas.
-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
- To update the website content, modify files in the
src/html/
directory. - To update deployment data, edit the
src/data/HeNN eLibraries - Clean.csv
file, then regenerate the site by running:python generate_site.py
- Create a script to automatically populate GeoJSON files.
Feel free to contribute and enhance this project! 😊