Blenderbot Conversational Agent
This is code for a conversational agent built with Facebook's blender model. It is pre-trained and available on Hugging Face.
Libraries used
Below are the libraries I used for the project
Pytorch
To install pytorch got to the pytorch official website and install pytorch
Transformers
To install the tranformers libraary so you can access hugging face, copy and paste the follwing code
In Jupyter notebook
!pip install transformers
In Terminal
pip install transformers
License
This code is licensed under the MIT License distribution.