By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 index.html

View raw Download
text/html • 39.37 kiB
HTML document, Unicode text, UTF-8 text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
<title>Index</title>
6
<link rel="stylesheet" href="/static/style.css">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
</head>
9
<body>
10
<header>
11
<nav>
12
<ul>
13
<li><a href="/">Home</a></li>
14
<li><a href="/projects">Projects</a></li>
15
<li><a href="/index">Index</a></li>
16
<li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li>
17
</ul>
18
<ul>
19
<li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li>
20
</ul>
21
</nav>
22
</header>
23
<main>
24
25
<h1>Index</h1>
26
27
<div id="index-container">
28
29
<details class="topic-expander">
30
<summary><h2>agpl</h2></summary>
31
<div class="topic-posts">
32
33
<article class="content-area">
34
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
35
<div class="home-article-date">2024-04-29</div>
36
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
37
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
38
is still in development and not yet ready for production use. As of version 0.3.0 development
39
stage, it supports:
40
</p></p>
41
</article>
42
43
<article class="content-area">
44
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
45
<div class="home-article-date">2024-04-29</div>
46
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
47
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
48
the position and class of waste in images. It can separate the following classes of waste:
49
</p></p>
50
</article>
51
52
</div>
53
</details>
54
55
<details class="topic-expander">
56
<summary><h2>ai</h2></summary>
57
<div class="topic-posts">
58
59
<article class="content-area">
60
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
61
<div class="home-article-date">2024-04-29</div>
62
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
63
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
64
the position and class of waste in images. It can separate the following classes of waste:
65
</p></p>
66
</article>
67
68
</div>
69
</details>
70
71
<details class="topic-expander">
72
<summary><h2>ampoule</h2></summary>
73
<div class="topic-posts">
74
75
<article class="content-area">
76
<h2><a href="/posts/moved-to-a-roundabout.html" class="article-title">Moved to a roundabout</a></h2>
77
<div class="home-article-date">2024-04-29</div>
78
<p><p>Welcome to my new website! I've moved from GitHub to a git software I've developed,
79
<a href="https://roundabout-host.com/roundabout/roundabout">a roundabout</a>. To go along with
80
this move, I also made a new website, which is powered by a custom static site generator
81
called <a href="https://roundabout-host.com/roundabout/ampoule">Ampoule</a>. This will be the
82
generator I will use to write the documentation for all my projects, including the
83
roundabout itself.
84
</p></p>
85
</article>
86
87
<article class="content-area">
88
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
89
<div class="home-article-date">2024-04-29</div>
90
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
91
It uses Jinja2 for templating. This site was generated using Ampoule.
92
</p></p>
93
</article>
94
95
</div>
96
</details>
97
98
<details class="topic-expander">
99
<summary><h2>announcement</h2></summary>
100
<div class="topic-posts">
101
102
<article class="content-area">
103
<h2><a href="/posts/moved-to-a-roundabout.html" class="article-title">Moved to a roundabout</a></h2>
104
<div class="home-article-date">2024-04-29</div>
105
<p><p>Welcome to my new website! I've moved from GitHub to a git software I've developed,
106
<a href="https://roundabout-host.com/roundabout/roundabout">a roundabout</a>. To go along with
107
this move, I also made a new website, which is powered by a custom static site generator
108
called <a href="https://roundabout-host.com/roundabout/ampoule">Ampoule</a>. This will be the
109
generator I will use to write the documentation for all my projects, including the
110
roundabout itself.
111
</p></p>
112
</article>
113
114
</div>
115
</details>
116
117
<details class="topic-expander">
118
<summary><h2>apache</h2></summary>
119
<div class="topic-posts">
120
121
<article class="content-area">
122
<h2><a href="/posts/wordle.html" class="article-title">Teletype Wordle</a></h2>
123
<div class="home-article-date">2024-04-29</div>
124
<p><p>Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
125
how many letters are correct and in the right position, how many are correct but in the wrong
126
position, and how many are not in the word at all. The only difference is that this one is
127
played in the terminal. It's a great SSH toy for when you're bored.
128
</p></p>
129
</article>
130
131
</div>
132
</details>
133
134
<details class="topic-expander">
135
<summary><h2>cc-by-nc</h2></summary>
136
<div class="topic-posts">
137
138
<article class="content-area">
139
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
140
<div class="home-article-date">2024-04-29</div>
141
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
142
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
143
the position and class of waste in images. It can separate the following classes of waste:
144
</p></p>
145
</article>
146
147
</div>
148
</details>
149
150
<details class="topic-expander">
151
<summary><h2>cc-by-sa</h2></summary>
152
<div class="topic-posts">
153
154
<article class="content-area">
155
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
156
<div class="home-article-date">2024-04-29</div>
157
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
158
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
159
the position and class of waste in images. It can separate the following classes of waste:
160
</p></p>
161
</article>
162
163
</div>
164
</details>
165
166
<details class="topic-expander">
167
<summary><h2>computer vision</h2></summary>
168
<div class="topic-posts">
169
170
<article class="content-area">
171
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
172
<div class="home-article-date">2024-04-29</div>
173
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
174
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
175
the position and class of waste in images. It can separate the following classes of waste:
176
</p></p>
177
</article>
178
179
</div>
180
</details>
181
182
<details class="topic-expander">
183
<summary><h2>contest</h2></summary>
184
<div class="topic-posts">
185
186
<article class="content-area">
187
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
188
<div class="home-article-date">2024-04-29</div>
189
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
190
made for a programming competition (hackathon) organised by the Automation and Computing faculty
191
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
192
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
193
publishing the works.
194
</p></p>
195
</article>
196
197
</div>
198
</details>
199
200
<details class="topic-expander">
201
<summary><h2>creative commons</h2></summary>
202
<div class="topic-posts">
203
204
<article class="content-area">
205
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
206
<div class="home-article-date">2024-04-29</div>
207
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
208
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
209
the position and class of waste in images. It can separate the following classes of waste:
210
</p></p>
211
</article>
212
213
</div>
214
</details>
215
216
<details class="topic-expander">
217
<summary><h2>crowdsourcing</h2></summary>
218
<div class="topic-posts">
219
220
<article class="content-area">
221
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
222
<div class="home-article-date">2024-04-29</div>
223
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
224
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
225
the position and class of waste in images. It can separate the following classes of waste:
226
</p></p>
227
</article>
228
229
</div>
230
</details>
231
232
<details class="topic-expander">
233
<summary><h2>data</h2></summary>
234
<div class="topic-posts">
235
236
<article class="content-area">
237
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
238
<div class="home-article-date">2024-04-29</div>
239
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
240
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
241
the position and class of waste in images. It can separate the following classes of waste:
242
</p></p>
243
</article>
244
245
</div>
246
</details>
247
248
<details class="topic-expander">
249
<summary><h2>docs</h2></summary>
250
<div class="topic-posts">
251
252
<article class="content-area">
253
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
254
<div class="home-article-date">2024-04-29</div>
255
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
256
It uses Jinja2 for templating. This site was generated using Ampoule.
257
</p></p>
258
</article>
259
260
</div>
261
</details>
262
263
<details class="topic-expander">
264
<summary><h2>echo</h2></summary>
265
<div class="topic-posts">
266
267
<article class="content-area">
268
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
269
<div class="home-article-date">2024-04-29</div>
270
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
271
made for a programming competition (hackathon) organised by the Automation and Computing faculty
272
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
273
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
274
publishing the works.
275
</p></p>
276
</article>
277
278
</div>
279
</details>
280
281
<details class="topic-expander">
282
<summary><h2>environment</h2></summary>
283
<div class="topic-posts">
284
285
<article class="content-area">
286
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
287
<div class="home-article-date">2024-04-29</div>
288
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
289
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
290
the position and class of waste in images. It can separate the following classes of waste:
291
</p></p>
292
</article>
293
294
</div>
295
</details>
296
297
<details class="topic-expander">
298
<summary><h2>fair licence</h2></summary>
299
<div class="topic-posts">
300
301
<article class="content-area">
302
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
303
<div class="home-article-date">2024-04-29</div>
304
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
305
made for a programming competition (hackathon) organised by the Automation and Computing faculty
306
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
307
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
308
publishing the works.
309
</p></p>
310
</article>
311
312
</div>
313
</details>
314
315
<details class="topic-expander">
316
<summary><h2>flask</h2></summary>
317
<div class="topic-posts">
318
319
<article class="content-area">
320
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
321
<div class="home-article-date">2024-04-29</div>
322
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
323
made for a programming competition (hackathon) organised by the Automation and Computing faculty
324
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
325
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
326
publishing the works.
327
</p></p>
328
</article>
329
330
<article class="content-area">
331
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
332
<div class="home-article-date">2024-04-29</div>
333
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
334
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
335
is still in development and not yet ready for production use. As of version 0.3.0 development
336
stage, it supports:
337
</p></p>
338
</article>
339
340
</div>
341
</details>
342
343
<details class="topic-expander">
344
<summary><h2>fun</h2></summary>
345
<div class="topic-posts">
346
347
<article class="content-area">
348
<h2><a href="/posts/wordle.html" class="article-title">Teletype Wordle</a></h2>
349
<div class="home-article-date">2024-04-29</div>
350
<p><p>Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
351
how many letters are correct and in the right position, how many are correct but in the wrong
352
position, and how many are not in the word at all. The only difference is that this one is
353
played in the terminal. It's a great SSH toy for when you're bored.
354
</p></p>
355
</article>
356
357
</div>
358
</details>
359
360
<details class="topic-expander">
361
<summary><h2>game</h2></summary>
362
<div class="topic-posts">
363
364
<article class="content-area">
365
<h2><a href="/posts/wordle.html" class="article-title">Teletype Wordle</a></h2>
366
<div class="home-article-date">2024-04-29</div>
367
<p><p>Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
368
how many letters are correct and in the right position, how many are correct but in the wrong
369
position, and how many are not in the word at all. The only difference is that this one is
370
played in the terminal. It's a great SSH toy for when you're bored.
371
</p></p>
372
</article>
373
374
</div>
375
</details>
376
377
<details class="topic-expander">
378
<summary><h2>git</h2></summary>
379
<div class="topic-posts">
380
381
<article class="content-area">
382
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
383
<div class="home-article-date">2024-04-29</div>
384
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
385
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
386
is still in development and not yet ready for production use. As of version 0.3.0 development
387
stage, it supports:
388
</p></p>
389
</article>
390
391
</div>
392
</details>
393
394
<details class="topic-expander">
395
<summary><h2>gpl</h2></summary>
396
<div class="topic-posts">
397
398
<article class="content-area">
399
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
400
<div class="home-article-date">2024-04-29</div>
401
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
402
It uses Jinja2 for templating. This site was generated using Ampoule.
403
</p></p>
404
</article>
405
406
</div>
407
</details>
408
409
<details class="topic-expander">
410
<summary><h2>jinja2</h2></summary>
411
<div class="topic-posts">
412
413
<article class="content-area">
414
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
415
<div class="home-article-date">2024-04-29</div>
416
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
417
It uses Jinja2 for templating. This site was generated using Ampoule.
418
</p></p>
419
</article>
420
421
</div>
422
</details>
423
424
<details class="topic-expander">
425
<summary><h2>keras</h2></summary>
426
<div class="topic-posts">
427
428
<article class="content-area">
429
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
430
<div class="home-article-date">2024-04-29</div>
431
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
432
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
433
the position and class of waste in images. It can separate the following classes of waste:
434
</p></p>
435
</article>
436
437
</div>
438
</details>
439
440
<details class="topic-expander">
441
<summary><h2>machine learning</h2></summary>
442
<div class="topic-posts">
443
444
<article class="content-area">
445
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
446
<div class="home-article-date">2024-04-29</div>
447
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
448
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
449
the position and class of waste in images. It can separate the following classes of waste:
450
</p></p>
451
</article>
452
453
</div>
454
</details>
455
456
<details class="topic-expander">
457
<summary><h2>python</h2></summary>
458
<div class="topic-posts">
459
460
<article class="content-area">
461
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
462
<div class="home-article-date">2024-04-29</div>
463
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
464
It uses Jinja2 for templating. This site was generated using Ampoule.
465
</p></p>
466
</article>
467
468
<article class="content-area">
469
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
470
<div class="home-article-date">2024-04-29</div>
471
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
472
made for a programming competition (hackathon) organised by the Automation and Computing faculty
473
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
474
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
475
publishing the works.
476
</p></p>
477
</article>
478
479
<article class="content-area">
480
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
481
<div class="home-article-date">2024-04-29</div>
482
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
483
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
484
is still in development and not yet ready for production use. As of version 0.3.0 development
485
stage, it supports:
486
</p></p>
487
</article>
488
489
<article class="content-area">
490
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
491
<div class="home-article-date">2024-04-29</div>
492
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
493
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
494
the position and class of waste in images. It can separate the following classes of waste:
495
</p></p>
496
</article>
497
498
<article class="content-area">
499
<h2><a href="/posts/wordle.html" class="article-title">Teletype Wordle</a></h2>
500
<div class="home-article-date">2024-04-29</div>
501
<p><p>Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
502
how many letters are correct and in the right position, how many are correct but in the wrong
503
position, and how many are not in the word at all. The only difference is that this one is
504
played in the terminal. It's a great SSH toy for when you're bored.
505
</p></p>
506
</article>
507
508
</div>
509
</details>
510
511
<details class="topic-expander">
512
<summary><h2>roundabout</h2></summary>
513
<div class="topic-posts">
514
515
<article class="content-area">
516
<h2><a href="/posts/moved-to-a-roundabout.html" class="article-title">Moved to a roundabout</a></h2>
517
<div class="home-article-date">2024-04-29</div>
518
<p><p>Welcome to my new website! I've moved from GitHub to a git software I've developed,
519
<a href="https://roundabout-host.com/roundabout/roundabout">a roundabout</a>. To go along with
520
this move, I also made a new website, which is powered by a custom static site generator
521
called <a href="https://roundabout-host.com/roundabout/ampoule">Ampoule</a>. This will be the
522
generator I will use to write the documentation for all my projects, including the
523
roundabout itself.
524
</p></p>
525
</article>
526
527
<article class="content-area">
528
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
529
<div class="home-article-date">2024-04-29</div>
530
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
531
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
532
is still in development and not yet ready for production use. As of version 0.3.0 development
533
stage, it supports:
534
</p></p>
535
</article>
536
537
</div>
538
</details>
539
540
<details class="topic-expander">
541
<summary><h2>roundabout-host</h2></summary>
542
<div class="topic-posts">
543
544
<article class="content-area">
545
<h2><a href="/posts/moved-to-a-roundabout.html" class="article-title">Moved to a roundabout</a></h2>
546
<div class="home-article-date">2024-04-29</div>
547
<p><p>Welcome to my new website! I've moved from GitHub to a git software I've developed,
548
<a href="https://roundabout-host.com/roundabout/roundabout">a roundabout</a>. To go along with
549
this move, I also made a new website, which is powered by a custom static site generator
550
called <a href="https://roundabout-host.com/roundabout/ampoule">Ampoule</a>. This will be the
551
generator I will use to write the documentation for all my projects, including the
552
roundabout itself.
553
</p></p>
554
</article>
555
556
<article class="content-area">
557
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
558
<div class="home-article-date">2024-04-29</div>
559
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
560
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
561
is still in development and not yet ready for production use. As of version 0.3.0 development
562
stage, it supports:
563
</p></p>
564
</article>
565
566
</div>
567
</details>
568
569
<details class="topic-expander">
570
<summary><h2>school project</h2></summary>
571
<div class="topic-posts">
572
573
<article class="content-area">
574
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
575
<div class="home-article-date">2024-04-29</div>
576
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
577
made for a programming competition (hackathon) organised by the Automation and Computing faculty
578
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
579
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
580
publishing the works.
581
</p></p>
582
</article>
583
584
</div>
585
</details>
586
587
<details class="topic-expander">
588
<summary><h2>software</h2></summary>
589
<div class="topic-posts">
590
591
<article class="content-area">
592
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
593
<div class="home-article-date">2024-04-29</div>
594
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
595
It uses Jinja2 for templating. This site was generated using Ampoule.
596
</p></p>
597
</article>
598
599
<article class="content-area">
600
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
601
<div class="home-article-date">2024-04-29</div>
602
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
603
made for a programming competition (hackathon) organised by the Automation and Computing faculty
604
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
605
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
606
publishing the works.
607
</p></p>
608
</article>
609
610
<article class="content-area">
611
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
612
<div class="home-article-date">2024-04-29</div>
613
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
614
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
615
is still in development and not yet ready for production use. As of version 0.3.0 development
616
stage, it supports:
617
</p></p>
618
</article>
619
620
</div>
621
</details>
622
623
<details class="topic-expander">
624
<summary><h2>teletype wordle</h2></summary>
625
<div class="topic-posts">
626
627
<article class="content-area">
628
<h2><a href="/posts/wordle.html" class="article-title">Teletype Wordle</a></h2>
629
<div class="home-article-date">2024-04-29</div>
630
<p><p>Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
631
how many letters are correct and in the right position, how many are correct but in the wrong
632
position, and how many are not in the word at all. The only difference is that this one is
633
played in the terminal. It's a great SSH toy for when you're bored.
634
</p></p>
635
</article>
636
637
</div>
638
</details>
639
640
<details class="topic-expander">
641
<summary><h2>terminal</h2></summary>
642
<div class="topic-posts">
643
644
<article class="content-area">
645
<h2><a href="/posts/wordle.html" class="article-title">Teletype Wordle</a></h2>
646
<div class="home-article-date">2024-04-29</div>
647
<p><p>Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
648
how many letters are correct and in the right position, how many are correct but in the wrong
649
position, and how many are not in the word at all. The only difference is that this one is
650
played in the terminal. It's a great SSH toy for when you're bored.
651
</p></p>
652
</article>
653
654
</div>
655
</details>
656
657
<details class="topic-expander">
658
<summary><h2>waste</h2></summary>
659
<div class="topic-posts">
660
661
<article class="content-area">
662
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
663
<div class="home-article-date">2024-04-29</div>
664
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
665
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
666
the position and class of waste in images. It can separate the following classes of waste:
667
</p></p>
668
</article>
669
670
</div>
671
</details>
672
673
<details class="topic-expander">
674
<summary><h2>waste detection</h2></summary>
675
<div class="topic-posts">
676
677
<article class="content-area">
678
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
679
<div class="home-article-date">2024-04-29</div>
680
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
681
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
682
the position and class of waste in images. It can separate the following classes of waste:
683
</p></p>
684
</article>
685
686
</div>
687
</details>
688
689
<details class="topic-expander">
690
<summary><h2>web</h2></summary>
691
<div class="topic-posts">
692
693
<article class="content-area">
694
<h2><a href="/posts/ampoule.html" class="article-title">Ampoule</a></h2>
695
<div class="home-article-date">2024-04-29</div>
696
<p><p>Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
697
It uses Jinja2 for templating. This site was generated using Ampoule.
698
</p></p>
699
</article>
700
701
<article class="content-area">
702
<h2><a href="/posts/echo.html" class="article-title">Echo</a></h2>
703
<div class="home-article-date">2024-04-29</div>
704
<p><p>Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
705
made for a programming competition (hackathon) organised by the Automation and Computing faculty
706
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
707
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
708
publishing the works.
709
</p></p>
710
</article>
711
712
<article class="content-area">
713
<h2><a href="/posts/roundabout.html" class="article-title">The roundabout</a></h2>
714
<div class="home-article-date">2024-04-29</div>
715
<p><p>The roundabout is a <strong class="emphasis-2">git repository hosting</strong> server software. It is designed to be a complete
716
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
717
is still in development and not yet ready for production use. As of version 0.3.0 development
718
stage, it supports:
719
</p></p>
720
</article>
721
722
</div>
723
</details>
724
725
<details class="topic-expander">
726
<summary><h2>yolo</h2></summary>
727
<div class="topic-posts">
728
729
<article class="content-area">
730
<h2><a href="/posts/waste.html" class="article-title">Waste detection</a></h2>
731
<div class="home-article-date">2024-04-29</div>
732
<p><p>An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
733
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
734
the position and class of waste in images. It can separate the following classes of waste:
735
</p></p>
736
</article>
737
738
</div>
739
</details>
740
741
</div>
742
743
</main>
744
<footer>
745
<p>Page generated on Monday, 29 April 2024 at 17:09:20</p>
746
<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p>
747
</footer>
748
</body>
749
</html>