Spaces:
Runtime error
Runtime error
File size: 1,041 Bytes
fbd174e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
title: NoteSnap
emoji: ๐
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: "1.28.0"
app_file: app.py
pinned: false
---
# ๐ NoteSnap
A powerful web application that transforms lengthy documents and notes into concise, bullet-point summaries using state-of-the-art AI models.
## Features
- **PDF Processing**: Upload PDF files and extract text content automatically
- **Direct Text Input**: Paste text content directly for immediate summarization
- **AI-Powered Summarization**: Uses Hugging Face Transformers (BART, T5) for high-quality summaries
- **Bullet-Point Format**: Clean, readable bullet-point summaries
- **Multiple AI Models**: Choose from different pre-trained models
- **Customizable Length**: Adjust summary length (Short, Medium, Long)
- **Download Summaries**: Save generated summaries as text files
## Usage
1. Upload a PDF or paste text
2. Choose your AI model and summary length
3. Click Summarize
4. Download your summary
## Tech Stack
- Streamlit
- Hugging Face Transformers
- PyTorch
- PyPDF2 |