Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onuralpszr/kopikatapi
KopikatAPI is Python library for interacting with the Kopikat API.
https://github.com/onuralpszr/kopikatapi
data-augmentation image-processing kopikatapi opencv
Last synced: 6 days ago
JSON representation
KopikatAPI is Python library for interacting with the Kopikat API.
- Host: GitHub
- URL: https://github.com/onuralpszr/kopikatapi
- Owner: onuralpszr
- License: mit
- Created: 2023-07-05T11:56:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T20:27:32.000Z (7 months ago)
- Last Synced: 2024-04-14T10:55:52.565Z (7 months ago)
- Topics: data-augmentation, image-processing, kopikatapi, opencv
- Language: Python
- Homepage: https://github.com/onuralpszr/kopikatAPI
- Size: 590 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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 [Python**3.11>=Python>=3.8**](https://www.python.org/) environment.
```bash
pip install kopikatapi
```## 🔥 Quickstart
```python
from kopikatapi import KopikatAPI
import cv2api_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.