/ieeesiesgst-smart-village

The three pillars of IEEE Smart Village are Electrification, Education, Enterprise Development. The main objective is to provide the village a clean energy solution, fetch GSM Network, implement a smart vermicompost setup, and develop a cloud-based solar monitoring system.

Primary LanguageHTMLApache License 2.0Apache-2.0

IEEE SIESGST Smart Village Project

ISV logo

Setup & Installtion

Make sure you have the latest version of Python installed.

  1. Fork this repo
  2. Clone your forked repo from github
    git clone <forked-repo-url>
  3. Set remote url
    git remote add upstream https://github.com/ieeesiesgst/ieeesiesgst-smart-village.git

Local Environment setup

# 1. setup conda enironment
conda create --name <env_name> python
# 2. activate your environment 
conda activate <env_name>
# 3. Go to the cloned repo location & install the requirements
pip install -r requirements.txt
# 4. Set the isv creds. in the environment provided by project admin
# 5. Running The App
python main.py
# 6. Viewing The App
Go to http://localhost:5000/

Project maintainer: @prathameshThakur