picsellia


Namepicsellia JSON
Version 6.14.1 PyPI version JSON
download
home_pagehttps://www.picsellia.com/
SummaryPython SDK package for Picsellia MLOps platform
upload_time2024-04-17 09:43:35
maintainerPierre-Nicolas Tiffreau
docs_urlNone
authorPierre-Nicolas Tiffreau
requires_python<3.13,>=3.7
licenseMIT
keywords ai picsellia sdk cvops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://documentation.picsellia.com/reference/client)

## Getting started
Documentation can be found at [docs](https://documentation.picsellia.com/docs/getting-started).
Start by installing the Picsellia python package in your environment.
```
pip install picsellia
```

Then, initialize a client
```python
from picsellia import Client
client = Client(api_token=<your api token>)
```

Now, use it to upload data and create a dataset !
```python
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 :

- [💾 Data Management](https://documentation.picsellia.com/docs/data-management)
- [📈 Experiment Tracking](https://documentation.picsellia.com/docs/experiment-tracking)
- [📘 Model Management](https://documentation.picsellia.com/docs/export-an-experiment)
- [🚀 Model Deployment](https://documentation.picsellia.com/docs/serverless)
- [👀 Model Monitoring](https://documentation.picsellia.com/docs/monitor-model)

Picsellia is the one-stop place for all the life-cycle of your Computer Vision projects, from ideation to production in a single platform 🚀.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.picsellia.com/",
    "name": "picsellia",
    "maintainer": "Pierre-Nicolas Tiffreau",
    "docs_url": null,
    "requires_python": "<3.13,>=3.7",
    "maintainer_email": "pierre-nicolas@picsellia.com",
    "keywords": "ai, picsellia, sdk, cvops",
    "author": "Pierre-Nicolas Tiffreau",
    "author_email": "pierre-nicolas@picsellia.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/2e/88107ea5ddb472487a3ea4cc5502d2f5a47804b6ba3d9d487e0340e56dc9/picsellia-6.14.1.tar.gz",
    "platform": null,
    "description": "# Picsellia SDK\n\nPicsellia Python SDK is a python library that allows connecting to Picsellia platform.\n\n## Documentation\n\nReference of the SDK can be found at [reference](https://documentation.picsellia.com/reference/client)\n\n## Getting started\nDocumentation can be found at [docs](https://documentation.picsellia.com/docs/getting-started).\nStart by installing the Picsellia python package in your environment.\n```\npip install picsellia\n```\n\nThen, initialize a client\n```python\nfrom picsellia import Client\nclient = Client(api_token=<your api token>)\n```\n\nNow, use it to upload data and create a dataset !\n```python\nlake = client.get_datalake()\nuploaded_data = lake.upload_data(filepaths=[\"pics/twingo.png\", \"pics/ferrari.png\"], tags=[\"tag_car\"])\n\ndataset = client.create_dataset(\"cars\").create_version(\"first\")\ndataset.add_data(uploaded_data)\n```\n\n## What is Picsellia ?\n\nOur 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 :\n\n- [\ud83d\udcbe Data Management](https://documentation.picsellia.com/docs/data-management)\n- [\ud83d\udcc8 Experiment Tracking](https://documentation.picsellia.com/docs/experiment-tracking)\n- [\ud83d\udcd8 Model Management](https://documentation.picsellia.com/docs/export-an-experiment)\n- [\ud83d\ude80 Model Deployment](https://documentation.picsellia.com/docs/serverless)\n- [\ud83d\udc40 Model Monitoring](https://documentation.picsellia.com/docs/monitor-model)\n\nPicsellia is the one-stop place for all the life-cycle of your Computer Vision projects, from ideation to production in a single platform \ud83d\ude80.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python SDK package for Picsellia MLOps platform",
    "version": "6.14.1",
    "project_urls": {
        "Documentation": "https://documentation.picsellia.com/reference/client",
        "Homepage": "https://www.picsellia.com/"
    },
    "split_keywords": [
        "ai",
        " picsellia",
        " sdk",
        " cvops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "191c9b7f7c6864d40d12c366d6d4f172613059fd5508b1fd36ae7d4677d88dfa",
                "md5": "82fda07151669563f5c3819b9f36be35",
                "sha256": "792a2da2c27656ca2a9805172829b66a6b1e050a7df0521705f9255c8e3f3fd1"
            },
            "downloads": -1,
            "filename": "picsellia-6.14.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82fda07151669563f5c3819b9f36be35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.7",
            "size": 137632,
            "upload_time": "2024-04-17T09:43:31",
            "upload_time_iso_8601": "2024-04-17T09:43:31.759311Z",
            "url": "https://files.pythonhosted.org/packages/19/1c/9b7f7c6864d40d12c366d6d4f172613059fd5508b1fd36ae7d4677d88dfa/picsellia-6.14.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f2e88107ea5ddb472487a3ea4cc5502d2f5a47804b6ba3d9d487e0340e56dc9",
                "md5": "dcb6b07f0cc9762d7b9ec8e4acb78d72",
                "sha256": "8ee94940e03e3a62ddefdaa4b7a6b54b00dd0e1cc3a935fafd49c88304c2b410"
            },
            "downloads": -1,
            "filename": "picsellia-6.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dcb6b07f0cc9762d7b9ec8e4acb78d72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.7",
            "size": 101989,
            "upload_time": "2024-04-17T09:43:35",
            "upload_time_iso_8601": "2024-04-17T09:43:35.196986Z",
            "url": "https://files.pythonhosted.org/packages/0f/2e/88107ea5ddb472487a3ea4cc5502d2f5a47804b6ba3d9d487e0340e56dc9/picsellia-6.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 09:43:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "picsellia"
}
        
Elapsed time: 0.31273s