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#

keyword_search

This plugin is a Python plugin that allows you to search through your dataset using keywords.

Watch On Youtube#

Video Thumbnail

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 for

  • field: The field to search in (any StringField)

  • case_sensitive: Whether to match case sensitively