https://github.com/hyparam/pypyrpyram
Hyperparam but for python people
https://github.com/hyparam/pypyrpyram
dataset ml parquet viewer
Last synced: 5 months ago
JSON representation
Hyperparam but for python people
- Host: GitHub
- URL: https://github.com/hyparam/pypyrpyram
- Owner: hyparam
- License: mit
- Created: 2024-06-15T01:42:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T03:14:00.000Z (about 2 years ago)
- Last Synced: 2025-02-02T04:33:34.930Z (over 1 year ago)
- Topics: dataset, ml, parquet, viewer
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyperparam for Python
[](https://pypi.org/project/hyperparam/)
[](https://opensource.org/licenses/MIT)
Hyperparam but for PyPeople.
Actually just runs Hyperparam javascript via `npx hyperparam`.
Downloads a local copy of node.js if needed.
Why? Because ML people love python, but python sucks for UIs. So here's javascript in a pip package.
## Usage
Opens a file browser rooted in the current working directory. You can browse to files inside the current folder.
```
pip install hyperparam
hyp
```
## Local development
To develop and test the pypyrpyram python client, clone this repo and run:
```
pip install -e .
hyp
```