49 Commits (5a7bd05b37d76d6573ffe112cda9eccd87ae4243)

Author SHA1 Message Date
Hironsan 7c9eb29020 Move auto labeling model to auto labeling app 3 years ago
Hironsan e2a99b1b6b Add created_by field to Project 3 years ago
Hironsan 9cb7abd3b6 Add can_define_relation/span/category method to project model 3 years ago
Hironsan 80074942a9 Add can_define_label method to project model 3 years ago
Hironsan 06be25d336 Add is_text_project field to ProjectSerializer 3 years ago
Hironsan fae65162ef Add is_text_project property to Project model 3 years ago
Hironsan 23c319faf9 Move Role and RoleMapping from api to roles 3 years ago
Hironsan a6c347705a Remove confirmed_user_role method 3 years ago
Hironsan 92b2bf813f Rename DocType to CategoryType 3 years ago
Hironsan 6861a38022 Add calc_label_distribution method 3 years ago
Hironsan c51d600a3d Add a project for intent detection and slot filling 3 years ago
Hironsan 16466b4804 Remove get_annotation_class method 3 years ago
Hironsan 6a1211ebe6 Turn label model to abstract model 3 years ago
Hironsan 90386dbf48 Update migration files 3 years ago
Hironsan b4d5fa34e6 Divide Label model into two separated model 3 years ago
Hironsan 3d74106321 Add ExampleManager 3 years ago
Hironsan 80397d31b5 Update label unique constraint 3 years ago
Hironsan 441cded138 Add type field to Label model and add schema and data migrations 3 years ago
Hironsan 5049dfc890 Update unique constraint of Span 3 years ago
Hironsan b44b35888a Fix unique constraint 3 years ago
Hironsan 2a325904ec Update Span model 3 years ago
Hironsan 39351d3f69 Assign label colors automatically 3 years ago
Hironsan 5552da55ed Revert primary key change 3 years ago
Hironsan f381184f21 Change example id from auto field to uuid field 3 years ago
Hironsan df75f6bcef Add fields to SequenceLabelingProject 3 years ago
Hironsan 1977ff165f Fix flake8 warnings 3 years ago
Yosua Michael M d56d742d08 Increase the allowed max length for uploaded dataset filepath 3 years ago
youichiro 47831f0782 add a property to the ExampleState model 3 years ago
Roland Szabo d4cb96f4fd Add admin interface for AutoLabelingConfigs. Solves #1423 4 years ago
zanussbaum 9bf6c52347 Fixing Data Annotation Issues 4 years ago
Hironsan d04d6571ff Update AutoLabelingConfigParameterTest 4 years ago
Hironsan fc7d53abe7 Add ExampleState model 4 years ago
Hironsan 9acc447f23 Remove document and image models 4 years ago
Hironsan 146726a3cd Remove unnecessary relationships 4 years ago
Hironsan a44cad79f7 Update models to handle image classification 4 years ago
Hironsan 9aa53bf283 Add image classification to upload catalog 4 years ago
Hironsan 2a02775071 Change field name from randomized_document_order to random_order 4 years ago
Hironsan 3e6c371159 Add Example model to avoid dividing Comment into DocumentComment and ImageComment 4 years ago
Hironsan 51498453ee Change field type from FilePathField to FileField 4 years ago
Hironsan a33b9824bc Add models for image classification 4 years ago
Hironsan 6c33281f14 Remove circular dependency 4 years ago
Hironsan 1b00e9bd70 Move signals from models.py to signals.py 4 years ago
Hironsan 06612a931d Remove unused get_absolute_url method 4 years ago
Hironsan 08524ff3a6 Remove unused code 4 years ago
Hironsan a3a054c393 Rename app dir to backend for pip installation 4 years ago
Chris 89e21140f6 Project tags backend 4 years ago
Hironsan 9066a62ab9 Support bulk create 4 years ago
Hironsan f7ff050ea6 Enable to injest metadata 4 years ago
Hironsan 6ac494fdb2 Fix import order 4 years ago
Hironsan 0cb2c965f6 Add signal to fix #822 4 years ago