Analysis updated 2026-05-18
Search multiple dataset repositories like Kaggle and Hugging Face from a single interface.
Find semantically related datasets using an offline AI model instead of exact keyword matches.
Judge dataset quality quickly using a 0 to 100 health score based on metadata and popularity.
Discover related datasets other users downloaded alongside the one you are viewing.
| brovk2008/dataset_collector | 13127905/deep-learning-based-air-gesture-text-recognition- | 6xvl/paralives-plugins-index | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | researcher | developer | general |
Figures from each repo's GitHub metadata at analysis time.
AI ranking model downloads once on first startup, then works fully offline.
Dataset_Collector is a desktop application that lets you search, preview, and download datasets from multiple sources through a single interface. Instead of visiting Kaggle, Hugging Face, arXiv, bioRxiv, Dataverse, and other repositories separately, you run one search and get results from all of them at once. It is available as a standalone Windows installer that requires no Python installation, or as a pip package for macOS and Linux. The search system combines keyword matching with a local AI model to find datasets that are semantically related to your query, not just ones that share the exact same words. For example, searching for a topic can surface related research papers and dialogue datasets that a keyword search would miss. The AI model downloads once on first startup and then works entirely offline, so no data is sent to any cloud service after that. The application tracks your own search history and click patterns to gradually improve the ranking of results you tend to find useful. It also shows a "People Also Downloaded" list based on what other users have downloaded alongside a given dataset. A health score between 0 and 100 summarizes how complete and well-documented each dataset is, factoring in metadata quality, download availability, update recency, and popularity. Results and embeddings are cached locally in SQLite, which keeps repeated searches fast. The README notes a 100x speed improvement in deduplication and a 20x improvement in co-download logging compared to earlier versions. The project is tested on Windows, macOS, and Linux with Python 3.10 through 3.12. A continuous integration pipeline runs linting, type checking, and unit tests on every push. The current release passes all 19 unit tests and is available under the MIT License.
Dataset_Collector is a desktop app that searches, ranks, and downloads datasets from Kaggle, Hugging Face, arXiv, and other sources through one unified interface with local AI ranking.
Mainly Python. The stack also includes Python, SQLite.
Permissive MIT license, use freely for any purpose including commercial use, keeping the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.