Spaces:
Running
Running
title: DO1DeepSeelChatBot | |
emoji: 💬 | |
colorFrom: yellow | |
colorTo: purple | |
sdk: gradio | |
sdk_version: 5.0.1 | |
app_file: app.py | |
pinned: false | |
license: mit | |
short_description: This is a simple chatbot to generte code using DeepSeeK | |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index). | |
This is a chatbot that interacts with the Fantasy Premier League (FPL) API to provide information about players, teams, and stats. | |
```bash | |
python3 -m venv dschatbot | |
source dschatbot/bin/activate | |
``` | |
## Installation | |
1. Install the dependencies: | |
```bash | |
pip install -r requirements.txt | |
``` | |
2. Run the chatbot: | |
```bash | |
source .env | |
sdkKEY=${sdkKEY} python app.py | |
``` | |
## Usage | |