fkmod000 commited on
Commit
6412e07
·
verified ·
1 Parent(s): db91742

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -10
README.md CHANGED
@@ -1,19 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Video Text Remover (Inpainting)
2
 
3
- Outil gratuit pour supprimer un texte incrusté sur une vidéo via OpenCV.
4
 
5
- Fonctionnement :
6
- - Upload vidéo
7
- - Définir un rectangle (zone du texte)
8
- - Inpainting image par image
9
- - Vidéo reconstruite automatiquement
 
 
10
 
11
- Technos :
12
  - Python
 
13
  - OpenCV
14
  - FFmpeg
15
- - Gradio
 
 
 
 
16
 
17
  Limites :
18
- - CPU only
19
- - Vidéos courtes recommandées (≤ 60 s)
 
1
+ ---
2
+ title: Video Text Remover
3
+ emoji: 🎥
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "4.44.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Video Text Remover (Inpainting)
13
 
14
+ Outil gratuit permettant de supprimer un texte incrusté sur une vidéo grâce à l’inpainting OpenCV.
15
 
16
+ Fonctionnalités :
17
+ - Upload d’une vidéo courte (≤ 60 secondes)
18
+ - Sélection d’une zone (rectangle) contenant le texte
19
+ - Suppression du texte par inpainting
20
+ - Vidéo finale générée automatiquement
21
+ - 100 % open-source
22
+ - CPU only (aucun GPU requis)
23
 
24
+ Technologies utilisées :
25
  - Python
26
+ - Gradio
27
  - OpenCV
28
  - FFmpeg
29
+
30
+ Recommandations :
31
+ - Résolution maximale : 720p
32
+ - FPS traité : 8 à 10
33
+ - 1 utilisateur à la fois (file d’attente Gradio)
34
 
35
  Limites :
36
+ - Pas de traitement temps réel
37
+ - Vidéos longues non recommandées sur le plan gratuit