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 }
}