--- 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](https://github.com/kaiserlik/kjv)), Hebrew OT ([openscriptures/morphhb](https://github.com/openscriptures/morphhb)), Greek NT ([morphgnt/sblgnt](https://github.com/morphgnt/sblgnt)).