/keyword-search-plugin

FiftyOne plugin to perform keyword search on a specified field

Primary LanguagePython

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