dima806
fairface_age_image_detection
Detects age group with about 59% accuracy based on an image. See https://www.kaggle.com/code/dima806/age-group-image-classification-vit for details.
music_genres_classification
--- license: apache-2.0 metrics: - accuracy - roc_auc base_model: - facebook/wav2vec2-base-960h --- [Music genre](https://en.wikipedia.org/wiki/Music_genre) classification is a fundamental and versatile application in many various domains. Some possible use cases for music genre classification include:
facial_emotions_image_detection
Returns facial emotion with about 91% accuracy based on facial human image.
deepfake_vs_real_image_detection
Checks whether an image is real or fake (AI-generated). Note to users who want to use this model in production Beware that this model is trained on a dataset collected about 3 years ago. Since then, there is a remarkable progress in generating deepfake images with common AI tools, resulting in a significant concept drift. To mitigate that, I urge you to retrain the model using the latest available labeled data. As a quick-fix approach, simple reducing the threshold (say from default 0.5 to 0.1 or even 0.01) of labelling image as a fake may suffice. However, you will do that at your own risk, and retraining the model is the better way of handling the concept drift. See https://www.kaggle.com/code/dima806/deepfake-vs-real-faces-detection-vit for more details.
man_woman_face_image_detection
fairface_gender_image_detection
email-spam-detection-roberta
clothes_image_detection
facial_age_image_detection
See https://www.kaggle.com/code/dima806/facial-age-years-detection-vit for more details.
ai_vs_real_image_detection
closed_eyes_image_detection
phishing-email-detection
ai_vs_human_generated_image_detection
skin_types_image_detection
weather_types_image_detection
musical_instrument_detection
cat_breed_image_detection
133_dog_breeds_image_detection
english_accents_classification
faces_age_detection
hand_gestures_image_detection
medicinal_plants_image_detection
ai-generated-essay-detection-distilbert
human-vs-llm-generated-text-detection-distilbert
chest_xray_pneumonia_detection
vehicle_10_types_image_detection
Car Brands Image Detection
Returns car brand with about 69% accuracy given an image. See https://www.kaggle.com/code/dima806/car-brands-image-detection-vit for details.