AuthentiVision
1.0.0

แบบจำลองการรับรองความถูกต้องของใบหน้าที่ทันสมัยสำหรับการตรวจจับภาพ Ai-Generated
Huggingface | ข้อมูล | การสาธิต บล็อกเทค
| หน้าจริง | ใบหน้าที่สร้างขึ้น |
![]() | ![]() |
![]() | ![]() |
git clone https://github.com/TimeLabHub/AuthentiVision.git
cd AuthentiVision
pip install -r requirements.txt from authentivision import AuthentiVision
# Initialize detector
detector = AuthentiVision ()
# Make prediction
label , confidence = detector . predict ( "path_to_image.jpg" )
print ( f"Prediction: { label } (Confidence: { confidence :.2f } )" )สำหรับเอกสารโดยละเอียดกรุณาเยี่ยมชมบล็อกเทคโนโลยีของเรา
โครงการนี้ได้รับอนุญาตภายใต้ Apache License 2.0 - ดูไฟล์ใบอนุญาตสำหรับรายละเอียด
หากคุณใช้ Authentivision ในการวิจัยหรือโครงการของคุณโปรดอ้างอิงบล็อกทางเทคนิคของเรา:
@online { authentivision2024 ,
title = { AuthentiVision: Finding Yourself in the Real World } ,
author = { Haijian Wang and Zhangbei Ding and Yefan Niu and Xiaoming Zhang } ,
year = { 2024 } ,
url = { https://timelabhub.github.io/ } ,
note = { Medium blog post }
}