I've started using AWS SageMaker to train a classification model for detecting pet health issues. For this first version, I created a custom dataset focused on dog skin diseases, which I plan to expand to include more animals in the future.
The images were uploaded to an S3 bucket, and I generated corresponding .lst files to index and label the dataset. This setup will be used to train a model that can assist in identifying visible symptoms directly from photos — adding a valuable layer to the diagnostic workflow.

Log in or sign up for Devpost to join the conversation.