Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

SeetaPsych Lib

A Computer Vision Toolkit for Face-based Psychological Measurement

License

SeetaPsych Lib is a Python library for face and body-based psychology analysis. It provides a modular Pipeline/Runner runtime and an optional Streamlit WebUI.

Requirements

Installation

Using uv (recommended)

uv pip install seetapsych-lib[webui] seetapsych-attributes seetapsych-configs

Using pip

Install runtime dependencies:

pip install seetapsych-lib seetapsych-attributes seetapsych-configs

If you want to run the WebUI, install extra tools manually:

pip install seetapsych-lib[webui]

Install Default Configs

# download default configs
seetapsych-manager download
# install each module requirements
seetapsych-manager setup
# download each model
seetapsych-manager cache

The setup and cache commands can be skipped. When you use the WebUI or call the library programmatically later, seetapsych-lib can install dependencies and download necessary models on demand.

Quick Start

Run WebUI (Streamlit)

seetapsych-webui --log INFO

or

python -m seetapsych_lib.webui --log INFO

A local browser window will open automatically, or you can manually navigate to: http://localhost:8501.

Common arguments:

  • --dirs <DIR...>: load modules from directories
  • --files <FILE...>: load modules from local config files
  • --urls <URL...>: load modules from remote URLs
  • --disable-builtin: disable builtin modules
  • --disable-default: disable default modules
  • --cache-dir <DIR>: model cache directory
  • --upload-dir <DIR>: upload directory
  • --log <LEVEL>: log level (e.g., DEBUG, INFO, WARNING, or an integer like 10)

Programmatic Usage

import numpy as np

from seetapsych_lib.api import Device
from seetapsych_lib.runtime import Factory, Pipeline, Runner

factory = Factory(enable_example=True)

pkg = next(p for p in factory.packages if p.name == "Example Package")

pipeline = Pipeline(factory, packages=[pkg.uid])
pipeline.add_model(pkg.uid, pkg.models[0].uid)
pipeline.solve()

ok, _ = pipeline.satisfied()
if not ok:
    pipeline.install_requirements()

runner = Runner(pipeline, device=Device("cpu"))
result = runner.run(np.zeros((64, 64, 3), dtype=np.uint8))
print(result)

Configuration

Environment Variables

The following environment variables are supported:

Env Description
SEETAPSYCH_LOG_LEVEL Change default log level. Could be WARNING, INFO, DEBUG, or an integer (e.g., 10).
SEETAPSYCH_CACHE_DIR Base directory for model cache. Models are cached under <CACHE_DIR>/models.
SEETAPSYCH_CONFIG_DIR Base directory for config files. Config files are loaded from <CONFIG_DIR>/configs.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seetapsych_lib-0.0.1rc4-py3-none-any.whl (71.1 kB view details)

Uploaded Python 3

File details

Details for the file seetapsych_lib-0.0.1rc4-py3-none-any.whl.

File metadata

File hashes

Hashes for seetapsych_lib-0.0.1rc4-py3-none-any.whl
Algorithm Hash digest
SHA256 5cf93ed9dc4da6497157fd50990bb206da29753c2726f23ceeb964751b773927
MD5 fca58ca3910b404d7d3804e6b1a7a03f
BLAKE2b-256 0fb29832a92e76455248d985659de03aef6963a0961ff19e238ad29c30b0dec6

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.3.post2

2 files

0.0.3.post1

2 files

0.0.3

2 files

0.0.2.post1

2 files

0.0.2

2 files

0.0.1.post1

1 file

0.0.1

1 file

This release

0.0.1rc4 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page