-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech.html
More file actions
101 lines (100 loc) · 3.07 KB
/
tech.html
File metadata and controls
101 lines (100 loc) · 3.07 KB
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
---
layout: default
title: Technology Stack - Cassandra Docs
description: Explore the cutting-edge AI and technologies powering Cassandra.
---
<section class="py-20 bg-blanc">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 fade-in">
<h1
class="text-4xl md:text-5xl font-bold text-center mb-12 text-anthracite"
>
Powered by Cutting-Edge AI
</h1>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div>
<h3 class="text-2xl font-semibold mb-4 text-anthracite">
AI & Machine Learning:
</h3>
<ul class="space-y-2 text-anthracite">
<li>
<i class="fab fa-google text-bleu-arctique mr-2"></i>Gemini API
(LLM)
</li>
<li>
<i class="fas fa-cloud text-bleu-arctique mr-2"></i>Vertex AI (RAG)
</li>
<li>
<i class="fas fa-brain text-bleu-arctique mr-2"></i>MONAI (Medical
imaging)
</li>
<li>
<i class="fas fa-cogs text-bleu-arctique mr-2"></i>PyTorch (Deep
learning)
</li>
</ul>
</div>
<div>
<h3 class="text-2xl font-semibold mb-4 text-anthracite">
Cloud Infrastructure:
</h3>
<ul class="space-y-2 text-anthracite">
<li>
<i class="fab fa-google text-bleu-arctique mr-2"></i>Google Cloud
Storage
</li>
<li>
<i class="fas fa-server text-bleu-arctique mr-2"></i>Google Compute
Engine
</li>
</ul>
</div>
<div>
<h3 class="text-2xl font-semibold mb-4 text-anthracite">
Visualization:
</h3>
<ul class="space-y-2 text-anthracite">
<li>
<i class="fas fa-vr-cardboard text-bleu-arctique mr-2"></i>Unity
Engine
</li>
<li>
<i class="fas fa-glasses text-bleu-arctique mr-2"></i>Meta Quest /
HoloLens
</li>
</ul>
</div>
<div>
<h3 class="text-2xl font-semibold mb-4 text-anthracite">Backend:</h3>
<ul class="space-y-2 text-anthracite">
<li><i class="fab fa-python text-bleu-arctique mr-2"></i>Python</li>
<li>
<i class="fas fa-network-wired text-bleu-arctique mr-2"></i
>Microservices Architecture
</li>
<li>
<i class="fas fa-docker text-bleu-arctique mr-2"></i
>Docker/Containerization
</li>
</ul>
</div>
<div>
<h3 class="text-2xl font-semibold mb-4 text-anthracite">
Medical Imaging:
</h3>
<ul class="space-y-2 text-anthracite">
<li>
<i class="fas fa-file-medical text-bleu-arctique mr-2"></i>NIfTI
format
</li>
<li>
<i class="fas fa-x-ray text-bleu-arctique mr-2"></i>DICOM support
</li>
<li>
<i class="fas fa-chart-line text-bleu-arctique mr-2"></i>Radiomic
analysis
</li>
</ul>
</div>
</div>
</div>
</section>