jupyanno icon indicating copy to clipboard operation
jupyanno copied to clipboard

Make data labeling easy with Jupyter notebooks and Google Sheets!

Results 23 jupyanno issues
Sort by recently updated
recently updated
newest added

have positive and negative questions

enhancement

Task file should contain - viewer specifications - backend for storage (CSV, gsheets, pastebin) - question type, meta-data to collect

enhancement

Following on from #39 and connected to #34. We should setup tooling so that users can `pip install jupyanno` to use it locally to annotate their own datasets. Might also...

enhancement

Is there a way to run it locally? If there is how, instructions would be nice.

enhancement

![image](https://user-images.githubusercontent.com/116120/44144750-06688dcc-a089-11e8-8df0-b8bbf05f0e05.png) Right now the task is too biased and it would be better if sklearn.dummy got a worse score

enhancement

We should consider splitting the "library" part of this repo from the "deployment" part. Will make reusing this for other annotation tasks easier.

enhancement

it would make loading images / data much easier to replace open with smart_open (https://github.com/RaRe-Technologies/smart_open)

enhancement

blank-out image after a certain amount of time (add countdown timer)

enhancement

crashes when x or y has None/nulls in it ``` from matplotlib.patches import Rectangle for col_name in 'xy': for i in range(2): zooms_df['{}_{}'.format(col_name, i)] = zooms_df[col_name].map( lambda x: x[i]) zooms_df['d_{}'.format(col_name,...

bug