This is a Python implementation of a Simple ChatBot using the DialoGPT-medium model from the Hugging Face Transformers library. The ChatBot generates responses to user input based on the model's training on a large corpus of conversational data.
Python 3.6 or higher TensorFlow 2.0 or higher Hugging Face Transformers library
1- Clone the repository:
git clone https://github.com/example/Simple-ChatBot.git
2- Install the required dependencies:
pip install tensorflow transformers