Skip to content

Public repository of Python library for communication with CancerCenter.ai Platfrom

Notifications You must be signed in to change notification settings

cancercentereu/python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up environment

You can install this repository by

pip install git+https://github.com/cancercentereu/python-client.git

Example

from ccai_client import API, File

organization = input('Enter organization codename: ')

api = API(organization)

file_id = '<YOUR FILE ID>'
file = File.get(api, id=file_id)

print(file.name)

How to use

Please take a look at the examples folder. The notebook working_with_slides.ipynb shows how to use the library to download histopathology data.

About

Public repository of Python library for communication with CancerCenter.ai Platfrom

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages