|
1 | 1 | #View Parquet files on Hugging Face
|
2 | 2 |
|
3 |
| -This app allows you to view Parquet files hosted in a Hugging Face dataset. It hardcoded for now:https://huggingface.co/datasets/codeparrot/github-code/resolve/main/data/train-00000-of-01126.parquet |
| 3 | +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: |
| 4 | +- a table if the file is Parquet |
| 5 | +- an image if the file is an image |
| 6 | +- an HTML page if the file is Markdown |
| 7 | +- plain text otherwise. |
4 | 8 |
|
5 |
| -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/severo/parquet-viewer. |
| 9 | +It's particularly useful to view Parquet files. |
| 10 | + |
| 11 | +You can login with your Hugging Face account to view private datasets. |
| 12 | + |
| 13 | +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. |
6 | 14 |
|
7 | 15 | Created with`npm create vite@latest parquet-viewer -- --template react-ts`. Seehttps://blog.rednegra.net/2024/10/14/create-a-static-huggingface-space-with-react.
|