Spaces:
Running
Running
create README.md
#6
by boka773 - opened
README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
colorFrom: pink
|
| 4 |
-
colorTo: blue
|
| 5 |
-
sdk: static
|
| 6 |
-
emoji: 🚀
|
| 7 |
-
tags:
|
| 8 |
-
- deepsite-v4
|
| 9 |
---
|
|
|
|
| 10 |
|
| 11 |
-
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
sdk: gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
+
# CineFlow Studio
|
| 5 |
|
| 6 |
+
A free, client-side image-to-video generator powered by FFmpeg.js.
|
| 7 |
+
This project no longer depends on DeepSite. It runs entirely in the browser.
|
| 8 |
|
| 9 |
+
## Features
|
| 10 |
+
- Drag-and-drop image upload
|
| 11 |
+
- Timeline editing
|
| 12 |
+
- Client-side video generation with FFmpeg.js
|
| 13 |
+
- TailwindCSS + Lucide icons for UI
|
| 14 |
+
|
| 15 |
+
## Deployment
|
| 16 |
+
- Hugging Face Space (Gradio backend for hosting)
|
| 17 |
+
- Requirements: `gradio`, `huggingface_hub`
|
| 18 |
+
- Runtime: Python 3.10
|