Talip7 commited on
Commit
4782b28
·
verified ·
1 Parent(s): a24ce43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -6,21 +6,18 @@ colorTo: green
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
- sdk_version: 5.30.0
10
  ---
11
 
12
  # 🧠 Smart Note Summarizer
13
 
14
- Upload your class notes or academic texts and get:
15
 
16
- - ✂️ A clear summary in your chosen style and language
17
- - 🔑 5 key concepts extracted
18
- - (Optional) Auto-generated quiz questions!
19
-
20
- Choose between:
21
- - Child-friendly summary
22
- - Academic-style
23
- - Tweet-sized format
24
 
25
  ---
26
 
 
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
+ sdk_version: 5.31.0
10
  ---
11
 
12
  # 🧠 Smart Note Summarizer
13
 
14
+ This application allows you to upload a PDF or paste text, select your preferred summary language, and receive:
15
 
16
+ ✂️ A clear summary
17
+ 🏷️ An auto-generated title
18
+ 🔑 5 relevant keywords
19
+ 🌐 If the content language and summary language differ, the app will auto-translate before summarizing
20
+ Powered by OpenAI GPT-3.5 and Gradio.
 
 
 
21
 
22
  ---
23