File size: 867 Bytes
8ee6ae0
8a97066
8ee6ae0
 
 
 
 
 
 
8a97066
 
8ee6ae0
 
192cb9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26db21a
 
192cb9d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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