AuthentiVision
1.0.0

用於檢測AI生成圖像的最先進的面部身份驗證模型
擁抱面|數據|演示|技術博客
| 真實的臉 | AI生成的臉 |
![]() | ![]() |
![]() | ![]() |
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許可證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 }
}