rajsecrets0 commited on
Commit
4edd7b4
·
verified ·
1 Parent(s): 1a15176

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ sdk: streamlit
4
+ emoji: 😻
5
+ colorFrom: red
6
+ colorTo: red
7
+ ---
8
+ # LLama Index Q&A Assistant
9
+
10
+ This is a Streamlit application that uses llama-index with Hugging Face models to provide a Q&A assistant.
11
+
12
+ ## How to Run Locally
13
+
14
+ Install the dependencies:
15
+
16
+ ```bash
17
+ pip install -r requirements.txt