HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.96k stars 2.36k forks source link

Dynamically add data points to existing label studio project #5293

Open usamayaseen-veeva opened 9 months ago

usamayaseen-veeva commented 9 months ago

Hello,

We would like to let the curators working on our project add new data points to the label studio project. From the website it seems that this kind of dynamic data import is not possible, I just want to confirm if label studio support dynamic data import?

Thanks!

hogepodge commented 9 months ago

Do you mean you want to add a new column of data to your project? There's no direct API to do this, but as one workaround you can manually import a .csv file that contains headers with all of the existing columns, and the new columns that you want to add.

usamayaseen-veeva commented 9 months ago

@hogepodge thank you for your comment! Actually, we want the new "row" to be added while the curation is in progress. The idea is that our curators might create/generate a new interesting example while doing existing annotations and we would like to give them the option to directly upload this "new/interesting example" they just thought about.