hltcoe / turkle

Django-based clone of Amazon's Mechanical Turk service running in your local environment.
https://turkle.readthedocs.io
Other
147 stars 47 forks source link

Fixes #32 Adds a REST API to Turkle #201

Closed cash closed 1 year ago

cash commented 1 year ago

Adds Django REST Framework and builds out an API for working with users, groups, projects, and batches.

I added an endpoint for checking progress on a batch and adding new tasks which could be used to create an active learning integration with Turkle.

This is ready for review. I have only minor things to work on and the unit tests are fairly extensive.

cash commented 1 year ago

I'm working on a client (https://github.com/hltcoe/turkle-client) and will have a version up today or this weekend for that.