Skip to content

eliranwong/biblemategui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibleMate AI GUI

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

Recent Updates

Hebrew & Greek Tooltips

Watch the video

User Customization

Watch the video

Bible Audio

Watch the video

Cross-Highlighting & Synchronized Scrolling

Watch the video

UI Overview

Watch the video

Supported Platforms

  1. Web Mode to run on popular web browsers

  2. Desktop Mode on Windows/macOS/Linux

Development in Progress ...

Public Testing

https://biblemate.gospelchurch.uk

Local Testing:

pip install --upgrade biblemategui

Run:

biblemategui

Open:

http://localhost:33355

Customization

Server Side:

Save changes of avatar, port and storage_secret key in ~/biblemate/biblemategui.config, then restart biblemategui.

User Preferences:

http://localhost:33355/settings

Storage Secret Key

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.

Use Existing UniqueBible App Data

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

Server Setup

Please read https://nicegui.io/documentation/section_configuration_deployment#server_hosting

About

BibleMate AI Web Application - Web UI based on the work at https://github.com/eliranwong/biblemate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages