sgp-tribe3 / app.py

Commit History

feat: Add text-only inference with CPU extractor patches (Phase 0)
4a43952

Sentient-Field commited on

Fix: Ensure timeline field on all events after TRIBE v2 transforms
eefdc1f

Sentient-Field commited on

Fix: Manually ensure all required event columns exist by iterating through events after TRIBE v2 transforms
99fbf8d

Sentient-Field commited on

Fix: Use standardize_events() to validate events after TRIBE v2 transforms
6d557cc

Sentient-Field commited on

Fix: Post-process events DataFrame to ensure all required columns exist after TRIBE v2 transforms
92c002c

Sentient-Field commited on

Fix: Add required columns (timeline, subject, offset, frequency, extra) to event DataFrames to pass TRIBE v2 validation
3d2ab2c

Sentient-Field commited on

Refactor: Add multimodal support (video/audio/text) with proper TRIBE v2 pipeline
9e50929

Sentient-Field commited on

Bypass get_events_dataframe entirely, create events directly for video-only inference
90c8bd1

Sentient-Field commited on

Completely bypass whisperx by patching _run method to skip audio extraction
21c275a

Sentient-Field commited on

Bypass whisperx audio transcription to get video-only inference working
4033c98

Sentient-Field commited on

Fix: patch tribev2 source file to use int8 compute_type for whisperx on CPU
690995f

Sentient-Field commited on

Fix: create uvx wrapper to force int8 compute_type for whisperx on CPU
78b96fe

Sentient-Field commited on

Fix: patch whisperx to use int8 compute_type on CPU (float16 not supported)
041a338

Sentient-Field commited on

Fix: pre-download whisperx model during Docker build to avoid 429 rate limits at runtime
c852864

Sentient-Field commited on

Fix: pre-download whisperx model and set HF_HUB_CACHE to avoid 429 rate limits in uvx subprocess
734ecb6

Sentient-Field commited on

SGP-Tribe3 v1.0 initial deploy
79258bc

Sentient-Field commited on