Python client for the INCEpTION annotation tool remote API.
At the moment, this fork of Pycaprio
is only available here, in GitHub (see reasons in "Current state of Pycaprio" below):
python -m pip install git+https://github.com/inception-project/[email protected]#egg=pycaprio
The main object is the Pycaprio
object, which will act as a client to interact with the API.
You will need your INCEpTION's host and an user with a REMOTE role.
Then, instantiate the Pycaprio client:
from pycaprio import Pycaprio
pycaprio_client = Pycaprio("http://inception-host.com", ('username', 'password'))
# Create a project
pycaprio_client.api.create_project("Project name", "creator-username")
Check the documentation if you want to know more.
PyCaprio is under the MIT license. Check it out here.
PyCaprio was originally developed by Savanamed and Javier Luna Molina. It is now part of the INCEpTION project.