BibleMate AI Web Application - Web GUI
BibleMate AI Web Version is designed to combine the most valuable features from the following two projects into a single, unified web interface:
https://github.com/eliranwong/biblemate
and
https://github.com/eliranwong/UniqueBible
Cross-Highlighting & Synchronized Scrolling
-
Web Mode to run on popular web browsers
-
Desktop Mode on Windows/macOS/Linux
https://biblemate.gospelchurch.uk
pip install --upgrade biblemategui
Run:
biblemategui
Open:
Server Side:
Save changes of avatar, port and storage_secret key in ~/biblemate/biblemategui.config, then restart biblemategui.
User Preferences:
http://localhost:33355/settings
A Storage Secret Key is necessary for deployment.
You may generate a random key by running openssl rand -hex 32 or openssl rand -base64 32
Save it as the value of config.storage_secret in ~/biblemate/biblemategui.config, then restart biblemategui.
Run the following command first before the first launch of biblemategui
cd
mkdir biblemate
cd biblemate
ln -s ../UniqueBible/marvelData data
cd data
ln -s ../../UniqueBible/audio/ audio
mkdir original
cd original
ln -s ~/UniqueBible/marvelData/bibles/MOB.bible ORB.bible
ln -s ~/UniqueBible/marvelData/bibles/MIB.bible OIB.bible
ln -s ~/UniqueBible/marvelData/bibles/MPB.bible OPB.bible
ln -s ~/UniqueBible/marvelData/bibles/MTB.bible ODB.bible
ln -s ~/UniqueBible/marvelData/bibles/MAB.bible OLB.bible
ln -s ~/agentmake/biblemate/data vectors
Please read https://nicegui.io/documentation/section_configuration_deployment#server_hosting