harithapliyal commited on
Commit
0fef58e
Β·
1 Parent(s): edb94bf

Update README.md with correct app file name and more information

Browse files
Files changed (1) hide show
  1. README.md +20 -4
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.40.2
8
- app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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