Spaces:
Sleeping
Sleeping
Commit
Β·
0fef58e
1
Parent(s):
edb94bf
Update README.md with correct app file name and more information
Browse files
README.md
CHANGED
@@ -1,13 +1,29 @@
|
|
1 |
---
|
2 |
title: Ask Osho
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
-
app_file:
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Ask Osho
|
3 |
+
emoji: π§ββοΈ
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: 1.29.0
|
8 |
+
app_file: streamlit_app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Ask Osho - AI-Powered Q&A System
|
14 |
+
|
15 |
+
This is an AI-powered question-answering system that allows you to ask questions about Osho's teachings. The system uses a vector database built from Osho's books to provide relevant answers along with source references.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- Ask questions about Osho's teachings
|
20 |
+
- Get answers with relevant book references
|
21 |
+
- Example questions to get started
|
22 |
+
- Clean and intuitive interface
|
23 |
+
|
24 |
+
## Technology Stack
|
25 |
+
|
26 |
+
- Streamlit for the web interface
|
27 |
+
- ChromaDB for vector storage
|
28 |
+
- Sentence Transformers for embeddings
|
29 |
+
- Hugging Face for deployment
|