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
- Activate the environment.
- Run this command:
python model_training.py
- Model trained.
- Activate the environment if not activated.
- Run this command on your Linux terminal:
export FLASK_APP=server.py FLASK_ENV=development
- Then to launch flask server, run this command:
flask run
- Flask server launched.
Feel free and enjoy to fork this repository.