This project aims to detect acne using Transfer Learning with TensorFlow.
This project utilizes transfer learning, a technique in machine learning where a model trained on one task is re-purposed on a second related task. In this case, we use a pre-trained model as the base and fine-tune it to detect acne on facial images.
To use this project, follow these steps:
- Clone this repository:
git clone https://github.com/NafMn/TFL_ACNE_DETECTION.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the script for acne detection:
python detect_acne.py
The dataset used for training and evaluation can be found at [URL_DATASET]. It contains facial images with annotations for acne presence.
This project is licensed under the Approval-Required License (ARL) [LICENSE]. It cannot be used or distributed without permission from the author.
This project is authored by Mohamad Nafis.
For inquiries, you can contact the author via email at nafis@nafisdvlp.my.id.