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