Spaces:
Sleeping
Sleeping
# 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 | |