Walelign commited on
Commit
3ccd9b0
Β·
verified Β·
1 Parent(s): 54c32b3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
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.