Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 597 Bytes

File metadata and controls

21 lines (15 loc) · 597 Bytes

A Simplon chatbot

travis_build_status

We use the Simplon Anti-FAQ to build this chatbot.

Cosine similarity and LDA techniques were used to get the most relevant results.

Installation

git clone https://github.com/Nohossat/simplon_bot.git
cd simplon_bot
python -m venv venv/
source venv/bin/activate
pip install -r requirements.txt
export FLASK_APP=chatbot_app
export FLASK_ENV=development
flask run // this will launch the application in http://127.0.0.1:5000/