https://github.com/hyparam/space
Hyperparam Huggingface Space 🤗
https://github.com/hyparam/space
huggingface hyparquet hyperparam javascript js parquet
Last synced: 5 months ago
JSON representation
Hyperparam Huggingface Space 🤗
- Host: GitHub
- URL: https://github.com/hyparam/space
- Owner: hyparam
- License: mit
- Created: 2024-10-10T17:08:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-30T19:32:33.000Z (6 months ago)
- Last Synced: 2025-07-30T21:20:00.291Z (6 months ago)
- Topics: huggingface, hyparquet, hyperparam, javascript, js, parquet
- Language: TypeScript
- Homepage: https://huggingface.co/spaces/hyperparam/hyperparam
- Size: 110 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# View Parquet files on Hugging Face
This app allows you to view any file hosted in a Hugging Face dataset. You can search for a dataset, browse its files, and view them as:
- a table if the file is Parquet
- an image if the file is an image
- an HTML page if the file is Markdown
- plain text otherwise.
It's particularly useful to view Parquet files.
You can login with your Hugging Face account to view private datasets.
The app is static and is currently deployed with a [GitHub Action](./github/workflows/ci.yml) to a Hugging Face space: https://huggingface.co/spaces/hyperparam/hyperparam.
Created with `npm create vite@latest parquet-viewer -- --template react-ts`. See https://blog.rednegra.net/2024/10/14/create-a-static-huggingface-space-with-react.