Showcasing the usage of pytorch to create a chatbot with nlp capabilities
This ChatBot was made following the video tutorials mentioned below: https://www.youtube.com/watch?v=RpWeNzfSUHw https://www.youtube.com/watch?v=8qwowmiXANQ https://www.youtube.com/watch?v=Da-iHgrmHYg https://www.youtube.com/watch?v=k1SzvvFtl4w
- Clone the repo :
git clone git@github.com:nibrasohin/pytorch_chatbot.git - To activate virtual env in mac :
. venv/bin/activate - To install python packages run :
pip3 install -r requirements.txt - Run :
python3 train.pyto generate the training dataset - Run :
python3 chat.pyto start the bot