Spaces:
Running
Running
Update index.html
Browse files- index.html +45 -3
index.html
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
|
@@ -5,13 +6,54 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Architecture Agents - AI Deep Learning Builder | wuhp.org</title>
|
| 7 |
<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." />
|
| 8 |
-
<meta name="keywords" content="Deep Learning, AI, Neural Networks, Visual Builder, PyTorch, Architecture Agents, Machine Learning, wuhp.org" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
<meta property="og:title" content="Architecture Agents - Visual AI Builder" />
|
| 10 |
<meta property="og:description" content="Build complex neural networks with the help of AI agents. Export to PyTorch instantly." />
|
| 11 |
<meta property="og:url" content="https://wuhp.org" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
<!-- Performance Hints -->
|
| 16 |
<link rel="preconnect" href="https://cdn.tailwindcss.com" crossorigin>
|
| 17 |
<link rel="preconnect" href="https://pagead2.googlesyndication.com" crossorigin>
|
|
@@ -45,4 +87,4 @@
|
|
| 45 |
<div id="root"></div>
|
| 46 |
<script type="module" src="/index.tsx"></script>
|
| 47 |
</body>
|
| 48 |
-
</html>
|
|
|
|
| 1 |
+
|
| 2 |
<!DOCTYPE html>
|
| 3 |
<html lang="en">
|
| 4 |
<head>
|
|
|
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
<title>Architecture Agents - AI Deep Learning Builder | wuhp.org</title>
|
| 8 |
<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." />
|
| 9 |
+
<meta name="keywords" content="Deep Learning, AI, Neural Networks, Visual Builder, PyTorch, Architecture Agents, Machine Learning, wuhp.org, LLM, Generative AI" />
|
| 10 |
+
<meta name="author" content="wuhp.org" />
|
| 11 |
+
<meta name="robots" content="index, follow" />
|
| 12 |
+
<meta name="theme-color" content="#0f172a" />
|
| 13 |
+
<link rel="canonical" href="https://wuhp.org" />
|
| 14 |
+
|
| 15 |
+
<!-- Open Graph / Facebook -->
|
| 16 |
<meta property="og:title" content="Architecture Agents - Visual AI Builder" />
|
| 17 |
<meta property="og:description" content="Build complex neural networks with the help of AI agents. Export to PyTorch instantly." />
|
| 18 |
<meta property="og:url" content="https://wuhp.org" />
|
| 19 |
<meta property="og:type" content="website" />
|
| 20 |
+
<meta property="og:image" content="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
|
| 21 |
+
<meta property="og:site_name" content="wuhp.org" />
|
| 22 |
+
|
| 23 |
+
<!-- Twitter -->
|
| 24 |
+
<meta name="twitter:card" content="summary_large_image" />
|
| 25 |
+
<meta name="twitter:title" content="Architecture Agents - AI Deep Learning Builder" />
|
| 26 |
+
<meta name="twitter:description" content="Design, validate, and generate PyTorch code for deep learning models using visual AI agents." />
|
| 27 |
+
<meta name="twitter:image" content="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
|
| 28 |
+
|
| 29 |
+
<!-- Icons -->
|
| 30 |
+
<link rel="icon" type="image/png" href="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
|
| 31 |
+
<link rel="apple-touch-icon" href="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png" />
|
| 32 |
|
| 33 |
+
<!-- JSON-LD Structured Data -->
|
| 34 |
+
<script type="application/ld+json">
|
| 35 |
+
{
|
| 36 |
+
"@context": "https://schema.org",
|
| 37 |
+
"@type": "SoftwareApplication",
|
| 38 |
+
"name": "Architecture Agents",
|
| 39 |
+
"headline": "Visual AI Architect for Deep Learning",
|
| 40 |
+
"applicationCategory": "DeveloperApplication",
|
| 41 |
+
"operatingSystem": "Web",
|
| 42 |
+
"offers": {
|
| 43 |
+
"@type": "Offer",
|
| 44 |
+
"price": "0",
|
| 45 |
+
"priceCurrency": "USD"
|
| 46 |
+
},
|
| 47 |
+
"description": "Design, validate, and generate PyTorch code for deep learning models using visual AI agents. The ultimate drag-and-drop neural network architect.",
|
| 48 |
+
"image": "https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png",
|
| 49 |
+
"author": {
|
| 50 |
+
"@type": "Organization",
|
| 51 |
+
"name": "wuhp.org",
|
| 52 |
+
"url": "https://wuhp.org"
|
| 53 |
+
}
|
| 54 |
+
}
|
| 55 |
+
</script>
|
| 56 |
+
|
| 57 |
<!-- Performance Hints -->
|
| 58 |
<link rel="preconnect" href="https://cdn.tailwindcss.com" crossorigin>
|
| 59 |
<link rel="preconnect" href="https://pagead2.googlesyndication.com" crossorigin>
|
|
|
|
| 87 |
<div id="root"></div>
|
| 88 |
<script type="module" src="/index.tsx"></script>
|
| 89 |
</body>
|
| 90 |
+
</html>
|