Spaces:
Sleeping
Sleeping
File size: 724 Bytes
7d55d92 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Building a Chatbot UI with Microsoft GODEL and Gradio
This project demonstrates how to create a conversational AI chatbot using Microsoft's GODEL model and deploy it with a Gradio UI. The chatbot is designed to respond empathetically in a dialogue context.
## Features
- **Empathetic Dialogues**: Utilizes Microsoft's GODEL model to generate empathetic responses.
- **Gradio UI**: Simple and interactive web interface for the chatbot.
- **Hugging Face Integration**: Easily deploy and manage your model using Hugging Face's platform.
## Installation
To run this project, you'll need to have Python installed. You can install the required packages using the following command:
```bash
pip install -r requirements.txt
|