Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Old project and unoriginal code mostly. An image classifier with a custom neural net and a couple of pre-trained neural nets.

Notifications You must be signed in to change notification settings

AndrijaS37N/custom-image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Image Classifier

Huge part of this is actually help from: pyimagesearch.com.

I just redone and reorganized the code for my own uses and preferences.

Will probably be working more on this in the future. Neural networks used in the custom-training-version and the pre-trained-version are:

  1. VGGNet 16
  2. VGGNet 19
  3. ResNet
  4. Google Inception
  5. Xception

Requirements

Specified in the requirements.txt file in a table-like format (from PyCharm project preferences).

Note: Using a specific TensorFlow 1.12 .whl file for my own architecture.

Project results:

Example View ↘

View 1