Skip to main content

It classify the cat or dog images

Project description

animal-classifier

It is a cat and dog classifire.

Installation

pip install cat_dog_classifier

How to use it

It take the image path and classify the image, if it is cat then answer is 0 else 1 for dog.

import animal-classifier

image_path = "C:\Users\xvinay28x\Desktop\dog.jpg"
result = animal-classifier.cat_dog(image_path)
if result ==  1:
   print("It is Dog")
else:
   print("It is Cat")

License

© 2021 Vinay Garg

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

animal_classifier-1.0.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

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