Skip to main content

Kopikat.co Python Client for API access

Project description

KopikatAPI 😺

👋 Hello, KopikatAPI 🐍 Python library for interacting with the Kopikat API.

KopikatAPI

Kopikat project allows people to generative data augmentation. So people can enlarge and diversify datasets and is specifically helpful for datasets with up to 5,000 images that are typical for real-life AI projects.

💻 Installation

You can install the KopikatAPI library using pip in between Python3.11>=Python>=3.8 environment.

pip install kopikatapi

🔥 Quickstart

from kopikatapi import KopikatAPI
import cv2

api_key: str = 'ENTER YOUR API KEY HERE'
kopikatAPI = KopikatAPI(api_key)
kopikatAPI.augment_image_file('image.png', 'summer time')
cv2.imshow("output",kopikatAPI.cv2_image())
cv2.waitKey(0)

Get your API Key

Contact with kopikat team from here

Disclaimers

This is not an official Kopikat product. This is a personal project and is not affiliated with Kopikat in any way.

Download files

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

Source Distribution

kopikatapi-0.0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

kopikatapi-0.0.2-py3-none-any.whl (5.5 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