Flower Classification using Pytorch and ResNet101 Architecture
Forgot to make that requirement.txt so in the meantime i will list it here:
- Numpy
- Matplotlib
- Torch 0.4.1
- Torchvision
- Argparse
- Pillow 5.0.0
- if you want to use without training, download the already trained model here
- install the requirement
- clone/download this repo
python3 predict.py --image_path "image_path" --gpu True --topk 3
Coming Soon !