Spaces:
Running
Running
thomasht86
commited on
Commit
•
96ccfea
1
Parent(s):
5f755c2
Update README.md
Browse files
README.md
CHANGED
@@ -6,65 +6,62 @@ colorTo: gray
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
-
<div
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
/>
|
22 |
</div>
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
/>
|
34 |
</div>
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
>
|
44 |
-
|
45 |
-
alt="GitHub Vespa"
|
46 |
-
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
|
47 |
-
class="w-44 p-4"
|
48 |
-
/>
|
49 |
</div>
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
|
|
|
|
69 |
</div>
|
|
|
70 |
</div>
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;">
|
10 |
+
<div style="grid-column: span 3;">
|
11 |
+
<div>
|
12 |
+
Vespa.ai is a platform for AI + data, online, at any scale.
|
13 |
+
</div>
|
14 |
+
</div>
|
15 |
+
|
16 |
+
<div>
|
17 |
+
<div style="overflow: hidden;">
|
18 |
+
<div style="width: 100%; height: 160px; background-color: #E0E7FF; border-radius: 8px; display: flex; align-items: center; justify-content: center;">
|
19 |
+
<div>
|
20 |
+
<img src="https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2F80o6wjeliok%2F762pe0angxc%2FVespa-logo-dark-rgb.svg?alt=media&token=08abbba9-d10f-4041-b4ec-5993d8d366eb" alt="Vespa.ai Logo" style="width: 160px;">
|
|
|
21 |
</div>
|
22 |
+
</div>
|
23 |
+
<div><a href="https://vespa.ai" style="text-decoration: underline;">Visit Vespa.ai Homepage</a></div>
|
24 |
+
</div>
|
25 |
+
</div>
|
26 |
+
|
27 |
+
<div>
|
28 |
+
<div style="overflow: hidden;">
|
29 |
+
<div style="width: 100%; height: 160px; background-color: #D1D5DB; border-radius: 8px; display: flex; align-items: center; justify-content: center;">
|
30 |
+
<div>
|
31 |
+
<img src="https://www.vespa.ai/assets/2021/09/vespa-logo-white-bg.png" alt="Vespa Cloud Console" style="width: 160px;">
|
|
|
32 |
</div>
|
33 |
+
</div>
|
34 |
+
<div><a href="https://cloud.vespa.ai/console" style="text-decoration: underline;">Access Cloud Console</a></div>
|
35 |
+
</div>
|
36 |
+
</div>
|
37 |
+
|
38 |
+
<div>
|
39 |
+
<div style="overflow: hidden;">
|
40 |
+
<div style="width: 100%; height: 160px; background-color: #1F2937; border-radius: 8px; display: flex; align-items: flex-start; justify-content: flex-start;">
|
41 |
+
<div>
|
42 |
+
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub Vespa" style="width: 176px; padding: 16px;">
|
|
|
|
|
|
|
|
|
43 |
</div>
|
44 |
+
</div>
|
45 |
+
<div><a href="https://github.com/vespa-engine/vespa" style="text-decoration: underline;">GitHub Repository: Vespa</a></div>
|
46 |
+
</div>
|
47 |
+
</div>
|
48 |
+
|
49 |
+
<div style="grid-column: span 3;">
|
50 |
+
<div style="margin-bottom: 8px;">
|
51 |
+
Vespa.ai is an open-source big data serving engine. It enables applications to compute over data at serving time, at any scale.
|
52 |
+
</div>
|
53 |
+
<div style="margin-bottom: 8px;">
|
54 |
+
Vespa powers applications that require large-scale, low-latency search and machine learning inference.
|
55 |
+
</div>
|
56 |
+
<div style="margin-bottom: 8px;">
|
57 |
+
The platform allows you to deploy AI models and data-driven applications with high performance and scalability.
|
58 |
+
</div>
|
59 |
+
<div>
|
60 |
+
More information:
|
61 |
+
<a href="https://vespa.ai" style="text-decoration: underline;">Homepage</a>,
|
62 |
+
<a href="https://cloud.vespa.ai/console" style="text-decoration: underline;">Cloud Console</a>,
|
63 |
+
<a href="https://github.com/vespa-engine/vespa" style="text-decoration: underline;">GitHub (Vespa)</a>,
|
64 |
+
<a href="https://github.com/vespa-engine/pyvespa" style="text-decoration: underline;">GitHub (PyVespa)</a>
|
65 |
</div>
|
66 |
+
</div>
|
67 |
</div>
|