| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <title>Autonomous Business OS</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <div class="card"> |
| <div class="header-row"> |
| <h1>Autonomous Business OS</h1> |
| <span class="badge">Local AI</span> |
| </div> |
| <p class="description"> |
| AI-Powered Business Management framework built with RAG, Vision Extraction, and a Cinematic UI. |
| </p> |
| |
| <div class="stats-grid"> |
| <div class="stat-box"> |
| <span class="stat-label">System Architecture</span> |
| <span class="stat-value">RAG + LangChain</span> |
| </div> |
| <div class="stat-box"> |
| <span class="stat-label">Local LLM Host</span> |
| <span class="stat-value">Ollama Engine</span> |
| </div> |
| </div> |
|
|
| <div class="info-section"> |
| <h3>Project Source Code</h3> |
| <p>This application executes entirely on local local hardware. Click the button below to view the master documentation, installation guides, and full code framework on GitHub.</p> |
| </div> |
|
|
| <div class="footer-links"> |
| |
| <a href="https://github.com/RealRaven/AutonomousBusinessOS-Demo" target="_blank" class="btn">Open GitHub Repository</a> |
| </div> |
| </div> |
| </body> |
| </html> |
|
|