File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ And now it was time to implement this pragmatic solution.
6969## Getting it up and Running
7070
7171I onboarded the Ops team onto Databricks and assigned them the right roles, which was quick and easy since I already had admin access.
72- Then, I created a simple notebook for them.
72+ Then, I created a table containing the list of disagreed images along with some additional metadata.
73+ Finally, I created a simple notebook for them.
7374
7475Here is what the notebook did:
7576
76- 1 . Fetched an image path at random from the table we had where the manual tag field was Null.
77+ 1 . Fetched an image path at random from the table where the ` manual_tag ` field was ` Null ` .
77782 . Displayed the image to the user.
78793 . Asked the user for input.
79- 4 . Updated the manual tag field in the table for the image, with the user input, tagging it valid or invalid.
80+ 4 . Updated the ` manual_tag ` field in the table for the image, with the user input, tagging it valid or invalid.
8081
8182Here are some screenshots of the notebook, it contains some more information:
8283<img src =" /images/blog/pragmatism-over-perfection/Image_tagging_1.png " alt =" Databricks Notebook Image 1 " />
You can’t perform that action at this time.
0 commit comments