Skip to content

A collection of King James Version (KJV) Bible analysis and visualization

Notifications You must be signed in to change notification settings

verneylmavt/st-kjv-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✝️ King James Version (KJV) Bible Analysis and Visualization

This repository contains analysis and visualization of ing James Version (KJV) Bible, designed to be utilized in a Streamlit-based web application. The app provides an interactive interface for visualizing the stats.

For more information about the training process, please check the kjv.ipynb files in the training folder.

🎈 Demo App

Streamlit App

If you encounter message This app has gone to sleep due to inactivity, click Yes, get this app back up! button to wake the app back up.

⚙️ Running Locally

If the demo page is not working, you can fork or clone this repository and run the application locally by following these steps:

Prerequisites

Ensure you have the following installed:

  • Python 3.8 or later
  • pip (Python Package Installer)

Installation Steps

  1. Clone the repository:

    git clone https://github.com/verneylmavt/st-kjv-vis.git
    cd st-kjv-vis
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the Streamlit app:

    streamlit run app.py