Gratech Super Brain is a next-generation AI dashboard that orchestrates the world's most powerful language models into a single, cohesive interface. Instead of relying on a single AI provider, this system leverages a "Council of Minds" approach:
- DeepSeek-V3: For deep reasoning and code generation.
- Llama-3.1-405B: For broad knowledge and open-source intelligence.
- GPT-5 (Preview): For state-of-the-art conversational context and nuance.
This project demonstrates a production-ready architecture using Azure Web Apps, Docker Containers, and a FastAPI backend, fully secured and scalable.
- Unified API Gateway: A single endpoint to query multiple AI giants.
- Real-Time Intelligence: Low-latency responses optimized via Azure Cloud.
- Secure Architecture: Enterprise-grade security with Azure Key Vault & App Settings (No hardcoded secrets).
- Modern UI: A sleek, responsive React frontend for seamless interaction.
- Frontend: React, TypeScript, Vite, TailwindCSS.
- Backend: Python 3.11, FastAPI, OpenAI SDK (Azure Adapter).
- Infrastructure: Azure Web App for Containers, Azure Container Registry (ACR).
- DevOps: Docker, Git.
Access the live Super Brain dashboard here: Launch Gratech Super Brain
- Docker
- Azure CLI
- Node.js 18+
- Clone the repository:
git clone https://github.com/Grar00t/gratech-ai-dashboard.git
- Backend Setup:
cd backend pip install -r requirements.txt uvicorn main:app --reload - Frontend Setup:
npm install npm run dev
Open source is at the heart of innovation. Feel free to fork this repository, submit Pull Requests, or suggest new features.
Built with ❤️ by Gratech