File size: 996 Bytes
cd5b9b1
267bb3a
 
 
cd5b9b1
 
267bb3a
cd5b9b1
267bb3a
cd5b9b1
 
 
267bb3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
---
title: "Summify Pro ✨"
emoji: "🚀"
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: "5.39.0"
app_file: app.py
pinned: true
license: mit
---

# Summify Pro - AI Text Summarizer

<div align="center">
  
![Demo](https://i.imgur.com/JQ1wf0l.gif)  
*Instantly condense long texts into powerful summaries*

</div>

## ✨ Features
- **Gorgeous Glass UI** with gradient effects
- **BART-large-cnn** model for quality summaries
- **Mobile-friendly** design
- **Secure** API token handling

## 🚀 How to Use
1. Paste text (articles/essays/docs)
2. Click "Generate Summary"
3. Get condensed version instantly

```python
# API Example
import requests
response = requests.post(
    "https://huggingface.co/spaces/uumerrr684/Summify/api/predict",
    json={"data": ["Your text here..."]}
)

<br>

> **Pro Tip**: The app works best with news articles, research papers, and long-form content!

<sub>✨ Powered by [Gradio](https://gradio.app) and [Hugging Face](https://huggingface.co)</sub>