Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
|
|
|
| 7 |
pinned: false
|
| 8 |
-
license:
|
| 9 |
-
short_description: Face
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Advanced Live Portrait WebUI
|
| 3 |
+
emoji: 🎬
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
+
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
+
license: mit
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Advanced Live Portrait WebUI
|
| 13 |
+
|
| 14 |
+
An interactive demo of the Advanced Live Portrait animation tool. This HTML interface showcases the functionality while providing instructions for local installation.
|
| 15 |
+
|
| 16 |
+
## 🚀 Features
|
| 17 |
+
- Interactive image upload
|
| 18 |
+
- Demo animation generation
|
| 19 |
+
- Example images
|
| 20 |
+
- Complete installation guide
|
| 21 |
+
- Responsive design
|
| 22 |
+
|
| 23 |
+
## 💡 For Full Features
|
| 24 |
+
The complete application with AI-powered audio-driven animation requires local installation:
|
| 25 |
+
|
| 26 |
+
```bash
|
| 27 |
+
git clone https://github.com/Ayeeee45/AdvancedLivePortrait-WebUI.git
|
| 28 |
+
cd AdvancedLivePortrait-WebUI
|
| 29 |
+
pip install -r requirements.txt
|
| 30 |
+
python webui.py
|