catalpa-cl / inceptalytics

An easy-to-use API for analyzing INCEpTION annotation projects.
16 stars 7 forks source link

Allow project import from INCEpTION Remote API #6

Closed simulacrum6 closed 2 years ago

simulacrum6 commented 2 years ago

Currently, users have to export a project as a zipped xmi to be able to analyse it in INCEpTION analytics. INCEpTION allows exporting projects using its remote api. Adding support for project creation from a remote instance would save users some work and allow a greater degree of automation in their analyses.

For now, exporting a project using the pycaprio client would suffice.

Further down the line, one could fetch all relevant data on demand using the remote api. This change requires more work though.