AuthentiVision
1.0.0

Modelo de autenticação de face de última geração para detectar imagens geradas pela IA
Huggingface | Dados | Demo | Blog de tecnologia
| Rosto real | Rosto gerado pela 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 } )" )Para documentação detalhada, visite nosso blog de tecnologia.
Este projeto está licenciado sob a licença Apache 2.0 - consulte o arquivo de licença para obter detalhes.
Se você usar a autentivisão em sua pesquisa ou projeto, cite nosso blog técnico:
@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 }
}