- Issue created by @vakulrai
- Merge request !4863509567: The case sensitivity of str_contains in... → (Merged) created by vakulrai
The combination of str_contains and Finder as 'Contain' is bypassing validation if the classification ID is not consistently set in either all lowercase or all uppercase.
Issue is observed in AiImageClassificationConstraintValidator class. We should have a case insenstive check or provide extra Finder type.
Response examples:
- Comma seperated response
traffic light, traffic signal, stoplight 0.052829768508673
- Single string response
nsfw 0.052829768508673
Follow the steps mentioned below:
- Add an Image classifier Ai provider e.g "huggingface".
- Use an appropriate huggingface model : (google/vit-base-patch16-224).
- Use the field validation module along with ai_validation and choose the model config.
- In the validation settings use the Finder as 'contain' and use
- Add a new validator on image field under a content type.
- test the validation on that field
- Upload an image and
We can add a Finder type , called "String to lower and compare" or "Substring" equivalent to "str_pos" method.
Active
1.1
Other Submodules