Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Salon Hairstyle Virtual Try-On
|
2 |
|
3 |
## Description
|
4 |
A web-based application for virtual hairstyle try-on using Gradio, OpenCV, and MediaPipe. Users can upload a photo or use a webcam to preview different hairstyles.
|
5 |
|
6 |
-
##
|
7 |
-
1. Clone the repository:
|
8 |
-
```bash
|
9 |
-
git clone <repository-url>
|
10 |
-
cd salon_tryon
|
|
|
1 |
+
---
|
2 |
+
title: Salon Hairstyle Virtual Try-On
|
3 |
+
emoji: πββοΈ
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Salon Hairstyle Virtual Try-On
|
13 |
|
14 |
## Description
|
15 |
A web-based application for virtual hairstyle try-on using Gradio, OpenCV, and MediaPipe. Users can upload a photo or use a webcam to preview different hairstyles.
|
16 |
|
17 |
+
##
|
|
|
|
|
|
|
|