Install
You can install SmooSense to your laptop to keep your data private and secure.
The CLI is designed for personal, local use. To share SmooSense with your team, see Deployment.
CLI Installation
First, install uv (an extremely fast Python package manager):
curl -LsSf https://astral.sh/uv/install.sh | shRestart terminal if you just installed uv.
Install Smoosense CLI using uv:
uv tool install -U smoosense1. Usage#
To run SmooSense, go to the folder containing your data files and simply run command:
sense # Open FolderBrowser for PWD
sense folder /path/to/folder # Open FolderBrowser with the given path as root folder.
sense table /path/to/file # Open Table for the given file2. Configure your data and/or authentication#
Follow Doc/Configuration to set up image/video urls and authentication.