Skip to main content

purrsong

Project description

purrsong

Installation

pip install purrsong

Start

import purrsong as ps
ps.__version__
>>> 0.1.2

Create Anaconda Environment(Optional)

conda create -n purrsong python=3.6
conda activate purrsong

Requirments

  • tensorflow
  • opencv-python
  • tqdm
  • requests
  • pandas

Auto-download-extract-load of datasets, modelsets

Below function automatically download data or models and save locally If data is already exists, returns data directory or model filepath

import purrsong as ps
ps.list_datasets()
data = ps.load_dataset('cats')
ps.list_models()
bbs = ps.load_model('bbs')

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

purrsong-0.1.2-py3-none-any.whl (17.8 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