Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 327 Bytes

AI-Chatbot

Not finished yet!!

It works, but not perfect!


1. Step - Create environment

$ conda create -n chatbot python=2.6 anaconda

2. Step - Start environment

$ conda activate chatbot

3. Step - Start chatbot

$ python main.py


Better documentation is coming with finished project