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