|
# Faceless Video Generator (Free) |
|
|
|
This is a minimal talking avatar video generator app using open-source models. |
|
|
|
## Setup |
|
|
|
1. Install dependencies: |
|
```bash |
|
pip install -r requirements.txt |
|
``` |
|
|
|
2. Run the app: |
|
```bash |
|
python app.py |
|
``` |
|
|
|
3. Open the URL displayed in your terminal in your browser. |
|
|
|
4. Upload your avatar image and enter text to generate talking avatar videos. |
|
|
|
## Notes |
|
|
|
- This uses the First Order Motion Model (https://github.com/AliaksandrSiarohin/first-order-model) for animation. |
|
- Coqui TTS is used for text-to-speech. |
|
- Model weights will be downloaded automatically on first run. |