wop commited on
Commit
a12dae5
Β·
verified Β·
1 Parent(s): d2a551e

Pl ase gag dayum πŸ˜”πŸ«£

Browse files
Files changed (1) hide show
  1. README.md +279 -14
README.md CHANGED
@@ -2,24 +2,289 @@
2
  title: README
3
  emoji: πŸ†
4
  colorFrom: yellow
5
- colorTo: yellow
6
  sdk: static
7
  pinned: true
8
  ---
9
- # CompactAI
10
 
11
- We teach tiny neural networks to think. Sometimes they surprise us. Sometimes they just output zeros.
12
- ### Want to join our discord?
13
- https://discord.gg/y2jTct6Cxv
14
 
15
- ## Associates
16
 
17
- We work with other folks who also enjoy the small life:
18
- * [TeichAI](https://huggingface.co/TeichAI)
19
- * [Armand0e](https://huggingface.co/armand0e)
20
- * [Crownelius](https://huggingface.co/Crownelius)
21
- * [Enderchef](https://huggingface.co/Enderchef)
22
- * [wop](https://huggingface.co/wop)
 
23
 
24
- # Hey! You can support us! (Please!)
25
- <a href='https://ko-fi.com/F1F31YAC4I' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a token at ko-fi.com' /></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  title: README
3
  emoji: πŸ†
4
  colorFrom: yellow
5
+ colorTo: purple
6
  sdk: static
7
  pinned: true
8
  ---
 
9
 
10
+ <div align="center">
 
 
11
 
12
+ <style>
13
 
14
+ body {
15
+ background:
16
+ radial-gradient(circle at top left, #ff00cc22, transparent 30%),
17
+ radial-gradient(circle at bottom right, #00ffee22, transparent 30%),
18
+ linear-gradient(135deg, #09090f, #111827);
19
+ overflow-x: hidden;
20
+ }
21
 
22
+ /* Floating shapes */
23
+
24
+ .shape {
25
+ position: fixed;
26
+ z-index: -1;
27
+ border-radius: 30px;
28
+ opacity: 0.5;
29
+ animation: float 12s infinite ease-in-out;
30
+ filter: blur(2px);
31
+ }
32
+
33
+ .circle {
34
+ border-radius: 999px;
35
+ }
36
+
37
+ .s1 {
38
+ width: 180px;
39
+ height: 180px;
40
+ background: #ff00aa;
41
+ top: 5%;
42
+ left: 3%;
43
+ }
44
+
45
+ .s2 {
46
+ width: 120px;
47
+ height: 120px;
48
+ background: #00ffee;
49
+ top: 70%;
50
+ left: 10%;
51
+ animation-duration: 18s;
52
+ }
53
+
54
+ .s3 {
55
+ width: 240px;
56
+ height: 240px;
57
+ background: #8844ff;
58
+ top: 20%;
59
+ right: 5%;
60
+ }
61
+
62
+ .s4 {
63
+ width: 140px;
64
+ height: 140px;
65
+ background: #ffee00;
66
+ bottom: 10%;
67
+ right: 8%;
68
+ }
69
+
70
+ .s5 {
71
+ width: 90px;
72
+ height: 90px;
73
+ background: #ff5500;
74
+ top: 45%;
75
+ left: 45%;
76
+ }
77
+
78
+ .s6 {
79
+ width: 300px;
80
+ height: 60px;
81
+ background: linear-gradient(90deg,#00ffee,#ff00cc);
82
+ transform: rotate(45deg);
83
+ top: 10%;
84
+ left: 35%;
85
+ opacity: 0.25;
86
+ }
87
+
88
+ .s7 {
89
+ width: 220px;
90
+ height: 220px;
91
+ background: #00ff88;
92
+ top: 60%;
93
+ right: 20%;
94
+ opacity: 0.18;
95
+ }
96
+
97
+ .s8 {
98
+ width: 70px;
99
+ height: 70px;
100
+ background: white;
101
+ top: 30%;
102
+ left: 70%;
103
+ }
104
+
105
+ @keyframes float {
106
+ 0% {
107
+ transform: translateY(0px) rotate(0deg);
108
+ }
109
+ 50% {
110
+ transform: translateY(-25px) rotate(8deg);
111
+ }
112
+ 100% {
113
+ transform: translateY(0px) rotate(0deg);
114
+ }
115
+ }
116
+
117
+ /* Glass panels */
118
+
119
+ .glass {
120
+ background: rgba(255,255,255,0.07);
121
+ border: 1px solid rgba(255,255,255,0.12);
122
+ backdrop-filter: blur(12px);
123
+ border-radius: 24px;
124
+ padding: 24px;
125
+ margin: 20px auto;
126
+ width: min(850px, 92%);
127
+ box-shadow: 0 0 40px rgba(0,0,0,0.35);
128
+ }
129
+
130
+ /* Titles */
131
+
132
+ .title {
133
+ font-size: 72px;
134
+ font-weight: 900;
135
+ background: linear-gradient(90deg,#ffffff,#ffcc00,#ff00aa,#00ffee);
136
+ -webkit-background-clip: text;
137
+ -webkit-text-fill-color: transparent;
138
+ margin-top: 50px;
139
+ }
140
+
141
+ .subtitle {
142
+ font-size: 20px;
143
+ color: #dddddd;
144
+ }
145
+
146
+ /* Associate cards */
147
+
148
+ .grid {
149
+ display: grid;
150
+ grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
151
+ gap: 16px;
152
+ }
153
+
154
+ .card {
155
+ background: rgba(255,255,255,0.05);
156
+ border-radius: 20px;
157
+ padding: 20px;
158
+ transition: 0.25s;
159
+ border: 1px solid rgba(255,255,255,0.1);
160
+ }
161
+
162
+ .card:hover {
163
+ transform: scale(1.05);
164
+ background: rgba(255,255,255,0.1);
165
+ }
166
+
167
+ /* Tiny glowing dots */
168
+
169
+ .dot {
170
+ position: fixed;
171
+ width: 8px;
172
+ height: 8px;
173
+ background: white;
174
+ border-radius: 999px;
175
+ opacity: 0.4;
176
+ z-index: -1;
177
+ }
178
+
179
+ </style>
180
+
181
+ <!-- BIG BACKGROUND SHAPES -->
182
+
183
+ <div class="shape circle s1"></div>
184
+ <div class="shape circle s2"></div>
185
+ <div class="shape s3"></div>
186
+ <div class="shape circle s4"></div>
187
+ <div class="shape s5"></div>
188
+ <div class="shape s6"></div>
189
+ <div class="shape circle s7"></div>
190
+ <div class="shape circle s8"></div>
191
+
192
+ <!-- RANDOM DOTS -->
193
+
194
+ <div class="dot" style="top:10%;left:20%"></div>
195
+ <div class="dot" style="top:15%;left:70%"></div>
196
+ <div class="dot" style="top:80%;left:40%"></div>
197
+ <div class="dot" style="top:50%;left:85%"></div>
198
+ <div class="dot" style="top:65%;left:60%"></div>
199
+ <div class="dot" style="top:35%;left:10%"></div>
200
+ <div class="dot" style="top:75%;left:90%"></div>
201
+ <div class="dot" style="top:20%;left:45%"></div>
202
+
203
+ <!-- HERO -->
204
+
205
+ <h1 class="title">CompactAI</h1>
206
+
207
+ <p class="subtitle">
208
+ We teach tiny neural networks to think.<br>
209
+ Sometimes they surprise us.<br>
210
+ Sometimes they just output zeros.
211
+ </p>
212
+
213
+ </div>
214
+
215
+ ---
216
+
217
+ <div class="glass">
218
+
219
+ # πŸš€ Join our Discord
220
+
221
+ ### https://discord.gg/y2jTct6Cxv
222
+
223
+ </div>
224
+
225
+ ---
226
+
227
+ <div class="glass">
228
+
229
+ # 🀝 Associates
230
+
231
+ <div class="grid">
232
+
233
+ <div class="card">
234
+
235
+ ### TeichAI
236
+
237
+ https://huggingface.co/TeichAI
238
+
239
+ </div>
240
+
241
+ <div class="card">
242
+
243
+ ### Armand0e
244
+
245
+ https://huggingface.co/armand0e
246
+
247
+ </div>
248
+
249
+ <div class="card">
250
+
251
+ ### Crownelius
252
+
253
+ https://huggingface.co/Crownelius
254
+
255
+ </div>
256
+
257
+ <div class="card">
258
+
259
+ ### Enderchef
260
+
261
+ https://huggingface.co/Enderchef
262
+
263
+ </div>
264
+
265
+ <div class="card">
266
+
267
+ ### wop
268
+
269
+ https://huggingface.co/wop
270
+
271
+ </div>
272
+
273
+ </div>
274
+
275
+ </div>
276
+
277
+ ---
278
+
279
+ <div class="glass">
280
+
281
+ # ❀️ Support CompactAI
282
+
283
+ <a href='https://ko-fi.com/F1F31YAC4I' target='_blank'>
284
+ <img height='52'
285
+ src='https://storage.ko-fi.com/cdn/kofi6.png?v=6'
286
+ border='0'
287
+ alt='Support CompactAI'/>
288
+ </a>
289
+
290
+ </div>