Visualize s3 data
Project description
Vis3
OSS browser based on s3
A one-stop data visualization tool for the large model domain, focusing on solving complex data parsing and visualization challenges in natural language processing, machine learning, and other scenarios. The tool supports mainstream cloud platforms (S3 protocol) such as Alibaba Cloud and AWS, and is compatible with multiple formats including JSON and JSONL. Through its intelligent data structure recognition and interactive visualization capabilities, data is clearly presented in web pages, Markdown, images, and other view modes, making key fields easily visible, significantly reducing data understanding costs, and helping users quickly gain insights into data value.
Features
-
Supports multiple formats such as JSON, JSONL, WARC, intelligently recognizes data structures and visually presents key information, making data clear at a glance.
-
One-click preview of any field, supports free switching between multiple view modes such as web pages, Markdown, images, simple and intuitive operation.
-
Seamlessly connects with mainstream cloud storage platforms (Alibaba Cloud, AWS, Tencent Cloud, and other cloud storage platforms that support the S3 protocol), supports local file parsing, making data access easy.
Getting Started
# python >= 3.9.2
pip install vis3
Or create a Python environment using conda:
Install miniconda
# 1. Create Python 3.11 environment using conda
conda create -n vis3 python=3.11
# 2. Activate environment
conda activate vis3
# 3. Install vis3
pip install vis3
# 4. Launch
vis3
# ----------------
# Default launch doesn't require login, if you want to enable login to distinguish users
vis3 --auth
# Specify database (sqlite) directory
BASE_DATA_DIR=your/database/path vis3
# Enable login through ENABLE_AUTH
ENABLE_AUTH=true vis3
Local Development
conda create -n vis3-dev python=3.11
# Activate virtual environment
conda activate vis3-dev
# Install poetry
# https://python-poetry.org/docs/#installing-with-the-official-installer
# Install Python dependencies
poetry install
# Install frontend dependencies (install pnpm: https://pnpm.io/installation)
cd web && pnpm install
# Build frontend assets (in web directory)
pnpm build
# Start vis3
uvicorn vis3.main:app --reload
Web React Components
TODO
Technical Communication
Welcome to join the Opendatalab official WeChat group!
Related Projects
- LabelU-kit Web frontend annotation kit (LabelU is developed based on this kit)
- LabelLLM Open-source LLM dialogue annotation platform
- Miner U One-stop high-quality data extraction tool
License
This project is licensed under the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vis3-1.0.0a32.tar.gz.
File metadata
- Download URL: vis3-1.0.0a32.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.11.12 Linux/6.11.0-1014-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70425932a3470b4a086877ad900fe7c290de2ecf7b9f9034302dc108d5cbde26
|
|
| MD5 |
f54b369202b8e2cb053612e047b79fba
|
|
| BLAKE2b-256 |
c83d40cacb8d24540c78bf51966cf1f9b3f53fbf0351d4e9f99b868843f23659
|
File details
Details for the file vis3-1.0.0a32-py3-none-any.whl.
File metadata
- Download URL: vis3-1.0.0a32-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.11.12 Linux/6.11.0-1014-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e157a48f1ac27f275abd6a6ca1d5f2d67b91b964e64b15311458d8a12afa41
|
|
| MD5 |
7a220d0eb8bd6c1ee4aa1b65869f4061
|
|
| BLAKE2b-256 |
0b1e0b494beb9dde7c449f2f3fdd0f008f11d705dba4c417d5491308efa5e350
|