{"id":25300338,"url":"https://github.com/ehofesmann/filter-values-plugin","last_synced_at":"2025-04-07T00:18:25.211Z","repository":{"id":204545533,"uuid":"712070104","full_name":"ehofesmann/filter-values-plugin","owner":"ehofesmann","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-30T20:42:15.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T05:48:32.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ehofesmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-30T18:22:32.000Z","updated_at":"2023-10-30T20:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fdc6875-5a88-4641-beef-ed5e95bd412c","html_url":"https://github.com/ehofesmann/filter-values-plugin","commit_stats":null,"previous_names":["ehofesmann/filter-values-plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Ffilter-values-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Ffilter-values-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Ffilter-values-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Ffilter-values-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehofesmann","download_url":"https://codeload.github.com/ehofesmann/filter-values-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569166,"owners_count":20959767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-13T05:48:35.604Z","updated_at":"2025-04-07T00:18:25.188Z","avatar_url":"https://github.com/ehofesmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Filter Values Plugin\n\nA [FiftyOne plugin](https://docs.voxel51.com/plugins/index.html) for filtering\na field of your FiftyOne dataset by one or multiple values simultaneously. \n\n\n\nhttps://github.com/ehofesmann/filter-values-plugin/assets/21222883/5195638b-add6-466b-944d-1bd6c51369a2\n\n\n\n\n### Installation\n\nIf you haven't already,\n[install FiftyOne](https://docs.voxel51.com/getting_started/install.html):\n\n```shell\npip install fiftyone\n```\n\nThen install the plugin and its dependencies:\n\n```shell\nfiftyone plugins download https://github.com/ehofesmann/filter-values-plugin\n```\n\n\n### Usage\n\n\n\n\n1. Load your dataset (in this case the FiftyOne `quickstart` dataset), and\n   open the FiftyOne App:\n\n```py\nimport fiftyone as fo\nimport fiftyone.zoo as foz\n\ndataset = foz.load_zoo_dataset(\"quickstart\")\n\nsession = fo.launch_app(dataset)\n```\n\n\n2. Select the filter icon in the sample grid.\n\n![Screenshot from 2023-10-30 15-55-49](https://github.com/ehofesmann/filter-values-plugin/assets/21222883/bbed0b1c-c917-4bea-a48f-550ffa237dc9)\n\n\n3. Select the field by which to filter, copy and paste the value(s), and an\n   optional delimiter if a list of values was given. In this example, select\nthe `uniqueness` field and copy and paste these values:\n\n```py\n0.7320790117423479,0.6570019874067852,0.6739862970978517\n```\n\nThen enter `,` as the delimiter and hit execute.\n\n\n\n\nhttps://github.com/ehofesmann/filter-values-plugin/assets/21222883/20a9d1aa-6931-4ed3-ae22-0d63843beca0\n\n\nhttps://github.com/ehofesmann/filter-values-plugin/assets/21222883/1dbd1f2d-ca0d-4a84-9035-8093ed393ffe\n\n\n![Screenshot from 2023-10-30 16-10-20](https://github.com/ehofesmann/filter-values-plugin/assets/21222883/247a533e-ba8b-44e2-a461-e7dff4e7013b)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehofesmann%2Ffilter-values-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehofesmann%2Ffilter-values-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehofesmann%2Ffilter-values-plugin/lists"}