fkmod000 commited on
Commit
db91742
·
verified ·
1 Parent(s): 0c3ea81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -1,12 +1,19 @@
1
- ---
2
- title: Viewify Backend
3
- emoji: 🌖
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 6.3.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
+ # 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)