-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
271 lines (238 loc) · 12.1 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="shortcut icon" href="favicon.ico" />
<script src='https://code.jquery.com/jquery-3.5.1.min.js'></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KollAI</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="assets/css/home.css">
</head>
<body>
<div id="nav-placeholder">
<script>
$(function () {
$("#nav-placeholder").load("navbar.html");
});
</script>
</div>
<section class="home_banner_area">
<div class="banner_inner">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6">
<div class="banner_content">
<h1>koll.ai 👨💻✨</h1>
<h5>
<small>Exploring, understanding<span title="oxford comma for the win">,</span> and explaining AI systems</small>
<br><br>
We are an art collective building tools, toys<span title="look at it go">,</span> and apps around generative AI with a big focus on
open source. Our goal is to democratize understanding of theses complex systems in a fun, approchable manner. <br>
Check out our projects !
</h5>
<div class="social_icons my-3">
<a href="mailto:ruben.g.gres@gmail.com"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/orgs/koll-ai/repositories"><i class="fab fa-github"></i></a>
<a href="https://discord.gg/yvZKgSUzaW"><i class="fab fa-discord"></i></a>
<a href="https://twitter.com/koll_ai"><i class="fab fa-twitter"></i></a>
</div>
<!-- <a class="primary_btn" href="assets/Resume_simonini_thomas.pdf"><span>My Resume</span></a>
<a class="primary_btn" href="mailto:simonini.thomas.pro@gmail.com"><span>Contact Me</span></a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<section class="services_area" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h1 class="top_text">Look at theses first</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<a href="https://poetgpt.koll.ai">
<div class="service_item tilt1 color1">
<img src="assets/img/poet.jpg" alt="PoetGPT" class="img-fluid" width="6000px">
<h3>PoetGPT</h3>
<p>
Create and share original poems with low efforts using GPT-4 and ChatGPT. Supports
multiple languages
</p>
<p class="primary_btn2 mt-35">Start creating</p>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://huggingface.co/spaces/rgres/Drawing2Map">
<div class="service_item tilt2 color2">
<img src="assets/img/aerial.jpg" alt="aerialdreams" class="img-fluid" width="6000px">
<h3>AerialDreams</h3>
<p>
Draw a map idea and let the AI do the rest for you. Works in any style you want. ControlNet & StableDiffusion
</p>
<p class="primary_btn2 mt-35">Start creating</p>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://meme.koll.ai">
<div class="service_item tilt3 color3">
<img src="assets/img/controlmeme.jpg" alt="aerialdreams" class="img-fluid" width="6000px">
<h3>ControlMeme</h3>
<p>
Generate variation of popular memes using StableDiffusion and ControlNet. Share you
creations in the gallery !
</p>
<p class="primary_btn2 mt-35">Start creating</p>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="services_area" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h1 class="top_text">All of our awesome projects</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<a href="https://www.thisscpdoesnotexist.com/">
<div class="other_project">
<img src="assets/img/scp.jpg" alt="scp" class="img-fluid" width="6000px">
<div class="op_label">
<h3>This SCP does not exist</h3>
<p>
Use AI to generate creepy pastas from the SCP universe with a simple prompt.
</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://canvas.koll.ai">
<div class="other_project">
<img src="assets/img/canvas.jpg" alt="canvas" class="img-fluid" width="6000px">
<div class="op_label">
<h3>Infinite Canvas</h3>
<p>
Add your AI generated image to the multi user canvas to create a collaborative work of art
</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://poetgpt.koll.ai">
<div class="other_project">
<img src="assets/img/poet.jpg" alt="poetgpt" class="img-fluid" width="6000px">
<div class="op_label">
<h3>PoetGPT</h3>
<p>
Create and share original poems with low efforts using GPT-4 and ChatGPT. Supports
multiple languages
</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://huggingface.co/spaces/rgres/Drawing2Map">
<div class="other_project">
<img src="assets/img/aerial.jpg" alt="aerialdreams" class="img-fluid" width="6000px">
<div class="op_label">
<h3>AerialDreams</h3>
<p>
Draw a map idea and let the AI do the rest for you. Works in any style you want. ControlNet & StableDiffusion
</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<a href="https://meme.koll.ai">
<div class="other_project">
<img src="assets/img/controlmeme.jpg" alt="controlmeme" class="img-fluid" width="6000px">
<div class="op_label">
<h3>ControlMeme</h3>
<p>
Generate variation of popular memes using StableDiffusion and ControlNet. Share you
creations in the gallery !
</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="services_area" id="people">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="main_title">
<h1 class="top_text">Meet the team</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="team_member">
<a href="http://rubengr.es"><img src="assets/img/ruben.jpg" alt="Ruben" class="img-fluid"></a>
<h3>Ruben</h3>
<p>
Able to jump above his leg
<br>
Faster at tetris sprint
</p>
<div class="social_icons my-3">
<a href="https://github.com/RubenGres"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/ruben-gres-484930158/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/retronyme/"><i class="fab fa-instagram"></i></a>
<a href="https://ohmlet.itch.io/"><i class="fas fa-gamepad"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="team_member">
<a href="https://www.linkedin.com/in/philippe-saad%C3%A9-26972b149/"><img src="assets/img/phil.jpg" alt="Philippe" class="img-fluid"></a>
<h3>Philippe</h3>
<p>
Slower to solve a Rubik's Cube
<br>
Able to hold an L-sit
</p>
<div class="social_icons my-3">
<a href="https://github.com/PhilSad"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/philippe-saad%C3%A9-26972b149/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/philsad_art/"><i class="fab fa-instagram"></i></a>
<a href="mailto:philippe.henri.saade@gmail.com"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</body>
</html>