Skip to content

Instantly share code, notes, and snippets.

View jiyang-kang's full-sized avatar

Jiyang Kang jiyang-kang

View GitHub Profile
@jiyang-kang
jiyang-kang / vgg.py
Created December 27, 2018 06:02
This script will demonstrate how to use a pretrained model, in PyTorch, to make predictions.
"""
This script will demonstrate how to use a pretrained model, in PyTorch,
to make predictions. Specifically, we will be using VGG16 with a cat
image.
References used to make this script:
PyTorch pretrained models doc:
http://pytorch.org/docs/master/torchvision/models.html
PyTorch image transforms example:
http://pytorch.org/tutorials/beginner/data_loading_tutorial.html#transforms
@jiyang-kang
jiyang-kang / amazon-rekognition.md
Created September 7, 2017 14:35 — forked from alexcasalboni/amazon-rekognition.md
Amazon Rekognition - Python Code Samples

Amazon Rekognition - Python Code Samples

  1. Labels Detection
  2. Faces Detection
  3. Faces Comparison
  4. Faces Indexing
  5. Faces Search