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!
- Python 3.8+
- An OpenAI API key
- The packages listed in
requirements.txt
-
Clone the repository:
git clone https://github.com/EnzoHashinokutiXavier/HolyMind.git
-
Install dependencies:
pip install -r requirements.txt
-
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"
-
Start the backend server:
uvicorn backend.main:app --reload
-
Access the frontend:
Open http://localhost:8000 in your browser.
Backend Python developer.
Frontend JavaScript and HTML developer.
Frontend CSS designer.
JavaScript developer.