AuthentiVision
1.0.0
State-of-the-art Face Authentication Model for Detecting AI-Generated Images
Huggingface | Data | Demo | Tech Blog
| Real Face | AI-Generated Face |
|
|
|
|
git clone https://github.com/TimeLabHub/AuthentiVision.git
cd AuthentiVision
pip install -r requirements.txtfrom authentivision import AuthentiVision
# Initialize detector
detector = AuthentiVision()
# Make prediction
label, confidence = detector.predict("path_to_image.jpg")
print(f"Prediction: {label} (Confidence: {confidence:.2f})")For detailed documentation, please visit our tech blog.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
If you use AuthentiVision in your research or project, please cite our technical blog:
@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}
}