Skip to content

anik120/pl-image_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pl-image_classification

Abstract

This is a demo ChRIS plugin app.

The image plugin runs a neural network to perform a supervised machine learning task (Classification) on the MNSIT data set.

The MNIST data set is a database of images of handwriten digits, with 60,000 training data points and 10,000 test data points.

You can learn more about the MNIST data set here: http://yann.lecun.com/exdb/mnist/

Run

downloaded files (.gz) files to the 'in' folder.

  • Using docker run

Assign an "input" directory to /incoming and an output directory to /outgoing

docker run --rm -v $(pwd)/in:/incoming -v $(pwd)/out:/outgoing   \
        fnndsc/pl-image_classification image_classification.py            \
        /incoming /outgoing

This will ...

Make sure that the host $(pwd)/out directory is world writable!

Releases

No releases published

Packages

No packages published

Languages