Open shabbirflow opened 1 day ago
Hey @JamieSlome, I am working on this and in progress of coming up with an implementation for the checks mentioned above. Please let me know if you’d like any adjustments to this approach or any additional checks you’d recommend including.
ABOUT
This plugin aims to detect AI/ML usage in codebase based on checks such as :
.h5
,.pb
,.pt
, etc..csv
,.xlsx
epochs
,learning_rate
) for artificial intelligence models configuration in JSON / YAML files.tokenize
,train_model
,predict
,evaluate
,transform
.A user can customize the detection criteria by specifying which parameters to check based on requirements.