45 Commits (a7acbb8896c99189004e38a8eb1bef9cc06371d4)

Author SHA1 Message Date
Hironsan a7acbb8896 Add RelationLabel class 3 years ago
Hironsan d7da54957e Move bulk_create code to LabeledExamples 3 years ago
Hironsan 1293c4409d Add LabeledExamples class 3 years ago
Hironsan 7e3b03f4e0 Remove Examples class 3 years ago
Hironsan 59b4e13111 Change the location of applying cleaner from writer to reader 3 years ago
Hironsan 97353da68f Replace Writer with BulkWriter 3 years ago
Hironsan b6f369e3c2 Move examples methods to BulkWriter 3 years ago
Hironsan 9981a37805 Add uuid field to BaseData 3 years ago
Hironsan 37ba0118bc Remove examples.py from data_import 3 years ago
Hironsan 1d37ec971d Rename exported dataset columns to match the imported dataset columns 3 years ago
Hironsan 921e43c00a Enable to store upload file name 3 years ago
Hironsan e1ec2341df Add FileName class 3 years ago
Hironsan 5012da8cde Enable to check file type about image and audio files 3 years ago
Hironsan 1d3e40f131 Add post processing to the test cases for importing task 3 years ago
Hironsan eb59cbf9b6 Ensure that the imported files will be uploaded after ingesting the data to the database 3 years ago
Hironsan 507c0792b5 Add upload file size limitation 3 years ago
Hironsan 62a1a6228e Pass upload_ids to import_dataset 3 years ago
Hironsan 42f6141adb Randomize saved file name 3 years ago
Hironsan f2576cf513 Rename imported file 3 years ago
Hironsan e63b796f4c Add GCP setting 3 years ago
Hironsan 9a69140be1 Update DatasetImportAPI to upload a file 3 years ago
Hironsan f4c1af9891 Pass save_names parameter to Writer 3 years ago
Hironsan 955e72de56 Add a celery task to upload a file 3 years ago
youichiro 5de30a0774 Specify project when retrieving labels 3 years ago
Hironsan 1a1b053779 Remove unused variables 3 years ago
Hironsan 3200168d30 Apply isort 3 years ago
Hironsan 1b132c1fc7 Resolve mypy errors 3 years ago
Hironsan 4a4749d4e0 Add mypy as a dependency 3 years ago
Hironsan 873b7189e8 Black files 3 years ago
Hironsan 7a45ab3fde Move CRUDMixin to parent directory 3 years ago
Hironsan c236a5c56b Move test utilities to projects app 3 years ago
Hironsan 17da307c14 Move make_annotation to labels app 3 years ago
Hironsan 99f77b2bd2 Move project models to projects app 3 years ago
Hironsan 66e4b64539 Rename members app to projects 3 years ago
Hironsan d77896a9f4 Remove unnecessary print 3 years ago
Hironsan a2c01cca2e Fix image import 3 years ago
Hironsan 422826fdde Improve test helper 3 years ago
Hironsan 35846a42d4 Move model related to example to example app 3 years ago
Hironsan e036188df9 Rename LabelType model 3 years ago
Hironsan 5eb141e356 Move label type models to label types app 3 years ago
Hironsan b26b0ec68c Move code related labels to labels app 3 years ago
Hironsan f1fc54a316 Rename UploadAPI to DatasetImportAPI 3 years ago
Hironsan a090e94d0f Change a parameter name from format to file_format 3 years ago
Hironsan ca7c3a97f8 Remove Features API 3 years ago
Hironsan fd7bc43947 Move data import's code and data to data_import app 3 years ago