File size: 784 Bytes
0cfe315 6a8da60 321d937 0cfe315 |
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 |
---
license: apache-2.0
sdk: gradio
emoji: π
colorFrom: yellow
colorTo: green
---
# Multi-Task AI: Summarization & Image Retrieval
## Features
- Bilingual text summarization (English/Arabic)
- Cross-lingual image retrieval
- Gradio web interface
## Usage
1. Select input language
2. Enter text (minimum 300 characters)
3. Click "Process"
4. View summary and related images
## Bilingual Support
- Summarization supports both languages natively
- Image retrieval uses English queries (Arabic texts auto-translated)
## Models Used
- Text Summarization: `csebuetnlp/mT5_multilingual_XLSum`
- Translation: `Helsinki-NLP/opus-mt-ar-en`
- Image Retrieval: `openai/clip-vit-base-patch32`
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |