s2049 commited on
Commit
6a8da60
·
verified ·
1 Parent(s): 0b044f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -10
README.md CHANGED
@@ -1,12 +1,23 @@
1
- ---
2
- title: Text-summarization-text-image-retrieval Bilingual
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.18.0
8
- app_file: app.py
9
- pinned: false
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