Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -1,13 +1,18 @@
1
  ---
2
- title: DeepSite Project
3
- colorFrom: pink
4
- colorTo: blue
5
- sdk: static
6
- emoji: 🚀
7
- tags:
8
- - deepsite-v4
9
  ---
 
10
 
11
- # DeepSite Project
 
12
 
13
- This project has been created with [DeepSite](https://deepsite.hf.co) AI Vibe Coding.
 
 
 
 
 
 
 
 
 
 
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