Skip to main content

A Python package to get train and test a model for binary classification.

Project description

#TensorFLow-Binary-Image-Classifier

A Python package to get train and test a model for binary classification.

Usage

Following query on terminal will allow you to TRAIN the data. Here c1 and c2 are two categories and has SAME folder name of the data. p is path of folder containing train data image folders. e is number of epoches EX:

[Train_data] / 
        [not_human] , [human]

train -c1 not_human -c2 human -p c:/downloads/train_data/ -e 3

Following query on terminal will allow you to TEST the data. Here c1 and c2 are two categories and has SAME folder name of the data. p is path of folder containing test data image folder. EX:

[Test_data] / 
        [folder]

test -c1 not_human -c2 human -p c:/downloads/test_data/ 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TF-Binary-Classification-1.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

TF_Binary_Classification-1.0.1-py2-none-any.whl (4.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page