gizatechxyz / datasets

MIT License
5 stars 0 forks source link

added tag search functionality #8

Closed EgeAtesalp closed 7 months ago

EgeAtesalp commented 7 months ago

Tag Search Implementation

Added two functions to hub.py

get_by_tag(dataset_tag): - Returns a list of Dataset objects with the given tag.

list_tags(): - Returns a list of all tags in the hub.

Comments