Spaces:
No application file
No application file
mmm commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,160 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
title: Indext Data Lab
|
| 4 |
-
|
| 5 |
colorFrom: blue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
thumbnail: >-
|
| 7 |
-
https://cdn-uploads.huggingface.co/production/uploads/68f4e2f63d26bc12cb0b34d4/
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
<html lang="en">
|
| 11 |
-
<head>
|
| 12 |
-
<meta charset="UTF-8">
|
| 13 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 14 |
-
<title>Indext Data Lab</title>
|
| 15 |
-
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto:wght@300;400&display=swap" rel="stylesheet">
|
| 16 |
-
<style>
|
| 17 |
-
:root {
|
| 18 |
-
--bg-color: #ffffff;
|
| 19 |
-
--text-color: #1a1a1a;
|
| 20 |
-
--accent-color: #333333;
|
| 21 |
-
--spacing-unit: 2rem;
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
body {
|
| 25 |
-
font-family: 'Roboto', sans-serif;
|
| 26 |
-
line-height: 1.6;
|
| 27 |
-
color: var(--text-color);
|
| 28 |
-
background-color: var(--bg-color);
|
| 29 |
-
margin: 0;
|
| 30 |
-
padding: 0;
|
| 31 |
-
display: flex;
|
| 32 |
-
justify-content: center;
|
| 33 |
-
}
|
| 34 |
-
|
| 35 |
-
.container {
|
| 36 |
-
max-width: 800px; /* Limits width for that "airy" feel */
|
| 37 |
-
width: 100%;
|
| 38 |
-
padding: 4rem 2rem;
|
| 39 |
-
}
|
| 40 |
-
|
| 41 |
-
h1, h2, h3 {
|
| 42 |
-
font-family: 'Montserrat', sans-serif;
|
| 43 |
-
font-weight: 600;
|
| 44 |
-
letter-spacing: -0.02em;
|
| 45 |
-
margin-top: 3rem;
|
| 46 |
-
margin-bottom: 1rem;
|
| 47 |
-
}
|
| 48 |
-
|
| 49 |
-
h1 {
|
| 50 |
-
font-size: 2.5rem;
|
| 51 |
-
margin-top: 0;
|
| 52 |
-
}
|
| 53 |
-
|
| 54 |
-
p {
|
| 55 |
-
font-weight: 300;
|
| 56 |
-
font-size: 1.1rem;
|
| 57 |
-
color: #4a4a4a;
|
| 58 |
-
margin-bottom: 1.5rem;
|
| 59 |
-
}
|
| 60 |
-
|
| 61 |
-
.project-grid {
|
| 62 |
-
display: grid;
|
| 63 |
-
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
| 64 |
-
gap: 2rem;
|
| 65 |
-
margin-top: 3rem;
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
-
.project-card {
|
| 69 |
-
border: 1px solid #eaeaea;
|
| 70 |
-
padding: 1.5rem;
|
| 71 |
-
transition: all 0.2s ease;
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
.project-card:hover {
|
| 75 |
-
border-color: #000;
|
| 76 |
-
}
|
| 77 |
-
|
| 78 |
-
.project-title {
|
| 79 |
-
font-family: 'Montserrat', sans-serif;
|
| 80 |
-
font-weight: 600;
|
| 81 |
-
font-size: 1.2rem;
|
| 82 |
-
margin-bottom: 0.5rem;
|
| 83 |
-
display: block;
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
.tag {
|
| 87 |
-
display: inline-block;
|
| 88 |
-
background: #f4f4f4;
|
| 89 |
-
padding: 0.25rem 0.5rem;
|
| 90 |
-
font-size: 0.75rem;
|
| 91 |
-
font-family: 'Montserrat', sans-serif;
|
| 92 |
-
margin-bottom: 1rem;
|
| 93 |
-
border-radius: 2px;
|
| 94 |
-
}
|
| 95 |
-
|
| 96 |
-
a {
|
| 97 |
-
color: inherit;
|
| 98 |
-
text-decoration: none;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
.footer {
|
| 102 |
-
margin-top: 5rem;
|
| 103 |
-
padding-top: 2rem;
|
| 104 |
-
border-top: 1px solid #eaeaea;
|
| 105 |
-
font-size: 0.9rem;
|
| 106 |
-
color: #888;
|
| 107 |
-
}
|
| 108 |
-
</style>
|
| 109 |
-
</head>
|
| 110 |
-
<body>
|
| 111 |
-
|
| 112 |
-
<div class="container">
|
| 113 |
-
<header>
|
| 114 |
-
<h1>Indext Data Lab</h1>
|
| 115 |
-
<p>
|
| 116 |
-
Specialized AI/ML architecture and MLOps. We build transparent, scalable infrastructure for data-intensive applications.
|
| 117 |
-
</p>
|
| 118 |
-
<p>
|
| 119 |
-
No black boxes. Just engineered stability for founders.
|
| 120 |
-
</p>
|
| 121 |
-
</header>
|
| 122 |
-
|
| 123 |
-
<section>
|
| 124 |
-
<div class="project-grid">
|
| 125 |
-
|
| 126 |
-
<a href="#" class="project-card">
|
| 127 |
-
<span class="tag">Analytics</span>
|
| 128 |
-
<span class="project-title">SiftScore</span>
|
| 129 |
-
<p style="font-size: 0.95rem;">
|
| 130 |
-
Automated scoring infrastructure for high-volume data inputs.
|
| 131 |
-
</p>
|
| 132 |
-
</a>
|
| 133 |
-
|
| 134 |
-
<a href="#" class="project-card">
|
| 135 |
-
<span class="tag">Predictive</span>
|
| 136 |
-
<span class="project-title">Nostrada</span>
|
| 137 |
-
<p style="font-size: 0.95rem;">
|
| 138 |
-
Forecasting models deployed with rigorous version control.
|
| 139 |
-
</p>
|
| 140 |
-
</a>
|
| 141 |
-
|
| 142 |
-
<a href="#" class="project-card">
|
| 143 |
-
<span class="tag">Agentic AI</span>
|
| 144 |
-
<span class="project-title">Sakercanine</span>
|
| 145 |
-
<p style="font-size: 0.95rem;">
|
| 146 |
-
Custom agent bot solutions for complex workflow automation.
|
| 147 |
-
</p>
|
| 148 |
-
</a>
|
| 149 |
-
|
| 150 |
-
</div>
|
| 151 |
-
</section>
|
| 152 |
-
|
| 153 |
-
<div class="footer">
|
| 154 |
-
<p>© 2026 Indext Data Lab. <br>
|
| 155 |
-
<a href="https://indext.io" style="text-decoration: underline;">Visit indext.io</a> for the Delivery Protocol.</p>
|
| 156 |
-
</div>
|
| 157 |
-
</div>
|
| 158 |
-
|
| 159 |
-
</body>
|
| 160 |
-
</html>
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
title: Indext Data Lab
|
| 3 |
+
emoji: 🚀
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: gradio
|
| 7 |
+
pinned: false
|
| 8 |
+
fullWidth: true
|
| 9 |
+
header: mini
|
| 10 |
+
app_file: index.html
|
| 11 |
+
license: mit
|
| 12 |
thumbnail: >-
|
| 13 |
+
https://cdn-uploads.huggingface.co/production/uploads/68f4e2f63d26bc12cb0b34d4/WUiVX3NtA1GLcyaz1zmUJ.png
|
| 14 |
+
short_description: Indext Data Lab Space
|
| 15 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|