Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
An AI-powered tool to summarize your study notes from PDF files.
|
4 |
|
@@ -6,8 +17,11 @@ An AI-powered tool to summarize your study notes from PDF files.
|
|
6 |
- PDF text extraction
|
7 |
- AI-powered summarization
|
8 |
- Lightweight and fast
|
|
|
9 |
|
10 |
## How to Use
|
11 |
-
1. Upload a PDF (max 5MB)
|
12 |
2. Click "Generate Summary"
|
13 |
-
3. View or download the summary
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: PrepPal - Study Assistant
|
3 |
+
emoji: 📚
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.33.0"
|
8 |
+
app_file: streamlit_app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# PrepPal - AI Study Assistant
|
13 |
|
14 |
An AI-powered tool to summarize your study notes from PDF files.
|
15 |
|
|
|
17 |
- PDF text extraction
|
18 |
- AI-powered summarization
|
19 |
- Lightweight and fast
|
20 |
+
- Works directly in your browser
|
21 |
|
22 |
## How to Use
|
23 |
+
1. Upload a PDF file (max 5MB)
|
24 |
2. Click "Generate Summary"
|
25 |
+
3. View or download the AI-generated summary
|
26 |
+
|
27 |
+
> Note: First launch may take 1-2 minutes to load the AI model
|