Azure AI Nexus is a zero-dependency, single HTML file that lets you interact with three Azure Cognitive Services at once. Enter credentials on Page 1, provide a single text or document input on Page 2, and all three AI services run in parallel with live animated results — no Node.js, no npm, no backend needed. ✨ Key Features
2-page flow — credentials setup → input & output Separate key + endpoint for each of the 3 Azure services Single shared input feeds all three services simultaneously Parallel API calls via Promise.allSettled() Document Intelligence — URL or drag-and-drop file upload (PDF, PNG, JPG, TIFF) Language Service — Sentiment, NER, Key Phrases, Language Detection, PII Translator — 100+ languages with auto-detect Live pipeline indicator showing each service's real-time state Futuristic dark UI with animated neural-net background, neon glow effects, and scan-line animations
🚀 Getting Started bashgit clone https://github.com/YOUR_USERNAME/azure-ai-nexus.git cd azure-ai-nexus open index.html # macOS
🔧 Usage
Page 1 — Enter the Endpoint + API Key for each service Page 2 — Type text (Language/Translator) or upload a file/URL (Doc Intelligence) Click ▶ LAUNCH ALL — all three services run simultaneously
🧠 Azure Services Used ServiceAPIDocument IntelligencePOST /formrecognizer/documentModels/{model}:analyzeLanguage ServicePOST /text/analytics/v3.1/{feature}TranslatorPOST /translate?api-version=3.0
📁 Structure azure-ai-nexus/ ├── index.html ← entire app (self-contained) └── README.md
⚙️ Requirements
An active Microsoft Azure account Resources created for: Document Intelligence, Language, and Translator A modern browser (Chrome, Edge, Firefox)
📄 License MIT — free to use, modify, and distribute.