hussainwajid390/animation_vidoes
0
๐ฅ 3D Cartoon Animation Generator (Text โ 3D Cartoon Video)
This Hugging Face Space generates 3D cartoon-style animations from a user-provided script.
- Input: A text script (50s โ 1 min)
- Output: Animated 3D cartoon video (.mp4)
- If well-known personalities are mentioned, the AI automatically fetches their image and integrates it into the video.
๐ How to Use
- Type or paste your script into the text box.
- Click Generate Cartoon Animation.
- Wait while the model processes (can take a few minutes).
- Preview and download your generated cartoon video.
๐ ๏ธ Technical Details
- Frontend: Streamlit
- Backend Models:
- Text-to-video: Zeroscope V2
- Cartoon-style rendering: post-processing with
ffmpeg+ cartoon filters - Personality images: fetched using Hugging Face APIs (if available)
- Files in this repo:
app.pyโ Main Streamlit applicationutils.pyโ Helper functions (cartoon filters, image fetching)requirements.txtโ Dependencies listDockerfileโ Containerization setup for Hugging Face deploymentREADME.mdโ This documentation
๐ฆ Installation (Local Development)
Clone the repository:
git clone https://huggingface.co/spaces/username/cartoon-animation
cd cartoon-animation
