GGXV1 commited on
Commit
ca60dee
·
verified ·
1 Parent(s): 374d1ba

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +37 -0
  2. dtacAI_beta_model.h5 +3 -0
  3. training_metrics.png +0 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - th
5
+ - en
6
+ - zh
7
+ license: apache-2.0
8
+ tags:
9
+ - image-classification
10
+ - ai-generated-detection
11
+ ---
12
+
13
+ # dtacAI-beta
14
+
15
+ ## Description / รายละเอียด / 描述
16
+
17
+ **[TH]** โมเดลนี้ถูกสร้างขึ้นเพื่อแยกแยะระหว่างภาพที่สร้างโดย AI และภาพถ่ายจริง โดยใช้โครงสร้าง CNN ในการวิเคราะห์
18
+ **[EN]** This model is designed to classify AI-generated images vs. real human-created photos using a CNN architecture.
19
+ **[ZH]** 该模型旨在通过 CNN 架构识别 AI 生成的图像与真实照片。
20
+
21
+ ## Training Metrics / ประสิทธิภาพการเทรน / 训练指标
22
+ ![Training Metrics](training_metrics.png)
23
+
24
+ ## How to Use / วิธีใช้งาน / 如何使用
25
+
26
+ ### [EN] Python/TensorFlow:
27
+ ```python
28
+ import tensorflow as tf
29
+ model = tf.keras.models.load_model('dtacAI_beta_model.h5')
30
+ # Preprocess image to (150, 150) and rescale (1./255)
31
+ ```
32
+
33
+ ### [TH] การใช้งาน:
34
+ โมเดลต้องการภาพขนาด 150x150 พิกเซล และต้องทำการหารค่าพิกเซลด้วย 255 (Rescale) ก่อนนำเข้าโมเดล
35
+
36
+ ### [ZH] 用法:
37
+ 模型需要 150x150 像素的图像,并在预测前将像素值缩放为 1/255。
dtacAI_beta_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbfaa857ccaf264beb5a9767f92ca38b9ef77cd24608907505a4002e3f70ace2
3
+ size 228458584
training_metrics.png ADDED