Skip to content

EnzoHashinokutiXavier/HolyMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HolyMind

A project developed for biblical learning. With several features, the project currently includes an AI assistant that explains Bible passages in various ways, useful for both laymen and those looking to deepen their knowledge. Find Bible passages by book, chapter, and verse!

Requirements

  • Python 3.8+
  • An OpenAI API key
  • The packages listed in requirements.txt

Installation

  1. Clone the repository:

    git clone https://github.com/EnzoHashinokutiXavier/HolyMind.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set your OpenAI API key as an environment variable:

    On Windows (Command Prompt):

    setx OPENAI_API_KEY "your-openai-key"

    Note: After running this command, close your terminal and open a new one before starting the backend, so the environment variable is recognized.

    On Linux/Mac:

    export OPENAI_API_KEY="your-openai-key"

image

Usage

  1. Start the backend server:

    uvicorn backend.main:app --reload
  2. Access the frontend:
    Open http://localhost:8000 in your browser.

image

Contributors

Creator of the project's first prototype.

Backend Python developer.

Co-creator of the project's first prototype.

Frontend JavaScript and HTML developer.

Stylized the first version of the project.

Frontend CSS designer.

Contributor to the visual planning of the project's future

JavaScript developer.

About

🕊️ HolyMind - A Python-based web app using OpenAI's API to provide explanations of Bible excerpts. Offers search for Bible excerpts in JSON format and Bibles in PDF format. The backend is in Python and the frontend is in HTML, CSS, and JS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors