Spaces:
Runtime error
Runtime error
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 |