-
Notifications
You must be signed in to change notification settings - Fork 2
/
products.html
125 lines (122 loc) · 8.58 KB
/
products.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
<!DOCTYPE html>
<html lang="en" style="height: 100%;">
<head>
<title>Ultraviolet</title>
<link rel="shortcut icon" type="images/favicon1" href="images/favicon.svg"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="image" property="og:image" content="../images/UltraViolet_logo-03.png">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap" rel="stylesheet">
<script src="bootstrap/js/bootstrap.min.js"></script>
</head>
<body style="display: flex; flex-direction: column; min-height: 100%;">
<header>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: rgb(0, 0, 0);">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img src="images/UltraViolet_logo-14.png" alt="Logo" style="width: 250px;"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main_nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="services">SERVICES</a></li>
<li class="nav-item active"><a class="nav-link" style="color: rgb(238, 130, 238);" href="products">PRODUCTS</a></li>
<li class="nav-item"><a class="nav-link" href="about">ABOUT</a></li>
<li class="nav-item"><a class="nav-link" href="careers">CAREERS</a></li>
<li class="nav-item"><a class="nav-link" href="contact">CONTACT</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/ultravioletrs" target="_blank">GITHUB</a></li>
</ul>
</div> <!-- navbar-collapse.// -->
</div> <!-- container-fluid.// -->
</nav>
</header>
<main role="main">
<div class="container-fluid">
<div class="row headerrow">
<h1 class="display-1">Products</h1>
<h1 class="display-6">
Ultraviolet Consult is a cloud computing company oriented towards secure and confidential computing
technologies in the domain of telecom, cloud, and IoT systems.
</h1>
</div>
<div class="row blackrow">
<div class="col-md-6 order-md-1">
<h2>Mainflux Pro - Secure IoT Platform</h2>
<p class="lead">Mainflux Pro is a carrier-grade multi-protocol unified IoT platform. It is an enterprise version of the famous open-source IoT platform <a href="https://github.com/mainflux/mainflux" target="_blank" style="color: rgb(238, 130, 238);">Mainflux</a>, covered with SLA and professional support by the Ultraviolet Consult. It is cloud-based and can be deployed as a white-label in private, public, or hybrid clouds. Mainflux Pro is based on microservice architecture and each component is individually clusterable and scalable. It is fault-tolerant and highly-available, robust, and can be scaled to manage millions of devices simultaneously.<br>
<br>Mainflux Pro is deployed as a managed service, a turn-key solution. Integration APIs are provided and it is easy to extend with new protocols, connectors, enterprise message busses and databases. In that sense, Mainflux Pro is ideal for CSP, network and service operators, and the enterprise.</p>
</div>
<div class="col-md-6 order-md-2" style="padding-left: 10%;">
<img class="img-fluid mx-auto" src="images/mainflux_logo.png">
</div>
</div>
<div class="row whiterow">
<div class="col-md-6 order-md-1">
<h2>CoCoS.ai - Privacy-Preserving AI/ML orchestration</h2>
<p class="lead"><a href="https://cocos.ai/" target="_blank" style="color: rgb(238, 130, 238);">CoCoS.ai</a> is a SaaS cloud system dedicated to privacy-preserving AI/ML, i.e.
execution of model training and algorithm inference on confidential data sets. Privacy-preserving
is considered as a “holy grail” of AI. It opens many possibilities, among which a collaborative
trustworthy AI. <a href="https://cocos.ai/" target="_blank" style="color: rgb(238, 130, 238);">CoCoS.ai</a> is a distributed, microservice-based solution in the cloud that
enables confidential and privacy-preserving AI/ML while enabling the following features:</p>
<ul class="lead" style="padding-left: 5%;">
<li>Data Scientist pipelines with UI</li>
<li>User and Key Management</li>
<li>Distributed computation orchestration over
TEE-enabled machines</li>
<li>Programmable TEE environments (novel protocols)</li>
<li>Brokering while adhering to most recent IETF Open
Trust Protocol standards</li>
<li>Providing API for programmable manipulation
with the platform</li>
</ul>
<p class="lead">The final product enables Data Scientists to train AI/ML models on confidential data
that is never revealed and can be used for Secure Multi-Party Computation (SMC).</p>
</div>
<div class="col-md-6 order-md-2" style="padding-left: 10%;">
<img class="img-fluid mx-auto" src="images/Cocos_logo-01.png">
</div>
</div>
</div>
</main>
<!-- FOOTER -->
<footer class="footer contrainer;">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<h3 >Contact</h3>
<ul class="navbar-nav">
<li class="nav-item "><a class="nav-link" href="#">Belgrade, Serbia</a></li>
<li class="nav-item "><a class="nav-link" href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h3 >Services</h3>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index#til">Confidential Computing</a></li>
<li class="nav-item"><a class="nav-link" href="index#cc">Telecom IoT</a></li>
<li class="nav-item"><a class="nav-link" href="index#sam">Secure AI/ML</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h3>Resources</h3>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="#">News</a></li>
<li class="nav-item"><a class="nav-link" href="#">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/ultravioletrs" target="_blank">Github</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h3>Company</h3>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="about">About</a></li>
<li class="nav-item"><a class="nav-link" href="careers">Careers</a></li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>