| | --- |
| | title: Advanced Live Portrait WebUI |
| | emoji: π¬ |
| | colorFrom: indigo |
| | colorTo: purple |
| | sdk: static |
| | app_file: index.html |
| | pinned: false |
| | license: mit |
| | --- |
| | |
| | # Advanced Live Portrait WebUI |
| |
|
| | An interactive demo of the Advanced Live Portrait animation tool. This HTML interface showcases the functionality while providing instructions for local installation. |
| |
|
| | ## π Features |
| | - Interactive image upload |
| | - Demo animation generation |
| | - Example images |
| | - Complete installation guide |
| | - Responsive design |
| |
|
| | ## π‘ For Full Features |
| | The complete application with AI-powered audio-driven animation requires local installation: |
| |
|
| | ```bash |
| | git clone https://github.com/Ayeeee45/AdvancedLivePortrait-WebUI.git |
| | cd AdvancedLivePortrait-WebUI |
| | pip install -r requirements.txt |
| | python webui.py |
| | |