Note
This is a community plugin, an external project maintained by its respective author. Community plugins are not part of FiftyOne core and may change independently. Please review each plugin’s documentation and license before use.
Keyword Search Plugin#
This plugin is a Python plugin that allows you to search through your dataset using keywords.
Watch On Youtube#
Installation#
fiftyone plugins download https://github.com/jacobmarks/keyword-search-plugin
Operators#
search_by_keyword
#
Description: Search for samples by keyword
Inputs:
query
: The keyword or keyphrase to search forfield
: The field to search in (anyStringField
)case_sensitive
: Whether to match case sensitively