bhanumitt commited on
Commit
c9764b1
·
1 Parent(s): b53c482

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Sports Chatbot
2
 
3
  This is a sports-focused chatbot that can answer questions about Ice Hockey, Baseball, American Football, Soccer, and Basketball. The chatbot uses the ESPN API data and is powered by a RAG (Retrieval-Augmented Generation) system with Mistral-7B.
@@ -11,9 +22,9 @@ This is a sports-focused chatbot that can answer questions about Ice Hockey, Bas
11
 
12
  ## Usage
13
 
14
- 1. Type your sports-related question in the text box
15
- 2. Click "Get Answer" or press Enter
16
- 3. Wait for the response to be generated
17
 
18
  ## Examples
19
 
@@ -24,9 +35,9 @@ Try asking questions like:
24
 
25
  ## Limitations
26
 
27
- - The knowledge base is limited to ESPN API data
28
- - Responses may take a few seconds to generate
29
- - Only covers the five major sports mentioned above
30
 
31
  ## Technical Details
32
 
@@ -34,4 +45,4 @@ The application uses:
34
  - Gradio for the interface
35
  - Sentence Transformers for embedding generation
36
  - Mistral-7B (GGUF) for text generation
37
- - RAG pipeline for context-aware responses
 
1
+ ---
2
+ title: "Sports Chatbot"
3
+ emoji: "🏀"
4
+ colorFrom: "blue"
5
+ colorTo: "orange"
6
+ sdk: "gradio" # Change to "streamlit" if you're using Streamlit instead of Gradio
7
+ sdk_version: "4.19.2" # Replace with the Gradio version you are using
8
+ app_file: app.py # Update this to the main file of your app if it’s named differently
9
+ pinned: false
10
+ ---
11
+
12
  # Sports Chatbot
13
 
14
  This is a sports-focused chatbot that can answer questions about Ice Hockey, Baseball, American Football, Soccer, and Basketball. The chatbot uses the ESPN API data and is powered by a RAG (Retrieval-Augmented Generation) system with Mistral-7B.
 
22
 
23
  ## Usage
24
 
25
+ 1. Type your sports-related question in the text box.
26
+ 2. Click "Get Answer" or press Enter.
27
+ 3. Wait for the response to be generated.
28
 
29
  ## Examples
30
 
 
35
 
36
  ## Limitations
37
 
38
+ - The knowledge base is limited to ESPN API data.
39
+ - Responses may take a few seconds to generate.
40
+ - Only covers the five major sports mentioned above.
41
 
42
  ## Technical Details
43
 
 
45
  - Gradio for the interface
46
  - Sentence Transformers for embedding generation
47
  - Mistral-7B (GGUF) for text generation
48
+ - RAG pipeline for context-aware responses