This repository contains a YOLOv8-based model trained for detecting acne on African and dark skin tones. The model is designed to be inclusive, focusing on diverse datasets to improve dermatological applications' accuracy across various skin types.
1from ultralytics import YOLO
2
3# Load the model
4model = YOLO("acne.pt")
5
6# Perform inference
7result = model.detect_acne(image_path="path/to/test_image.jpg")
8print(result)
9
This project is licensed under the Apache License 2.0 - see the
LICENSE file for details.
We welcome contributions from the community. If you find any issues or have suggestions, please open an
issue or submit a pull request.
For inquiries, please contact
Nathanil Handan.