/image_classifier

ML AI: torch based animal image classifier vgg, resnet, alexnet

Primary LanguagePythonApache License 2.0Apache-2.0

image_classifier

torch based animal image classifier vgg, resnet, alexnet

  • Image Folder as --dir with default value 'pet_images'
  • CNN Model Architecture as --arch with default value 'vgg'
  • Text File with Dog Names as --dogfile with default value 'dognames.txt'

python check_images.py --dir pet_images --arch vgg 

pip install torch===1.5.1 torchvision===0.6.1 -f https://download.pytorch.org/whl/torch_stable.html