#35 · Primary category: AI Data Infrastructure & Storage

dataset-viewer

api-rest data datasets huggingface machine-learning nlp

Backend that powers the dataset viewer on Hugging Face dataset pages through a public API.

Project last updated:08/28/26

GitHub Stars

899

Forks

125

Contributors

46

License

Apache-2.0

Why we included this project

Anyone who publishes machine-learning datasets on the Hugging Face Hub gets, for free, a way for other people to look inside them before downloading anything. This repo is the backend behind that feature, and because it exposes a public REST API, the same paginated rows, search, filtering, column and data-type listings, and pre-computed statistics are available outside the Hub as well, without parsing a full dataset yourself. That makes it a practical tool for data engineers who want to check a new dataset's shape before wiring it into a pipeline, and teams running their own Hub instance can host the backend to offer the same exploration experience internally. It also converts datasets to Parquet along the way, so the data can go straight into analytics or processing frameworks without you handling the conversion.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category