Talip7 commited on
Commit
01e471f
·
verified ·
1 Parent(s): b78c6d2

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +2 -12
  2. app.py +1 -0
  3. requirements.txt +3 -0
README.md CHANGED
@@ -1,13 +1,3 @@
1
- ---
2
- title: Smart Note Summarizer
3
- emoji: 🐠
4
- colorFrom: gray
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.30.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
+ # Smart Note Summarizer
 
 
 
 
 
 
 
 
 
 
2
 
3
+ Upload notes, choose summary style, and get auto quiz!
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ print('Smart Note Summarizer app placeholder')
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio
2
+ pdfplumber
3
+ openai