Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Enhanced AI Image Detector
|
2 |
|
3 |
This model detects whether an image is real or AI-generated using a trained PyTorch neural network.
|
@@ -84,4 +93,4 @@ If you use this model in your research or application, please cite:
|
|
84 |
year = {2025},
|
85 |
url = {https://huggingface.co/yourusername/enhanced-ai-detector}
|
86 |
}
|
87 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- image-classification
|
7 |
+
- ai-detection
|
8 |
+
- vit
|
9 |
+
---
|
10 |
# Enhanced AI Image Detector
|
11 |
|
12 |
This model detects whether an image is real or AI-generated using a trained PyTorch neural network.
|
|
|
93 |
year = {2025},
|
94 |
url = {https://huggingface.co/yourusername/enhanced-ai-detector}
|
95 |
}
|
96 |
+
```
|