Clarifai Data Utils
Project description
Clarifai Python Data Utils
This is a collection of utilities for handling various types of multimedia data. Enhance your experience by seamlessly integrating these utilities with the Clarifai Python SDK. This powerful combination empowers you to address both visual and textual use cases effortlessly through the capabilities of Artificial Intelligence. Unlock new possibilities and elevate your projects with the synergy of versatile data utilities and the robust features offered by the Clarifai Python SDK. Explore the fusion of these tools to amplify the intelligence in your applications! 🌐🚀
Website | Schedule Demo | Signup for a Free Account | API Docs | Clarifai Community | Python SDK Docs | Examples | Colab Notebooks | Discord
Table Of Contents
Installation
Install from PyPi:
pip install clarifai-datautils
Install from Source:
git clone https://github.com/Clarifai/clarifai-python-datautils
cd clarifai-python-datautils
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
Getting started
Quick intro to Image Annotation Conversion feature
from clarifai_datautils import ImageAnnotations
annotated_dataset = ImageAnnotations.import_from(path= 'folder_path', format= 'annotation_format')
Features
Image Utils
-
Annotation Loader
- Load various annotated image datasets and export to clarifai Platform
- Convert from one annotation format to other supported annotation formats
Usage
Image Annotation Loader
from clarifai_datautils import ImageAnnotations
#import from folder
coco_dataset = ImageAnnotations.import_from(path='folder_path',format= 'coco_detection')
#clarifai dataset loader object
coco_dataset.dataloader
#info about loaded dataset
coco_dataset.get_info()
#exporting to other formats
coco_dataset.export_to('voc_detection')
More Examples
See many more code examples in this repo.
Project details
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
Hashes for clarifai_datautils-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e9c4cae7713835e9d8126101ee70d69ffb5189e18b73e8480aca4d800bdadca |
|
MD5 | 229ad12a1e397d8383e7c530a2e53b7c |
|
BLAKE2b-256 | ec106ef19c96ed5c8df562c951a84abae2e1a68c998a3e3e7d9bdda491f0ab8c |