Kopikat.co Python Client for API access
Project description
KopikatAPI 😺
👋 Hello, KopikatAPI 🐍 Python library for interacting with the Kopikat API.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kopikatapi-0.0.2.tar.gz
.
File metadata
- Download URL: kopikatapi-0.0.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba46106655c3c97141064b637c98fa8e4f8eb690d61039b6200cdf5f30dd6ece |
|
MD5 | 667d4f1ec74917855c3d84f48323fa00 |
|
BLAKE2b-256 | 1bd853e912e30810b600345c5b8f4bf1f0c53c9b22834441ca55a4edad57cd49 |
File details
Details for the file kopikatapi-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: kopikatapi-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f59b4d3698a9da557dbdf0594c02064cd4f7136481f932619161c12d38edb5c |
|
MD5 | 65d222b9b625ac2e0eeddeb3c2b3cff0 |
|
BLAKE2b-256 | 92f0681e820c755d732097badd84f71868ce1464aa63cf9363bb57363f13477e |