File size: 4,796 Bytes
64f8722
bb1767b
 
 
 
 
c39be68
 
64f8722
 
e16509e
 
 
 
64f8722
 
 
 
c39be68
 
 
 
e16509e
64f8722
 
 
 
 
 
 
 
 
 
 
 
c39be68
64f8722
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e90c524
d056ba6
 
 
 
 
e90c524
a088ba3
e90c524
 
d056ba6
 
 
 
 
bb1767b
 
 
 
 
 
 
 
 
 
 
 
5fe3093
bb1767b
 
 
5fe3093
 
64f8722
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Architecture Agents - AI Deep Learning Builder | wuhp.org</title>
    <meta name="description" content="Design, validate, and generate PyTorch code for deep learning models using visual AI agents. The ultimate drag-and-drop neural network architect on wuhp.org." />
    <meta name="keywords" content="Deep Learning, AI, Neural Networks, Visual Builder, PyTorch, Architecture Agents, Machine Learning, wuhp.org, LLM, Generative AI" />
    <meta name="author" content="wuhp.org" />
    
    <!-- Robots: Allow indexing and maximize snippet presentation -->
    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
    
    <meta name="theme-color" content="#0f172a" />
    <link rel="canonical" href="https://wuhp.org" />

    <!-- Open Graph / Facebook -->
    <meta property="og:title" content="Architecture Agents - Visual AI Builder" />
    <meta property="og:description" content="Build complex neural networks with the help of AI agents. Export to PyTorch instantly." />
    <meta property="og:url" content="https://wuhp.org" />
    <meta property="og:type" content="website" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:image" content="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
    <meta property="og:site_name" content="wuhp.org" />

    <!-- Twitter -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Architecture Agents - AI Deep Learning Builder" />
    <meta name="twitter:description" content="Design, validate, and generate PyTorch code for deep learning models using visual AI agents." />
    <meta name="twitter:image" content="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />

    <!-- Icons -->
    <link rel="icon" type="image/png" href="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
    <link rel="apple-touch-icon" href="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
    
    <!-- JSON-LD Structured Data -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      "name": "Architecture Agents",
      "headline": "Visual AI Architect for Deep Learning",
      "applicationCategory": "DeveloperApplication",
      "operatingSystem": "Web",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      },
      "description": "Design, validate, and generate PyTorch code for deep learning models using visual AI agents. The ultimate drag-and-drop neural network architect.",
      "image": "https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png",
      "author": {
        "@type": "Organization",
        "name": "wuhp.org",
        "url": "https://wuhp.org"
      }
    }
    </script>

    <!-- Performance Hints -->
    <link rel="preconnect" href="https://cdn.tailwindcss.com" crossorigin>
    <link rel="preconnect" href="https://pagead2.googlesyndication.com" crossorigin>
    <link rel="preconnect" href="https://fundingchoicesmessages.google.com" crossorigin>
    <link rel="preconnect" href="https://googleads.g.doubleclick.net" crossorigin>
    <link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>

    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1194928369043500" crossorigin="anonymous"></script>
    <!-- Defer Tailwind to prevent render blocking -->
    <script src="https://cdn.tailwindcss.com" defer></script>
    
    <!-- Defer ReactFlow CSS (Non-critical for landing page) -->
    <link rel="preload" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css"></noscript>

  <script type="importmap">
{
  "imports": {
    "react-dom/": "https://aistudiocdn.com/react-dom@^19.2.1/",
    "react/": "https://aistudiocdn.com/react@^19.2.1/",
    "react": "https://aistudiocdn.com/react@^19.2.1",
    "@google/genai": "https://aistudiocdn.com/@google/genai@^1.31.0",
    "lucide-react": "https://aistudiocdn.com/lucide-react@^0.556.0",
    "reactflow": "https://aistudiocdn.com/reactflow@^11.11.4"
  }
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
  <body class="bg-slate-950 text-slate-100 overflow-hidden">
    <div id="root"></div>
  <script type="module" src="/index.tsx"></script>
</body>
</html>