-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (176 loc) · 10.3 KB
/
index.html
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!doctype html>
<html>
<head lang="en">
<title> MLH x Databricks | Everything You Need to Know </title>
<meta charset="UTF-8" />
<script src="https://use.fontawesome.com/2fb64d5743.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<header>
<nav id="navbar">
<div class="mlh-logo-container">
<a class="logo-link" href="https://hack.mlh.io/prizes" target="_blank"><img class="mlh-logo"
src="images/mlh-logo-white.svg" /></a>
</div>
<ul class="nav-ul">
<li class="nav-li">
<a class="nav-link" href="#about-section">About</a>
</li>
<li class="nav-li">
<a class="nav-link" href="#resources-section">Resources</a>
</li>
<li class="nav-li">
<a class="nav-link" href="#projects-section">Video</a>
</li>
</nav>
</header>
<section id="welcome-section">
<div class="hero-container">
<div class="hero-text-container">
<h1 class="hero-text">How can <span class="hero-span">Databricks</span> take your project to the next
level?</h1>
<a href="#about-section">
<button class="hero-button">Learn More</button>
</a>
</div>
<img class="hero-graphic" src="images/hero_graphic.png" />
<div class="header-square"></div>
</div>
</section>
<section id="about-section">
<div class="prize-category-container">
<a class="sponsor-logo-link" href="https://mlh.link/databricks-opensource" target="_blank">
<img class="sponsor-logo-card" src="images/Databricks_Logo_Card.png">
</a>
<h2 class="prize-category-title">Best AI Project with Databricks Open Source</h2>
<p class="sponsor-prize-category-description">
Databricks is an open analytics platform that helps you build, deploy, and maintain large scale data & AI solutions!
Whether you’re working with large language models using Mosaic AI, storing data with Databricks Data Lakes, or deploying
GenAI powered applications using MLflow, Databricks Open Source software has the tools you need to make your hackathon
project state of the art.
<br><br>
Build an AI powered project utilizing Databricks Open Source projects like the ones mentioned, or Databricks friendly
Open Source projects like LanceDB and Llama Index, for a chance to win some amazing prizes for you and your teammates!
<br><br>
<a class="special-link" href="#resources-section">Check out the resources below to get started with Databricks Open Source.</a>
</p>
</div>
<div class="prize-container">
<a class="prize-link">
<img class="prize-image" src="images/databricks_lego_image.png">
</a>
<h2 class="prize-name">Assorted Lego Sets</h2>
<p class="prize-description">
Win some awesome lego sets for you and your team!
<br><br>
What better way to celebrate your victory using Databricks Open Source than with some lego bricks to help you keep building! You and each of your teammates will have the opportunity to choose a different architecture or art themed lego set, with each of you getting to take home a unique prize.
</p>
</div>
</section>
<section id="resources-section">
<h2 class="resources-title">How to Get Started</h2>
<p class="resources-description">
Databricks Open Source features powerful tools that can help you take your hackathon project to the next level.
<br>
</p>
<div class="list-container">
<ul class="resources-list">
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-starterrepo" target="_blank">
<img class="resource-icon" src="images/github_icon.png">
<h3 class="resource-name">Databricks Starter Application</h3>
</a>
<p class="resource-description">This starter repo will get you set up with the foundation of your hackathon project.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-unitycatalog" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">Unity Catalog</h3>
</a>
<p class="resource-description">Unity Catalog is the industry leading universal catalog for data and AI.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-deltalake" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">Delta Lake</h3>
</a>
<p class="resource-description">An open-source storage framework that enables building a Lakehouse architecture with compute engines.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-mosaicML" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">MosaicML</h3>
</a>
<p class="resource-description">Check out MosaicML's reference material and code examples that enable you to train and deploy machine learning models at scale.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-apachespark" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">Apache Spark</h3>
</a>
<p class="resource-description">Spark is a unified analytics engine for large-scale data processing.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-llamaindex" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">LlamaIndex</h3>
</a>
<p class="resource-description">Turn your data into production-ready LLM applications.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-langchain" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">LangChain</h3>
</a>
<p class="resource-description">Build context-aware, reasoning applications with LangChain's flexible abstractions and AI-first toolkit.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-dspy" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">DSPy</h3>
</a>
<p class="resource-description">DSPy is a framework for algorithmically optimizing LM prompts and weights, especially when LMs are used one or more
times within a pipeline.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-lancedb" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">LanceDB</h3>
</a>
<p class="resource-description">Developer-friendly, serverless vector database for AI applications. Easily add long-term memory to your LLM apps!</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-weaviate" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">Weaviate</h3>
</a>
<p class="resource-description">Weaviate is a cloud-native, open source vector database that is robust, fast, and scalable.</p>
</li>
<li class="resource-item">
<a class="resource-link" href="https://mlh.link/databricks-mlflow" target="_blank">
<img class="resource-icon" src="images/documentation_icon.png">
<h3 class="resource-name">MLflow</h3>
</a>
<p class="resource-description">MLflow is an Open source platform for the machine learning lifecycle.</p>
</li>
</ul>
</div>
</section>
<section id="projects-section">
<h2 class="video-title">Learn More About Databricks</h2>
<p class="video-description">
Check out this video to learn more about Databricks and how it can help you build, deploy, and maintain large scale data & AI solutions!
</p>
<br>
<div class="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gEDS5DOUgY8?si=rBgbQqq5QhGGu7eL"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<footer>
</footer>
</body>
</html>