Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
# Multi-Task AI: Summarization & Image Retrieval
|
2 |
+
|
3 |
+
## Features
|
4 |
+
- Bilingual text summarization (English/Arabic)
|
5 |
+
- Cross-lingual image retrieval
|
6 |
+
- Gradio web interface
|
7 |
+
|
8 |
+
## Usage
|
9 |
+
1. Select input language
|
10 |
+
2. Enter text (minimum 300 characters)
|
11 |
+
3. Click "Process"
|
12 |
+
4. View summary and related images
|
13 |
+
|
14 |
+
## Bilingual Support
|
15 |
+
- Summarization supports both languages natively
|
16 |
+
- Image retrieval uses English queries (Arabic texts auto-translated)
|
17 |
+
|
18 |
+
## Models Used
|
19 |
+
- Text Summarization: `csebuetnlp/mT5_multilingual_XLSum`
|
20 |
+
- Translation: `Helsinki-NLP/opus-mt-ar-en`
|
21 |
+
- Image Retrieval: `openai/clip-vit-base-patch32`
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|