Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
- 🌐 **User-friendly web interface**
|
| 10 |
|
| 11 |
-
#
|
| 12 |
-
1. **Upload** a document or image.
|
| 13 |
-
2. Choose a function:
|
| 14 |
-
- **Summarize**: Get a concise summary.
|
| 15 |
-
- **Caption**: Generate an image description.
|
| 16 |
-
- **QA**: Ask questions about the content.
|
| 17 |
-
3. View results instantly!
|
| 18 |
|
| 19 |
-
|
| 20 |
-
- `facebook/bart-large-cnn` (Summarization)
|
| 21 |
-
- `Salesforce/blip-image-captioning-large` (Image Captioning)
|
| 22 |
-
- `deepseek-ai/DeepSeek-V2-Chat` (Question Answering)
|
| 23 |
|
| 24 |
-
##
|
| 25 |
-
- **Backend**: FastAPI (Python)
|
| 26 |
-
- **Frontend**: HTML/CSS/JavaScript
|
| 27 |
-
- **Deployment**: Docker on Hugging Face Spaces
|
| 28 |
|
| 29 |
-
|
|
|
|
|
|
|
| 30 |
|
| 31 |
🔗 **Live Demo**: [https://huggingface.co/spaces/SamiKLN/DocImageAI-Explorer](https://huggingface.co/spaces/SamiKLN/DocImageAI-Explorer)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DocImageAI Explorer
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8000
|
| 8 |
+
---
|
|
|
|
| 9 |
|
| 10 |
+
# DocImageAI Explorer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
+
Application d'analyse de documents et images avec IA
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
## Configuration requise
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
```yaml
|
| 17 |
+
variables:
|
| 18 |
+
HF_TOKEN: HF_TOKEN # À définir dans les paramètres du Space
|
| 19 |
|
| 20 |
🔗 **Live Demo**: [https://huggingface.co/spaces/SamiKLN/DocImageAI-Explorer](https://huggingface.co/spaces/SamiKLN/DocImageAI-Explorer)
|