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.1.tar.gz (3.1 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.1-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zoopy-0.0.1.tar.gz
  • Upload date:
  • Size: 3.1 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.1.tar.gz
Algorithm Hash digest
SHA256 53bdbaa5882a2db3905ed48bf7585b4081015b26bfd071e9da2c7a6bc767a524
MD5 40379feda9feb4228e3020a00eb9b5cf
BLAKE2b-256 c6258d083f8b2aacda740e9eba55cef22c174d5a81750e27d73130cd774e9989

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zoopy-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 464d14d15f087ca617e2c416c3ff3de36d731d1e09978f103f9db375084c7054
MD5 cce7dd54b2226e787788037955ebd037
BLAKE2b-256 69093317c9ccd4c4c04e2eabe21a23ae6c34ad695f60b4bc97ba217c6fa010ee

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