-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
111 lines (103 loc) · 4.69 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
<html>
<head>
<title>Technologies Mésozoïques</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2>Technologies Mésozoïques</h2>
<p>Specializing in synthetic dataset generation and management for the AI industry. Our unique datasets are the key to improving the efficiency, accuracy, and compliance of any model.</p>
</header>
<p><i>"If you had as much data as we do, it wouldn't matter what models to use." — unnamed Google engineer</i></p>
</div>
<a href="#zero" class="goto-next scrolly">Next</a>
</section>
<!-- Zero - Introduction -->
<section id="zero" class="specialSpotlightTop">
<div class="content">
<div class="container">
<div class="row">
<div class="col-12 col-12-medium">
<p>At <b>Technologies Mésozoïques</b>, we're not just following trends; we're setting them. Our focus on synthetic datasets is what sets us apart in the bustling AI landscape. We address the core problems of AI development: data privacy, licensing freedom, and limitless scalability. All at a fraction of the natural data cost.</p>
</div>
</div>
</div>
</div>
</section>
<!-- One - Why Synthetic? -->
<section id="one" class="spotlight style1 left">
<span class="image fit main"><img src="images/pic01.png" alt=""/></span>
<div class="content">
<header>
<h2>Why Synthetic?</h2>
</header>
<ul>
<li>🇪🇺 No PII risks. Goodbye, GDPR.</li>
<li>🧑⚖️ No licensing issues. Data owners won't sue you when your model makes you rich.</li>
<li>⛰️ Sky is the limit. Pick the size of your dataset according to your needs.</li>
<li>🥐 Always fresh. Account for longitudinal changes.</li>
</ul>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- Two - Use Cases -->
<section id="two" class="spotlight style2 right">
<span class="image fit main"><img src="images/pic02.png" alt="" /></span>
<div class="content">
<header>
<h2>Use Cases</h2>
</header>
<ul>
<li><b>Training custom models</b> – With synthetic data, you have the freedom to create diverse, specialized datasets for specific industries, rare scenarios, and cutting-edge applications.</li>
<li><b>Fine-tuning existing models</b> – Synthetic data allows you to simulate and refine your model's performance in various scenarios, whether it is to enhance accuracy, address biases, or adapting to changing conditions.</li>
</ul>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</section>
<!-- Three - Business Model -->
<section id="three" class="spotlight style3 left">
<span class="image fit main bottom"><img src="images/pic03.png" alt="" /></span>
<div class="content">
<header>
<h2>Our Business Model</h2>
</header>
<p>Licensing synthetic datasets to AI companies, empowering innovation with data that's tailored, safe, and compliant.</p><br>
<b>Need data? Let's talk! 🤗</b>
</div>
<a href="#four" class="goto-next scrolly">Next</a>
</section>
<!-- Four - Call to Action -->
<section id="four" class="wrapper style1 special fade">
<div class="container">
<header>
<h2>Partner with Us</h2>
<p>Explore how our synthetic datasets can revolutionize your AI projects. Contact us today!</p>
</header>
<center><form method="POST" action="https://formspree.io/f/xoqgqajl" class="container 50%">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="6u 12u$(xsmall)"><input type="email" name="email" id="email" placeholder="Email Address" /></div>
<div class="12u"><input type="text" name="message" id="message" placeholder="Your Message" /></div>
<div class="12u$"><input type="submit" value="Send Message" class="fit special" /></div>
</div>
</form></center>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>