Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
A specialized AI chatbot for field hockey training, coaching, and player development with integrated database search capabilities.
|
4 |
|
@@ -18,16 +30,9 @@ Ask questions about:
|
|
18 |
- Equipment recommendations
|
19 |
- Rule clarifications
|
20 |
|
21 |
-
##
|
22 |
-
|
23 |
-
- **Frontend**: Gradio web interface
|
24 |
-
- **AI**: OpenRouter GPT-4o integration
|
25 |
-
- **Search**: Sentence Transformers + FAISS vector search
|
26 |
-
- **Languages**: Python, with Dutch/English language support
|
27 |
-
|
28 |
-
## Getting Started
|
29 |
|
30 |
-
|
31 |
|
32 |
---
|
33 |
*Powered by OpenRouter & Sentence Transformers | Built for the field hockey community*
|
|
|
1 |
+
---
|
2 |
+
title: Hockey Mind AI Chatbot
|
3 |
+
emoji: 🏒
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.8.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
+
|
13 |
+
# Hockey Mind AI Chatbot
|
14 |
|
15 |
A specialized AI chatbot for field hockey training, coaching, and player development with integrated database search capabilities.
|
16 |
|
|
|
30 |
- Equipment recommendations
|
31 |
- Rule clarifications
|
32 |
|
33 |
+
## Configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
+
This Space requires an `OPENROUTER_API_KEY` environment variable to be set in the Space settings.
|
36 |
|
37 |
---
|
38 |
*Powered by OpenRouter & Sentence Transformers | Built for the field hockey community*
|