Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.98 KB

README.md

File metadata and controls

32 lines (20 loc) · 2.98 KB

Dismantled Cataclysm

KWoC 2018made-with-python

AI driven call center facility for disaster management using NLP.

Development Workflow

To launch the server locally, follow the below steps:

For the first time

# Run these commands in the root folder of the project
pip install pipenv
pipenv shell --three
pipenv install --dev
python app.py

For subsequent usage

pipenv shell
python app.py # --reload for live code changes

Contribution guidelines

Join the gitter channel : https://gitter.im/Dis-Cat/Lobby