SorrelC commited on
Commit
dbcd90b
·
verified ·
1 Parent(s): de3b9cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ license: mit
15
  There is a great deal of discussion around the use of generative AI to help us complete various tasks, however sometimes, a more simple digital solution can
16
  help solve the problem just as effectively.
17
 
18
- This explorer tool seeks to demonstrate that in practice, by showing how a simple python script (which can be deployed locally or in an online environment such
19
  as Google Colab) can be used to keyword tag data, and beyond this, how this functionality can also be expanded through the addition of simple rules e.g. if 'x' then also 'x'
20
  to do more complex tagging.
21
 
 
15
  There is a great deal of discussion around the use of generative AI to help us complete various tasks, however sometimes, a more simple digital solution can
16
  help solve the problem just as effectively.
17
 
18
+ This explorer tool seeks to demonstrate that in practice, by showing how a simple Python script (which can be deployed locally or in an online environment such
19
  as Google Colab) can be used to keyword tag data, and beyond this, how this functionality can also be expanded through the addition of simple rules e.g. if 'x' then also 'x'
20
  to do more complex tagging.
21