This is a simple Python/Flask application about public services Q&A chatbot based on NLP and trained on Artificial Neural Network.
To implement Artificial Intelligence thing in public services for helping people accessing and retrieving information from website.
Run this command on your Python 3.6++ environment:
pip install -r requirements.txt
python model_training.py
export FLASK_APP=server.py FLASK_ENV=development
flask run
Feel free and enjoy to fork this repository.