This is a simple chatbot built using the BERT (Bidirectional Encoder Representations from Transformers) model. The chatbot is designed to answer general questions12.
To install and run the project, follow these steps:
- Install Anaconda from here.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Navigate to the Anaconda launcher, and right-click on the program icon. From there, select the 'Run as Administrator' option.
- Run the command
pip install simpletransformers
Here is a prediction from the chatbot.
And it provides the right response! 🔥 😃
Footnotes
-
Model used for this specific task is Simple Transformer. ↩