TLeonidas commited on
Commit
03b3e60
1 Parent(s): c98978d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -9,4 +9,29 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # AI vs. Real Profile Picture Classification
13
+ ## Overview
14
+ This project hosts a fine-tuned version of the Nahrawy/AIorNot model on Hugging Face's Model Hub, specifically adapted for distinguishing between AI-generated and real profile pictures. Utilizing transfer learning, the model has been fine-tuned on a diverse dataset comprising both real and synthetically generated images to achieve high accuracy in classification tasks.
15
+
16
+ ## Model Description
17
+ The Nahrawy/AIorNot model, originally designed for image classification tasks, has been fine-tuned to specifically address the challenge of distinguishing AI-generated images from real ones. This adaptation makes it particularly suitable for applications in social media moderation, digital forensics, and any domain where such differentiation is critical.
18
+
19
+ ## Dataset
20
+ The model was fine-tuned on a combined dataset consisting of 20000 real and 8892 AI-generated profile pictures. The dataset was split into training and validation sets, ensuring a comprehensive learning and evaluation process.
21
+
22
+ ## Performance
23
+ The model's performance metrics, such as accuracy and F1 score, are reported as follows:
24
+
25
+ Accuracy: XX%
26
+ F1 Score: XX%
27
+
28
+ ## Limitations and Bias
29
+ While the model demonstrates robust performance across diverse datasets, it's important to acknowledge potential limitations and biases inherent in the training data. Users are encouraged to evaluate the model in their specific contexts and consider these factors when interpreting the results.
30
+
31
+ ## Contributing
32
+ We welcome contributions to improve the model and its documentation. Whether you have suggestions for new features, bug reports, or requests, please feel free to open an issue or submit a pull request.
33
+
34
+ ## License
35
+
36
+ ##Acknowledgements
37
+ Special thanks to the creators of the Nahrawy/AIorNot model and the Hugging Face team for providing the infrastructure that makes this project possible.