Skip to content

A PyTorch Image classifier based on Convolutional Neural Network and Supervised Learning

License

Notifications You must be signed in to change notification settings

manuelsilverio/ai-image-classifier

Repository files navigation

ai-image-classifier

A PyTorch Image classifier based on Convolutional Neural Network and Supervised Learning

  • The only file you need is ai_image_classifier.py
  • you can use it to train a model in three lines of code.
  • The model uses a ResNet backbone.

See example implementing this classifier to distinguish between oranges and pears:

test_orange_pear

Here is the training with 150 images for training and 50 images for validation for each class:

training

About

A PyTorch Image classifier based on Convolutional Neural Network and Supervised Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published