-
Install the OCI Python SDK using the instructions provided here.
-
Set up your OCI config file using the instructions provided here.
-
Assign your own variables in config.py.
-
bulk label your DLS Dataset records with:
python3 main.py
Valid values for labeling_algorithm are:
"first_letter": The first letter of the DLS Dataset record's name must be equal to the first letter of the label that the record will be annotated with. The matching is not case-sensitive.
"first_match": The regular expression (regex) pattern assigned to first_match_regex_pattern will be applied to the DLS Dataset record's name, and the first capture group extracted must be equal to the label that the record will be annotated with.
forked from scacela/oci-dls-bulk-labeling
-
Notifications
You must be signed in to change notification settings - Fork 0
calidiaz0596/oci-dls-bulk-labeling
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Annotate a bulk number of records in an OCI Data Labeling Service (DLS) Dataset with labels.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%