https://github.com/blacksmithop/dataset-visualizer
https://github.com/blacksmithop/dataset-visualizer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blacksmithop/dataset-visualizer
- Owner: blacksmithop
- Created: 2022-05-27T12:29:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T06:45:21.000Z (about 4 years ago)
- Last Synced: 2025-02-10T05:13:42.922Z (over 1 year ago)
- Language: Python
- Size: 4.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dataset Visualizer
| Installation |
|---|
```bash
py -m pip install pipenv
```
```bash
pipenv install
```
| Running |
|---|
```bash
streamlit run main.py
```