Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
AI Image Detector models
|
2 |
|
3 |
More about the project:
|
4 |
-
https://github.com/Ycalk/AIImageDetector
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
base_model:
|
5 |
+
- microsoft/resnet-18
|
6 |
+
pipeline_tag: image-classification
|
7 |
+
tags:
|
8 |
+
- detection
|
9 |
+
- image
|
10 |
+
- image detection
|
11 |
+
---
|
12 |
AI Image Detector models
|
13 |
|
14 |
More about the project:
|
15 |
+
https://github.com/Ycalk/AIImageDetector
|