Zero draft Bible translation powered by AI
CodexZero is a modern Flask web application that provides AI-assisted Bible translation tools. It helps translators work with Biblical texts by providing contextual translation suggestions, back-translation, quality checks, and OpenAI fine-tuning capabilities.
- AI Translation: Real-time translation with confidence scoring using Claude 3.5 Sonnet (best model for translation)
- Fine-Tuning: Custom GPT model training for specialized translation needs
- USFM Import: Advanced Biblical text format support
- Multi-User Projects: Collaborative translation with role-based access
-
Clone the repository
git clone https://github.com/your-username/CodexZero.git cd CodexZero -
Install dependencies
pip install -r requirements.txt
-
Set up environment
cp env_template.txt .env # Edit .env with your API keys and database credentials -
Run the application
python app.py
Visit http://localhost:5000 to get started!
- Python 3.8+
- MySQL database
- OpenAI API key (for fine-tuning)
- Anthropic API key (for translation)
- Google OAuth credentials
- Bible translation organizations
- Missionary translators
- Biblical studies researchers
- AI/ML developers interested in specialized translation tools
This project is licensed under the AGPLv3 License - see the LICENSE file for details.
CodexZero is part of the Codex ecosystem:
- Codex Editor - Full-featured local translation app