Skip to content

JayathriRanasinghe/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

Since the development is still in progress use the following command to run the application

python chatbot_gui.py

Setting up the environment

pip install -r requirements.txt

If this installation fails, setup the requirements manually

pip install tokenizers
pip install transformers

Intalling the service

python chatbot_service.py install
python chatbot_service.py start