Python SDK package for Picsellia MLOps platform
Project description
Picsellia SDK
Picsellia Python SDK is a python library that allows connecting to Picsellia platform.
Documentation
Reference of the SDK can be found at reference
Getting started
Documentation can be found at docs. Start by installing the Picsellia python package in your environment.
pip install picsellia
Then, initialize a client
from picsellia import Client
client = Client(api_token="<your api token>")
Now, use it to upload data and create a dataset !
lake = client.get_datalake()
uploaded_data = lake.upload_data(filepaths=["pics/twingo.png", "pics/ferrari.png"], tags=["tag_car"])
dataset = client.create_dataset("cars").create_version("first")
dataset.add_data(uploaded_data)
What is Picsellia ?
Our mission is to give you all the necessary tools to relieve the burden of AI projects off of your shoulders. As a data scientist / ML engineer / Researcher, you shouldn't have to worry about the following topics :
Picsellia is the one-stop place for all the life-cycle of your Computer Vision projects, from ideation to production in a single platform 🚀.
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 picsellia-6.19.1.tar.gz
.
File metadata
- Download URL: picsellia-6.19.1.tar.gz
- Upload date:
- Size: 108.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.7 Linux/6.8.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a7042d06a02220e77bce6045563457992100498ba62f5981b13df91512f5a1d |
|
MD5 | b7006d3fa6034a90429caabd840731a8 |
|
BLAKE2b-256 | 58ec1002cca4ffe0e74160106fcf024481ccf6547691f5edb7c28d9b45160e68 |
File details
Details for the file picsellia-6.19.1-py3-none-any.whl
.
File metadata
- Download URL: picsellia-6.19.1-py3-none-any.whl
- Upload date:
- Size: 142.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.7 Linux/6.8.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a200b14474fdcd8dcedec792bd344d8f633416d39f8b8d4bb4579c01c77d853 |
|
MD5 | 0ee5930f60acb5bd8242b102bf9b8a2f |
|
BLAKE2b-256 | 3d3d5f408acd3bc5fb634e7b319b833e1ebc77d7e2f15b72748259dfb0a3dfff |