ChatBot Based on NLP
sudo apt-get install espeak
-
Clone and navigate to Lucy directory.
-
Install the required packages.
(System Wide)
sudo pip install -r requirements.txt
(In Virtual Environment)
virtualenv -p python3 venv source venv/bin/activate pip install -r requirements.txt
-
Run the python server.
python3 main.py
-
Open http://localhost:7001 in your browser.
-
You're done and let's chat with your Robot via browser.