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.3.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.3-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zoopy-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 3467622122d05373d2e8a968b4fb616400862f6e06093e35f3f14c8980cf5d4f
MD5 9f3e7ec93207f32d3da71ade03745cf6
BLAKE2b-256 09be37a19ced4faf751bcc1a3c27f5e391cd227527899154163b680681e75533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zoopy-0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d6571675d9a5608738a7b5eb88dfd618d963f06597c17ca8443fc1cd00acd974
MD5 852d2f8d548e250524e7f7ca2740e2a7
BLAKE2b-256 06efe3af482f95aecac99a7b2c732ca0d9c367242664a33ffebcf994ad1ed2e5

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