Skip to content

Bird's Eye View of System

GinkREAL edited this page Mar 22, 2019 · 1 revision

System Description


Spring Backend

The spring backend is stored in the backend folder and deals with the collection of labels from volunteers who would like to add labels into the system. It also handles delegation of AI work to worker.py, where most of the AI related stuff runs. The rest api of the spring backend can be found in rest api.txt.

AngularJS Frontend

Frontpage of the Spring Backend, handles labelling only. All AI related frontend matters delegate to the browser extension

Firefox Extension

Shows the aggregated AI information from the backend in pretty charts and graphs

Clone this wiki locally