Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,23 @@
|
|
1 |
-
|
2 |
title: Amharic Srh Chatbot
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.44.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
title: Amharic Srh Chatbot
|
3 |
+
emoji: "π€"
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: "1.44.1"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# Amharic SRH Chatbot
|
13 |
+
|
14 |
+
This chatbot answers questions related to Sexual and Reproductive Health (SRH) in the Amharic language using GenAI.
|
15 |
+
|
16 |
+
π€ Built using:
|
17 |
+
- Streamlit
|
18 |
+
- Sentence Transformers
|
19 |
+
- FAISS for semantic search
|
20 |
+
|
21 |
+
π§ Trained on a curated Q&A dataset in Amharic.
|
22 |
+
|
23 |
+
π Understands user queries and retrieves the most relevant answer based on semantic similarity.
|