g0th commited on
Commit
5264555
·
verified ·
1 Parent(s): cc9c422

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,13 +1,18 @@
1
  ---
2
- title: Studymaker
3
- emoji: 📚
4
  colorFrom: gray
5
  colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.31.0
8
  app_file: app.py
9
- pinned: false
10
- license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
  ---
2
+ title: Perplexity Gemma Q&A
3
+ emoji: 🦙
4
  colorFrom: gray
5
  colorTo: blue
6
+ sdk: streamlit
7
+ sdk_version: 1.44.1
8
  app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
  ---
12
 
13
+ A Perplexity-style local Q&A assistant powered by Google Gemma 7B Instruction-Tuned model.
14
+
15
+ **Features:**
16
+ - Ask natural language questions
17
+ - Upload PDFs for document-based Q&A
18
+ - Pure local inference (no external APIs)