Spaces:
Running
Running
Commit
·
659fc84
1
Parent(s):
7df7d12
rebrand Quantum Network Monitor
Browse files- index.html +10 -10
index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<head>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
-
<title>
|
8 |
<!-- Material Icons -->
|
9 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/4.0.0/font/MaterialIcons-Regular.css" rel="stylesheet">
|
10 |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
@@ -276,8 +276,8 @@
|
|
276 |
<body>
|
277 |
<header>
|
278 |
<div class="logo-container">
|
279 |
-
<img src="https://freenetworkmonitor.click/img/logo.svg" class="logo" width="50" height="50" alt="
|
280 |
-
<h1 class="header-title">
|
281 |
</div>
|
282 |
<p class="subtitle">Huggingface Space | LLM Backend for Network Monitoring Intelligence</p>
|
283 |
</header>
|
@@ -285,7 +285,7 @@
|
|
285 |
<div class="container">
|
286 |
<div class="card">
|
287 |
<h2><i class="material-icons">info</i> About This Space</h2>
|
288 |
-
<p>This Huggingface Space powers the AI assistant behind <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);" target="_blank">
|
289 |
|
290 |
<p>Our LLM backend provides real-time, context-aware responses to network management queries, helping IT professionals and network engineers maintain optimal network performance with minimal effort.</p>
|
291 |
|
@@ -311,7 +311,7 @@
|
|
311 |
|
312 |
<div class="card">
|
313 |
<h2><i class="material-icons">settings</i> How It Works</h2>
|
314 |
-
<p>The
|
315 |
|
316 |
<div class="feature-grid">
|
317 |
<div class="feature-card">
|
@@ -347,7 +347,7 @@
|
|
347 |
|
348 |
<div class="card">
|
349 |
<h2><i class="material-icons">integration_instructions</i> API Integration</h2>
|
350 |
-
<p>This Huggingface Space exposes a REST API that the
|
351 |
|
352 |
<div class="api-example">
|
353 |
<span style="color: #bb86fc;">POST</span> <span style="color: #03dac6;">/api/query</span>
|
@@ -374,11 +374,11 @@
|
|
374 |
<p>To test the assistant directly or to see it in action:</p>
|
375 |
|
376 |
<ol style="margin-left: 2rem; margin-bottom: 1.5rem;">
|
377 |
-
<li>Visit <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);" target="_blank">
|
378 |
<li>Create a free account to access the full features of the Free Monitor Network Assistant (optional)</li>
|
379 |
<li>Click the Assistant icon bottom right of page</li>
|
380 |
<li>Try asking questions about your networks performance, scanning for security issues, or troubleshooting steps</li>
|
381 |
-
<li>Visit the Dashboard to view visual data for your monitored hosts <a href="https://freenetworkmonitor.click/dashboard" style="color: var(--secondary-color);" target="_blank">
|
382 |
</ol>
|
383 |
|
384 |
<p>For developers looking to integrate with this space:</p>
|
@@ -394,7 +394,7 @@
|
|
394 |
</div>
|
395 |
<div class="feature-card">
|
396 |
<h3><i class="material-icons">integration_instructions</i> Local Network Agents</h3>
|
397 |
-
<p>Download the
|
398 |
<a href="https://freenetworkmonitor.click/download" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;" target="_blank">
|
399 |
<i class="material-icons">book</i>
|
400 |
Local Agent Download
|
@@ -413,7 +413,7 @@
|
|
413 |
</div>
|
414 |
|
415 |
<footer>
|
416 |
-
<p>© 2025
|
417 |
<div class="footer-links">
|
418 |
<a href="https://freenetworkmonitor.click/" target="_blank">
|
419 |
<i class="material-icons">home</i>
|
|
|
4 |
<head>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>Quantum Network Monitor Assistant - Huggingface Space</title>
|
8 |
<!-- Material Icons -->
|
9 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/4.0.0/font/MaterialIcons-Regular.css" rel="stylesheet">
|
10 |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
276 |
<body>
|
277 |
<header>
|
278 |
<div class="logo-container">
|
279 |
+
<img src="https://freenetworkmonitor.click/img/logo.svg" class="logo" width="50" height="50" alt="Quantum Network Monitor Logo" target="_blank">
|
280 |
+
<h1 class="header-title">Quantum Network Monitor Assistant</h1>
|
281 |
</div>
|
282 |
<p class="subtitle">Huggingface Space | LLM Backend for Network Monitoring Intelligence</p>
|
283 |
</header>
|
|
|
285 |
<div class="container">
|
286 |
<div class="card">
|
287 |
<h2><i class="material-icons">info</i> About This Space</h2>
|
288 |
+
<p>This Huggingface Space powers the AI assistant behind <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);" target="_blank">Quantum Network Monitor</a> - your intelligent companion for network management and troubleshooting.</p>
|
289 |
|
290 |
<p>Our LLM backend provides real-time, context-aware responses to network management queries, helping IT professionals and network engineers maintain optimal network performance with minimal effort.</p>
|
291 |
|
|
|
311 |
|
312 |
<div class="card">
|
313 |
<h2><i class="material-icons">settings</i> How It Works</h2>
|
314 |
+
<p>The Quantum Network Monitor Assistant leverages advanced language models to provide intelligent responses to network management queries. The assistant helps with:</p>
|
315 |
|
316 |
<div class="feature-grid">
|
317 |
<div class="feature-card">
|
|
|
347 |
|
348 |
<div class="card">
|
349 |
<h2><i class="material-icons">integration_instructions</i> API Integration</h2>
|
350 |
+
<p>This Huggingface Space exposes a REST API that the Quantum Network Monitor platform uses to process queries. You can also integrate this assistant's capabilities into your own tools:</p>
|
351 |
|
352 |
<div class="api-example">
|
353 |
<span style="color: #bb86fc;">POST</span> <span style="color: #03dac6;">/api/query</span>
|
|
|
374 |
<p>To test the assistant directly or to see it in action:</p>
|
375 |
|
376 |
<ol style="margin-left: 2rem; margin-bottom: 1.5rem;">
|
377 |
+
<li>Visit <a href="https://freenetworkmonitor.click/" style="color: var(--secondary-color);" target="_blank">Quantum Network Monitor</a></li>
|
378 |
<li>Create a free account to access the full features of the Free Monitor Network Assistant (optional)</li>
|
379 |
<li>Click the Assistant icon bottom right of page</li>
|
380 |
<li>Try asking questions about your networks performance, scanning for security issues, or troubleshooting steps</li>
|
381 |
+
<li>Visit the Dashboard to view visual data for your monitored hosts <a href="https://freenetworkmonitor.click/dashboard" style="color: var(--secondary-color);" target="_blank">Quantum Network Monitor Dashboard</a> . Watch the Assistant take control of the websites data views.
|
382 |
</ol>
|
383 |
|
384 |
<p>For developers looking to integrate with this space:</p>
|
|
|
394 |
</div>
|
395 |
<div class="feature-card">
|
396 |
<h3><i class="material-icons">integration_instructions</i> Local Network Agents</h3>
|
397 |
+
<p>Download the Quantum Network Monitor Agent to manage your local networks..</p>
|
398 |
<a href="https://freenetworkmonitor.click/download" class="button" style="font-size: 0.9rem; padding: 0.5rem 1rem;" target="_blank">
|
399 |
<i class="material-icons">book</i>
|
400 |
Local Agent Download
|
|
|
413 |
</div>
|
414 |
|
415 |
<footer>
|
416 |
+
<p>© 2025 Quantum Network Monitor | Powered by Huggingface Spaces</p>
|
417 |
<div class="footer-links">
|
418 |
<a href="https://freenetworkmonitor.click/" target="_blank">
|
419 |
<i class="material-icons">home</i>
|