A python package for DataAnnotated platform to provide seamless integration between data in annotation and data in development.
Install the package using pip and the best case scenario is to work on a sepearate virtual environment. Install conda to create a virtual environment for development.
$ conda create --name data_annotated python=3.7.9
$ pip install DataAnnotated==1.0.0First time users have to setup the connection to their account my logging in with the following command.
$ python -m DataAnnotatedOnce you are logged in, you can use the features of the package such as to view, get dataset from the platform realtime!



