Skip to main content

A Python library for animal data analysis

Project description

ZooPy: A Python Library for Animal Data Analysis

python pandas matplotlib torch

Overview

ZooPy is a simple Python library with a concise API designed for analyzing and processing biological data related to animals. It provides tools for working with datasets, performing image recognition etc.

Data

The data was collected from Wikipedia and contains the languages:

  • 🇷🇺 Russian

Library Structure

Installation

To install ZooPy, run:

pip install zoopy

Usage

Getting started:

from zoopy import animal

cat = animal.Animal('кошка', 'ru')
cat.display()


ZooPy has interfaces for several pre-trained models, for example, ImageNet

import cv2

img = cv2.imread('img/duck.jpg')
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)

cv2.imshow(img)
from zoopy import models

model = models.ImageClassification()
print(model.predict(img))

Output: albatross

Create different graphics

from zoopy import animal, viz

turtle = animal.Animal('черепаха', 'ru')
viz.plot_classification(turtle)

Contact

Contact me by Mail or Telegram.

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

zoopy-0.0.4.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zoopy-0.0.4-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file zoopy-0.0.4.tar.gz.

File metadata

  • Download URL: zoopy-0.0.4.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for zoopy-0.0.4.tar.gz
Algorithm Hash digest
SHA256 50ec73e60d64d54b90bb7c3d83091df8b6b3d1aca4ec29087ea467b3b27c8b33
MD5 83dd826e520c816e8f8b1d394cd664e8
BLAKE2b-256 4b1d23eb0ec0eb5d8318f7ad5992ec791c34de8a7c6d5241fa09a69be7983627

See more details on using hashes here.

File details

Details for the file zoopy-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: zoopy-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.6

File hashes

Hashes for zoopy-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b0d4428dc058a140636166727bff60622dd2d341b75c7bfcdb70cd3b34432809
MD5 fd568b44bd4690dc389b0a54042df557
BLAKE2b-256 039a932f0461fe513cbe5e32638c25021b32b6a85b2df53ca46e8ff642be31d6

See more details on using hashes here.

Supported by

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