Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Document Study Assistant
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# Document Study Assistant
|
14 |
+
|
15 |
+
A powerful PWA that specializes in generating summaries, outlines, analysis, study guides, tables, and questions from your documents using Llama 4.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- **π Summaries**: Generate concise 150-200 word summaries
|
20 |
+
- **π Outlines**: Create detailed hierarchical outlines
|
21 |
+
- **π Analysis**: Provide critical analysis with strengths/weaknesses
|
22 |
+
- **π Study Guides**: Comprehensive guides with key themes and glossaries
|
23 |
+
- **π Tables**: Comparative tables synthesizing key elements
|
24 |
+
- **β Questions**: Generate 10 high-quality questions for testing
|
25 |
+
|
26 |
+
## Supported Formats
|
27 |
+
|
28 |
+
- PDF files
|
29 |
+
- DOCX files
|
30 |
+
- TXT files
|
31 |
+
- Direct text input (copy/paste)
|
32 |
+
|
33 |
+
## Usage
|
34 |
+
|
35 |
+
1. Either paste text directly or upload a document
|
36 |
+
2. Select the type of content you want to generate
|
37 |
+
3. Click "Generate" to process with Llama 4
|
38 |
+
4. Copy the generated content using the copy button
|
39 |
+
|
40 |
+
## Technical Details
|
41 |
+
|
42 |
+
- Built with Gradio
|
43 |
+
- Powered by Llama 4 Scout 17B Instruct
|
44 |
+
- Uses ZeroGPU for high-performance processing
|
45 |
+
- Supports batch processing and large files up to 200MB
|