GithubHelp home page GithubHelp logo

mozayed007 / pre-trained-image-classifier Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.7 MB

Image Classification for a City Dog Show using pre-trained Classifiers

License: MIT License

Python 97.32% PowerShell 0.87% Shell 1.81%

pre-trained-image-classifier's Introduction

Dog Breeds Images Classifier

This is a pre-trained dog breed image classifier. It uses different architectures like Resnet, Alexnet, and VGG for classification. The project is part of the AWS-sponsored Scholarship: AI Programming with Python Nanodegree on Udacity.

Prerequisites

Make sure you have Python installed on your system. You can download Python from here.

Requirements

This project requires the following Python libraries:

  • ast
  • PIL (Python Imaging Library)
  • torchvision
  • torch

You can install these libraries using pip:

pip install ast
pip install pillow
pip install torchvision
pip install torch

Usage

You can use the classifier with the following commands:

For Resnet architecture:

python check_images.py --dir pet_images/ --arch resnet  --dogfile dognames.txt > resnet_pet-images.txt

For Alexnet architecture:

python check_images.py --dir pet_images/ --arch alexnet --dogfile dognames.txt > alexnet_pet-images.txt

For VGG architecture:

python check_images.py --dir pet_images/ --arch vgg  --dogfile dognames.txt > vgg_pet-images.txt

Parameters

  • --dir: Directory of the pet images.
  • --arch: The architecture to be used for the classifier. It can be resnet, alexnet, or vgg.
  • --dogfile: The file containing the names of the dog breeds.

The output of the classifier will be saved in a text file.


If you need more specific information or have any other requirements, please let me know.

pre-trained-image-classifier's People

Contributors

mozayed007 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.