Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
4 |
# AuthentiVision π
|
5 |
|
6 |
<div align="center">
|
@@ -10,7 +11,7 @@ license: apache-2.0
|
|
10 |
|
11 |
**State-of-the-art Face Authentication for Detecting AI-Generated Images**
|
12 |
|
13 |
-
[Huggingface](https://medium.com/@haijian06/authentivision-detecting-ai-generated-faces) | [Data](https://huggingface.co/datasets/haijian06/face-auth-dataset) | [Demo](https://huggingface.co/spaces/haijian06/
|
14 |
|
15 |
</div>
|
16 |
</div>
|
@@ -25,7 +26,7 @@ license: apache-2.0
|
|
25 |
</tr>
|
26 |
<tr>
|
27 |
<td>
|
28 |
-
<img src="assets/
|
29 |
</td>
|
30 |
<td>
|
31 |
<img src="assets/ai_face.jpg" alt="AI-Generated Face" width="200"/>
|
@@ -33,7 +34,7 @@ license: apache-2.0
|
|
33 |
</tr>
|
34 |
<tr>
|
35 |
<td>
|
36 |
-
<img src="assets/
|
37 |
</td>
|
38 |
<td>
|
39 |
<img src="assets/ai_face_2.jpg" alt="AI-Generated Face" width="200"/>
|
@@ -41,6 +42,7 @@ license: apache-2.0
|
|
41 |
</tr>
|
42 |
</table>
|
43 |
</div>
|
|
|
44 |
## π Features
|
45 |
|
46 |
- High accuracy in distinguishing real faces from AI-generated ones
|
@@ -52,7 +54,7 @@ license: apache-2.0
|
|
52 |
## π Quick Start
|
53 |
|
54 |
```bash
|
55 |
-
git clone https://github.com/
|
56 |
cd AuthentiVision
|
57 |
pip install -e .
|
58 |
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
# AuthentiVision π
|
6 |
|
7 |
<div align="center">
|
|
|
11 |
|
12 |
**State-of-the-art Face Authentication for Detecting AI-Generated Images**
|
13 |
|
14 |
+
[Huggingface](https://medium.com/@haijian06/authentivision-detecting-ai-generated-faces) | [Data](https://huggingface.co/datasets/haijian06/face-auth-dataset) | [Demo](https://huggingface.co/spaces/haijian06/TrueFace) | [Tech Blog](https://timelabhub.github.io/)
|
15 |
|
16 |
</div>
|
17 |
</div>
|
|
|
26 |
</tr>
|
27 |
<tr>
|
28 |
<td>
|
29 |
+
<img src="assets/real_face.jpg" alt="Real Face" width="200"/>
|
30 |
</td>
|
31 |
<td>
|
32 |
<img src="assets/ai_face.jpg" alt="AI-Generated Face" width="200"/>
|
|
|
34 |
</tr>
|
35 |
<tr>
|
36 |
<td>
|
37 |
+
<img src="assets/real_face_2.jpg" alt="Real Face" width="200"/>
|
38 |
</td>
|
39 |
<td>
|
40 |
<img src="assets/ai_face_2.jpg" alt="AI-Generated Face" width="200"/>
|
|
|
42 |
</tr>
|
43 |
</table>
|
44 |
</div>
|
45 |
+
|
46 |
## π Features
|
47 |
|
48 |
- High accuracy in distinguishing real faces from AI-generated ones
|
|
|
54 |
## π Quick Start
|
55 |
|
56 |
```bash
|
57 |
+
git clone https://github.com/TimeLabHub/AuthentiVision.git
|
58 |
cd AuthentiVision
|
59 |
pip install -e .
|
60 |
```
|