AdaptivIntelligenceCodex (AICodex) is a comprehensive knowledge base and code generation pipeline for Senior Agentic AI Engineers, designed for rapid prototyping and architecture mapping. It features an AI-powered Health and Oversight Data Analysis engine supporting both OpenAI (gpt-4o) and Google Gemini (2.5 Flash) models.
- Neural Analytics: Real-time hardware telemetry (NPU/GPU/CPU) tracking.
- Graphify Knowledge Graph: Interactive structural codebase mapping and cross-project intelligence. See Docs
The AI_Codex project consists of a FastAPI Backend and a React Frontend.
cd backend
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txtcd client
npm installTo start both services with a single command (requires the provided .bat or .sh scripts):
./start_website_dev.bat --aicodex --localAlternatively, start them separately:
- Backend:
cd backend && python main.py - Frontend:
cd client && npm run dev
- Hardware Guidelines: Running large models locally requires significant RAM/VRAM. See Hardware Requirements.
- Google Colab: Deploy the GPU-enabled backend to Colab for premium performance. See Colab Deployment Guide.
- Production (Cloud Run): Automated deployment to Google Cloud Run is supported. See Production Deployment.
- Modern OpenAI and Gemini integration
- Provider selection per request
- Designed for health data analysis, oversight, and feedback
This project is distributed under the MIT License. See LICENSE for more information.
Please see the CONTRIBUTING.md file for details on how to contribute to this project.