- Install Anaconda from https://www.anaconda.com/distribution/#download-section
- Install Nodejs (binaries from nodesource https://github.com/nodesource/distributions)
- Create a Conda environment
conda create -n <environment_name> anaconda pip
- Activate the environment
conda activate <environment_name>
- pip install gramex
- run
gramex setup --all
- Activate the environment
- Run
git clone git@github.com:tejesh95/chennai-water.git
- Run
cd chennai-water/app && gramex --listen.port=9988
Apps runs on port :9988
Visit http://localhost:9988/
Note: Scraping scripts are in scraping folder. Datasets stored inside scraping/data folder