AuthentiVision
1.0.0

Modèle d'authentification du visage de pointe pour détecter les images générées par l'IA
Houggingface | Données | Démo | Blog technologique
| Vrai visage | Visage généré par l'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 } )" )Pour une documentation détaillée, veuillez visiter notre blog technologique.
Ce projet est concédé sous licence Apache 2.0 - Voir le fichier de licence pour plus de détails.
Si vous utilisez Authentivision dans votre recherche ou votre projet, veuillez citer notre blog technique:
@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 }
}