Spaces:
Sleeping
A newer version of the Gradio SDK is available: 6.20.0
title: Scripture Dashboards
emoji: ๐
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
license: mit
short_description: Semantic search and word study over the KJV Bible
Scripture Dashboards
Two tools for exploring the KJV Bible by meaning rather than keyword:
Network / Theme Explorer โ Browse 15 theologically-seeded clusters
(Shame & Hiding, Divine Gaze, Wounds as Witness, etc.) or search any
theme/phrase to see a live network of the most semantically related verses,
computed with all-mpnet-base-v2 sentence embeddings.
Original Languages Word Study โ Type any verse reference for a
word-by-word breakdown into the underlying Hebrew or Greek, with Strong's
lexicon data for each word, plus similar verses ranked two ways: by English
meaning and by original-language meaning (via LaBSE).
All embeddings are precomputed; this Space only loads them and serves the dashboards, so it runs on free CPU hardware.
Data sources: KJV + Strong's tags (kaiserlik/kjv), Hebrew OT (openscriptures/morphhb), Greek NT (morphgnt/sblgnt).