File size: 1,574 Bytes
554d10a
 
 
72d741a
 
 
 
554d10a
 
 
 
 
 
 
 
72d741a
554d10a
 
 
 
 
 
 
 
 
 
 
 
 
 
e3f99e0
 
554d10a
 
 
e3f99e0
6dbdf44
554d10a
 
 
a960a4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!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">
            <!-- target="_blank" forces the browser to open the link cleanly in a new tab -->
            <a href="https://github.com/RealRaven/AutonomousBusinessOS-Demo" target="_blank" class="btn">Open GitHub Repository</a>
        </div>
    </div>
</body>
</html>