Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
-
|
2 |
-
title: Try On
|
3 |
-
emoji: 💻
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: red
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.41.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
-
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
## Installation
|
7 |
+
1. Clone the repository:
|
8 |
+
```bash
|
9 |
+
git clone <repository-url>
|
10 |
+
cd salon_tryon
|