-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (117 loc) · 6.78 KB
/
index.html
File metadata and controls
125 lines (117 loc) · 6.78 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Basic Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#7c3aed" />
<!-- Preconnect Hints -->
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<!-- SEO Meta Tags -->
<title>LayerCal - Deep Learning Parameter Calculator & AI Advisor</title>
<meta name="description" content="Calculate neural network parameters, FLOPs, and memory. Describe your model to get AI-validated architectures. Auto-generate PyTorch, TensorFlow, JAX code." />
<meta name="keywords" content="deep learning parameter calculator, neural network FLOPs, memory estimation, pytorch code generator, tensorflow, jax, AI architecture advisor, model builder, transformer, LSTM, CNN, RAG, LLM, machine learning tool" />
<meta name="author" content="chanjoongx" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1" />
<link rel="canonical" href="https://layercal.com" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/calculator-icon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://layercal.com" />
<meta property="og:site_name" content="LayerCal" />
<meta property="og:title" content="LayerCal - Deep Learning Parameter Calculator & AI Advisor" />
<meta property="og:description" content="Calculate parameters, FLOPs, memory for neural networks. Describe your model in plain English to get a validated architecture. Auto-generate PyTorch, TensorFlow, JAX code." />
<meta property="og:image" content="https://layercal.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="LayerCal interface showing neural network parameter calculator and AI architecture advisor" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@chanjoongx" />
<meta name="twitter:creator" content="@chanjoongx" />
<meta name="twitter:title" content="LayerCal - Deep Learning Parameter Calculator & AI Advisor" />
<meta name="twitter:description" content="Calculate parameters, FLOPs, memory. Describe your model to get a validated architecture via AI. PyTorch, TensorFlow, JAX code gen." />
<meta name="twitter:image" content="https://layercal.com/og-image.png" />
<meta name="twitter:image:alt" content="LayerCal interface showing neural network parameter calculator and AI architecture advisor" />
<!-- Additional SEO -->
<meta name="application-name" content="LayerCal" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="LayerCal" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "LayerCal",
"alternateName": "Layer Calculator",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires JavaScript. Works in Chrome, Firefox, Safari, Edge.",
"softwareVersion": "2.0.0",
"description": "Free browser-based deep learning calculator with AI architecture advisor. Calculate parameters, FLOPs, and memory for 14+ layer types. Describe a model in plain English and get a validated architecture via RAG and LLM. Auto-generate PyTorch, TensorFlow, and JAX code.",
"url": "https://layercal.com",
"screenshot": "https://layercal.com/og-image.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"AI Architecture Advisor: describe a model in natural language, receive a validated layer stack",
"Client-side RAG pipeline with 12 reference architectures",
"Multi-provider LLM support (Google Gemini, OpenAI, Anthropic Claude)",
"Deterministic post-validation with cross-layer dimension fixing",
"14 neural network layer types with configurable hyperparameters",
"Drag and drop interface for building architectures",
"Real-time parameter count calculation",
"FLOPs estimation for forward pass",
"Memory usage estimation for inference and training modes",
"Auto code generation for PyTorch nn.Module",
"Auto code generation for TensorFlow Sequential and Functional API",
"Auto code generation for JAX Flax nn.compact",
"Smart layer grouping such as TransformerEncoder",
"Context-aware BatchNorm 1d and 2d selection",
"Export model architecture as PNG image",
"Multi-language support for 8 languages",
"Dark mode with system preference detection",
"FP32 FP16 INT8 precision selection"
],
"creator": {
"@type": "Person",
"name": "Chanjoong Kim",
"url": "https://github.com/chanjoongx"
},
"datePublished": "2026-01-15",
"dateModified": "2026-02-20",
"inLanguage": ["en", "ko", "ja", "zh", "es", "fr", "de", "pt"]
}
</script>
</head>
<body>
<noscript>
<div style="padding:2rem;max-width:600px;margin:0 auto;font-family:system-ui,sans-serif;color:#1f2937;">
<h1>LayerCal</h1>
<h2>Deep Learning Parameter Calculator & AI Architecture Advisor</h2>
<p>Calculate neural network parameters, FLOPs, and memory usage for 14 layer types including Transformer, LSTM, Conv2D, and more.</p>
<p>Features: AI-powered architecture generation from natural language descriptions. Auto code generation for PyTorch, TensorFlow, and JAX. Supports FP32, FP16, INT8 precision.</p>
<p>This application requires JavaScript. Please enable it in your browser.</p>
<p>
<a href="https://github.com/chanjoongx/layercal">View source on GitHub</a> |
<a href="https://layercal.com">layercal.com</a>
</p>
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>