Metadata-Version: 2.1
Name: kopikatapi
Version: 0.0.2
Summary: Kopikat.co Python Client for API access
Author: Onuralp SEZER
Author-email: thunderbirdtr@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: opencv-python (>=4.8.0.74,<5.0.0.0)
Requires-Dist: pillow (>=10.0.0,<11.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown


<h1 align="center">KopikatAPI 😺</h1>

<p align="center">👋 Hello, KopikatAPI 🐍 Python library for interacting with the Kopikat API. </p>

<p align="center">
  <a href="https://github.com/onuralpszr/kopikatAPI"><img src="https://raw.githubusercontent.com/onuralpszr/kopikatAPI/main/logo/kopikatAPI_Logo.png" alt="KopikatAPI"></a>
</p>

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 [Python**3.11>=Python>=3.8**](https://www.python.org/) environment.

```bash
pip install kopikatapi
```

## 🔥 Quickstart

```python

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](https://kopikat.gitbook.io/api/quick-start#1.-get-your-api-key)


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

