Smoothly make sense of your large multi-modal datasets
Project description
Landing Page | Read Docs | |
|
|
SmooSense is a web-based application for exploring and analyzing large-scale multi-modal tabular data. It provides an intuitive interface for working with CSV, Parquet, and other data formats with powerful SQL querying capabilities.
Feature highlights
- Natively visualize multimodal data (images, videos, json, bbox, image mask, 3d assets etc)
- Effortlessly look at distribution. Automatic drill-through from statistics to random samples.
- Graphical and interactive slice-n-dice of your dataset.
- Large scale support for 100 million rows on your laptop.
- Easy to integrate; SmooSense directly work with table file (parquet, csv, jsonl, etc)
- Low cost. Free and open source to use on your laptop. Compute efficient when deployed.
Read more: https://smoosense.ai
How to use
CLI
Install uv, and then
uv tool install -U smoosense
In terminal, cd into the folder containing your data files, and then run sense
Jupyter Notebook
pip install -U "smoosense[jupyter]"
Inside Jupyter notebook:
from smoosense.widget import Sense
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.randn(500, 5), columns=["a", "b", "c", "d", "e"])
Sense(df) # Displays automatically in Jupyter
License
SmooSense Python SDK is licensed under Apache 2.0.
This is a permissive open source license that allows you to:
- ✅ Use SmooSense for any purpose, including commercial use
- ✅ Modify and distribute the software
- ✅ Use it in proprietary software
- ✅ Deploy it in production environments
- ✅ Include it as a dependency in your projects
See the full LICENSE file for complete terms and conditions.
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 smoosense-0.1.12.tar.gz.
File metadata
- Download URL: smoosense-0.1.12.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cef8723d7b1ce8574534bc2c0fa506ab1bd6c4e33868edb46cffa5189c933944
|
|
| MD5 |
888c0e863f653e05a7d0ec402b3f6b74
|
|
| BLAKE2b-256 |
6102c1227636280da49d4ab341db08d5bc3244dc94f657d5455fffd30821fbf0
|
File details
Details for the file smoosense-0.1.12-py3-none-any.whl.
File metadata
- Download URL: smoosense-0.1.12-py3-none-any.whl
- Upload date:
- Size: 2.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c18dcc160fc460310dde89769e3be56248e924d74b9fc3667524d942fcd630e
|
|
| MD5 |
a4849db9e97fc94d87989b42fec001b6
|
|
| BLAKE2b-256 |
adea22abe73b6d1944cebc8da13f410e60947d39866a37f2d21fdbd4bf209a68
|