AuthentiVision
1.0.0

نموذج مصادقة للوجه الحديثة للكشف عن الصور التي تم إنشاؤها
Luggingface | البيانات | العرض التوضيحي | مدونة التكنولوجيا
| وجه حقيقي | الوجه المولد من الذكاء الاصطناعى |
![]() | ![]() |
![]() | ![]() |
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 }
}