This project provides a simple chatbot using the DialoGPT-medium model from Microsoft to generate conversational responses.
SimplyChatBot is a conversational AI chatbot built using the DialoGPT-medium model from Microsoft. It leverages the power of natural language processing to generate human-like responses in a conversation. This project aims to provide an easy-to-use interface for interacting with the chatbot.
-
Clone the repository:
git clone https://github.com/martinp95/simply-chatbot-with-dialogpt.git cd simply-chatbot-with-dialogpt
-
Create and activate the Conda environment:
conda env create -f environment.yml conda activate simply_chatbot_with_DialoGPT
Run the script to start a conversation with the SimplyChatBot. Type 'exit' to end the conversation.
python src/main.py
This project is licensed under the MIT License. See the LICENSE file for details.