A simple chatbot web interface powered by DialoGPT-medium using Gradio.
Features
Conversational AI: Uses Microsoft's DialoGPT-medium model for natural language responses
Interactive UI: Built with Gradio for an intuitive chat interface
Conversation History: Maintains context across multiple messages
Clear Button: Reset conversation history at any time
How to Run Locally
Install dependencies:
pip install -r requirements.txt
Run the application:
python app.py
Open your browser to http://localhost:7860
Model Information
Model: microsoft/DialoGPT-medium
Framework: Hugging Face Transformers
UI Framework: Gradio
Usage
Simply type your message in the text box and press Enter or click the Send button. The chatbot will respond based on the conversation context and the DialoGPT-medium model.
License
This project uses open-source models from Hugging Face.