Skip to content

Commit fa71caf

Browse files
Create readme.md
1 parent 7ba8b2c commit fa71caf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Databricks + Labelbox
2+
3+
##### Use the Labelbox Connector to easily work with unstructured data in Databricks
4+
5+
--------
6+
7+
8+
#### labelbox_databricks_example.ipynb
9+
* Take a DataFrame of unstructured data
10+
* Create the dataset in Labelbox with the Connector
11+
* Annotate in Labelbox
12+
* Load annotations into Databricks for easy querying and model training
13+
14+
#### api_key_db_template.ipynb
15+
* This is a helper notebook for users without access to the Databricks Secrets API
16+
* Allows you to store your Labelbox API key outside of your main notebook, for better security
17+
* We do recommend you use the Secrets API whenever possible

0 commit comments

Comments
 (0)