Talip7 commited on
Commit
154f92d
ยท
verified ยท
1 Parent(s): 4782b28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -11,13 +11,16 @@ sdk_version: 5.31.0
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
 
 
11
 
12
  # ๐Ÿง  Smart Note Summarizer
13
 
 
14
 
15
+ Smart Note Summarizer is an intelligent, multilingual application that allows users to upload a PDF file or paste any block of text, and receive:
16
+
17
+ - โœ‚๏ธ A clean, concise summary
18
+ - ๐Ÿท๏ธ An automatically generated title
19
+ - ๐Ÿ”‘ 5 relevant keywords
20
+ - ๐Ÿ“˜ Two multiple-choice quiz questions
21
+ - ๐ŸŒ Automatic translation if the source language and summary language differ
22
+
23
+ All powered by OpenAI GPT-3.5 and wrapped in a clean Gradio interface.
24
 
25
  ---
26