https://github.com/jacobmarks/keyword-search-plugin
FiftyOne plugin to perform keyword search on a specified field
https://github.com/jacobmarks/keyword-search-plugin
computer-vision data-science data-visualization fiftyone plugin python search
Last synced: 3 months ago
JSON representation
FiftyOne plugin to perform keyword search on a specified field
- Host: GitHub
- URL: https://github.com/jacobmarks/keyword-search-plugin
- Owner: jacobmarks
- Created: 2023-09-17T00:01:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T23:58:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T07:21:07.976Z (almost 2 years ago)
- Topics: computer-vision, data-science, data-visualization, fiftyone, plugin, python, search
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Keyword Search Plugin

This plugin is a Python plugin that allows you to search through your dataset
using keywords.
## Watch On Youtube
[](https://www.youtube.com/watch?v=jnNPGrM6Wr4&list=PLuREAXoPgT0RZrUaT0UpX_HzwKkoB-S9j&index=6)
## Installation
```shell
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