Skip to content

Commit 65866f0

Browse files
committed
Add search history. Update readme.
1 parent af6eb35 commit 65866f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+175
-115
lines changed

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# AI DeepFake detection
22
![DeepFake Logo](src/images/logo128.png)
33
This is a browser extension to detect deepfakes.
4-
A new button is integrated in the YouTube player for this purpose.
4+
A new button is integrated in the YouTube™ player for this purpose.
5+
6+
## Introduction
7+
Creating deepfake videos is getting easier and easier. You don't need technical skills anymore to make a manipulated video. You just follow an online instruction, that's enough.
8+
At the same time, the videos are becoming more and more realistic.
9+
Humans are far inferior to AI when it comes to recognizing deepfake videos. Therefore, it is now possible to mainipulate entire societies, since the naked eye can no longer recognize deepfakes.
10+
The question for everyone is how to protect themselves and others from this disinformation.
11+
12+
Part of the solution is to critically question and check if what you see is plausible. In addition, however, we need technical tools and have to fight AI with AI.
13+
514

615

716

@@ -21,12 +30,22 @@ Default recording is 5 seconds.
2130
After recording, the video is automatically sent to the AI for analysis.
2231
You can watch the recorded video in an extra player or download it.
2332
The result of the AI analysis is displayed in this player.
24-
Example:
33+
34+
Example DeepFake:
2535
![Obama](assets/Obama.png)
2636

37+
Example no DeepFake:
38+
![liar](assets/Liar.png)
39+
40+
Sometimes the AI can not process the video and you see this message:
41+
![error](assets/Error.png)
42+
2743

2844
You can also ping the extension.
29-
The popup window shows your analysis history.
45+
The popup window shows your analysis history.
46+
The last analysis is shown on the top.
47+
You can also delete any analysis.
48+
This history is saved in your browser.
3049
![history](assets/history.png)
3150

3251

@@ -48,8 +67,7 @@ npm run build:parcel
4867
Then load the dist directory as an Chrome extension.
4968

5069
## Used images
51-
Links to used images (CC) in this project:
52-
![fake](src/images/fake.png) , ![check](src/images/check.png) from [Icons8](https://icons8.de)
70+
Links to used images (CC) in this project:
5371
![logo](src/images/logo48.png) from [Freepik](https://www.flaticon.com/free-icon/fake_2185544?term=fake&page=2&position=64&page=2&position=64&related_id=2185544&origin=search)
5472

5573

@@ -59,4 +77,8 @@ Links to used images (CC) in this project:
5977

6078
## License
6179

62-
[Apache License 2.0](LICENSE)
80+
[Apache License 2.0](LICENSE)
81+
82+
YouTube™ is a trademark of Google Inc.
83+
Use of this trademark is subject to Google Permissions.
84+

assets/Error.png

2.37 MB
Loading

assets/Liar.png

1.9 MB
Loading

assets/Obama.png

1.53 MB
Loading

assets/history.png

394 KB
Loading

dist/background.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/background.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/check.4299b8a8.png

-1.6 KB
Binary file not shown.

dist/content.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/content.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)