Make sure you have the latest version of Python installed.
- Fork this repo
- Clone your forked repo from github
git clone <forked-repo-url>
- Set remote url
git remote add upstream https://github.com/ieeesiesgst/ieeesiesgst-smart-village.git
# 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