├── LICENSE ├── README.md ├── inception.model ├── out.png ├── predict.py └── transfer.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/Transfer-Learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/Transfer-Learning/HEAD/README.md -------------------------------------------------------------------------------- /inception.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/Transfer-Learning/HEAD/inception.model -------------------------------------------------------------------------------- /out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/Transfer-Learning/HEAD/out.png -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/Transfer-Learning/HEAD/predict.py -------------------------------------------------------------------------------- /transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DhavalThkkar/Transfer-Learning/HEAD/transfer.py --------------------------------------------------------------------------------