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.
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.
If the demo page is not working, you can fork or clone this repository and run the application locally by following these steps:
Ensure you have the following installed:
- Python 3.8 or later
- pip (Python Package Installer)
-
Clone the repository:
git clone https://github.com/verneylmavt/st-kjv-vis.git cd st-kjv-vis
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py