harvest.search
Describe your training data needs in plain English to search Hugging Face datasets and GitHub repos, returning deduplicated results without API keys.
Instructions
Search Hugging Face datasets and GitHub repos for a plain-English topic, then sweep the 12-expert atlas for breadth. Returns deduplicated HarvestItem[]. Works with no tokens (public rate limits apply).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Plain-English topic, e.g. 'image classification' or 'speech recognition'. | |
| gh_token | No | Optional GitHub token for higher rate limits. Falls back to the GITHUB_TOKEN env var. | |
| hf_token | No | Optional Hugging Face token for higher rate limits. Falls back to the HF_TOKEN env var. |