SamiKLN commited on
Commit
30e77a8
·
verified ·
1 Parent(s): 39db6a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -25
README.md CHANGED
@@ -1,31 +1,20 @@
1
- # AI Document & Image Analysis Web Service
2
-
3
- 🚀 A FastAPI-powered web app for **document summarization**, **image captioning**, and **AI question answering** using Hugging Face models.
4
-
5
- ## Features
6
- - 📄 **Document Summarization** (PDF, DOCX, PPTX, Excel)
7
- - 🖼️ **Image Captioning** (JPEG, PNG)
8
- - ❓ **Question Answering** (text + images)
9
- - 🌐 **User-friendly web interface**
10
 
11
- ## How to Use
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
- ## Models Used
20
- - `facebook/bart-large-cnn` (Summarization)
21
- - `Salesforce/blip-image-captioning-large` (Image Captioning)
22
- - `deepseek-ai/DeepSeek-V2-Chat` (Question Answering)
23
 
24
- ## Technical Details
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)