References
Here you will discover how to interact with the platform with your own systems
Today there are two main ways to interact with the platform remotely :
- our API, use traditional endpoints to retrieve some data or perform actions
- our Python SDK, a Python wrapper around our API that can be manipulated easily in your Python scripts
Here are some example of what you can do with our API or our SDK :
- Upload Images to your Datalake
- Configure your Datasets
- Download your data
- Create Experiments
- Retrieve Experiment parameters
- Log your Experiment results
- Store your Experiment files
- ...
Now you can check those pages if you want up-to-date documentation on how to interact with Picsellia :
Last modified 2yr ago