Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# AI Image Classification Model
|
5 |
|
@@ -103,4 +109,4 @@ ai_image_classifier.load_model('models/ai_image_classifier/xgb_classifier.json')
|
|
103 |
## Acknowledgments
|
104 |
|
105 |
- **[AuraFace-v1](https://huggingface.co/fal/AuraFace-v1)** for face embeddings.
|
106 |
-
- **[Real vs AI Generated Faces Dataset](https://www.kaggle.com/datasets/philosopher0808/real-vs-ai-generated-faces-dataset)** for training data.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- ai-image-classifiction
|
5 |
+
- catboost
|
6 |
+
- xgboost
|
7 |
+
- auraface
|
8 |
+
- cnn
|
9 |
---
|
10 |
# AI Image Classification Model
|
11 |
|
|
|
109 |
## Acknowledgments
|
110 |
|
111 |
- **[AuraFace-v1](https://huggingface.co/fal/AuraFace-v1)** for face embeddings.
|
112 |
+
- **[Real vs AI Generated Faces Dataset](https://www.kaggle.com/datasets/philosopher0808/real-vs-ai-generated-faces-dataset)** for training data.
|