-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
347 lines (304 loc) · 15 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI Assistant</title>
<meta name="description" content="AI Assistant">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="/assets/main.css"> -->
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="/">
<link rel="alternate" type="application/rss+xml" title="AI Assistant" href="/feed.xml">
<!-- Custom Fonts -->
<link rel="stylesheet" href="/fonts/font-awesome/css/regular.min.css">
<link rel="stylesheet" href="/fonts/font-awesome/css/all.min.css">
<link rel="stylesheet" href="/fonts/stylesheet.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GJSQML11BT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GJSQML11BT');
</script>
</head>
<body>
<!-- ===========================
NAVBAR START
=========================== -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/img/logo.svg" class="logo d-inline-block align-top" alt="">
<img src="/img/logo-colored.svg" class="logo d-inline-block align-top logo-colored" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<svg width="30" height="19" viewBox="0 0 30 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H30V3H0V0ZM0 8H30V11H0V8ZM20 16H0V19H20V16Z" fill="#710FD8"/>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<div class="nav-close text-right mb-5" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="true" aria-label="Toggle navigation"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1848 9.57786L2.6389 0.0319214L0.517578 2.15324L10.0635 11.6992L0.517578 21.2451L2.6389 23.3664L12.1848 13.8205L21.7308 23.3664L23.8521 21.2451L14.3062 11.6992L23.8521 2.15324L21.7308 0.0319214L12.1848 9.57786Z"/>
</svg>
</div>
<ul class="navbar-nav ml-xl-auto">
<li class="nav-item">
<a class="nav-link" href="#about">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Result</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#how-it-works">How it works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#benefits">Advantages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#why">Why are we?</a>
</li>
</ul>
</div><!--.nav-collapse -->
</div>
</nav><!--navbar end-->
<section id="company">
<div class="leaf"></div>
<div class="leaf d-none"></div>
<div class="container">
<h1>AI Assistant for Business Analyst</h1>
<p>
making it easier and faster for business analysts and other specialists like UI/UX designers to analyze text,
<br>and to generate mockup forms, SQL script and UML diagrams in a minute.
</p>
<div class="row">
<div class="col-lg-6 buttons-list">
<a class="btn btn-primary" href="" data-toggle="modal" data-target="#send-modal">Purchase</a>
<a class="btn btn-primary" href="https://ai.flexberry.net/demo" target="_blank">Demo</a>
</div>
</div>
</div>
</section>
<section id="about" class="mt-5">
<div class="container">
<h1>AI Assistant</h1>
<p>
An AI Assistant that allows, through artificial intelligence automate some part of analysts and UI/UX designers day-to day work relating to text.
</p>
<h2>Features of the AI Assistant</h2>
<div class="row checked-list">
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12">
Extracting information from natural language to build an information system
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12">
Structuring information by category and building project metadata in accordance with industry best practice
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12">
Generating prototypes of visual project diagrams, database and business process diagrams
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12">
Analysing of statement and requirements for completeness
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12">
Assistance in the preparation of project documentation by automating the formation of standard texts
</div>
<div class="col-xl-4 col-lg-6 col-md-6 col-sm-6 col-12">
Quick and easy way to create an MVP for a proposed solution
</div>
</div>
</div>
</section>
<section>
<div class="container">
<p>
As the name suggests, the AI Assistant is for assisting and not completely replacing human task. Reducing the time needed to execute some tasks.
Currently, the AI is able to analyze several texts and generate mockup forms, SQL scripts and UML diagrams. We are still developing the product to understand and analyze more texts.
</p>
<div class="row">
<div class="col-lg-12 text-center buttons-list">
<a class="btn btn-primary" href="" data-toggle="modal" data-target="#send-modal">Purchase</a>
<a class="btn btn-primary" href="https://ai.flexberry.net/demo" target="_blank">Demo</a>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<h1>Result</h1>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-12">
<img src="/img/interface.svg"/>
<span>Mockup forms (both list and edit forms)</span>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-12">
<img src="/img/flow.svg"/>
<span>Class diagram</span>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-12">
<img src="/img/database.svg"/>
<span>Database </span>
</div>
</div>
</div>
</section>
<section id="how-it-works">
<div class="container">
<h1>How it works</h1>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-12">
<img class="img-fluid" src="/img/howitwork1.png"/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12">
<p>The AI Assistant is presented on <a href="https://ai.flexberry.net/demo" target="_blank">demo-page</a>.</p>
<p>The text should be inserted at corresponding field.</p>
<p>Then it is send for processing to AI-algorithm. And the result is presented to the user.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork3.png"/>
</span>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-1">
<p>The result sometimes is displayed immediately. Then there will be a list of generated mockups: list form and edit form for each recognized class.</p>
</div>
<div class="col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork4.png"/>
</div>
<div class="col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork5.png"/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork2.png"/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-2">
<p>The result sometimes is sent to the specified e-mail later.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork6.png"/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork7.png"/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-3">
<img class="img-fluid" src="/img/howitwork8.png"/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12 order-md-2">
<img class="img-fluid" src="/img/howitwork9.png"/>
</div>
</div>
</div>
</section>
<section id="benefits">
<div class="container">
<h1>Advantages</h1>
<div class="row checked-list">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
Flexible and easy to master the instrument
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
Ability for the AI Assistant to adapt to specific tasks of your company
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
Using different scenarios – analysis, design formulation of statements, etc.
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
Designing according to industry best practice and requirements
</div>
</div>
</section>
<section id="why" class="mb-5">
<div class="container">
<h1>Wнy are we?</h1>
<div class="row">
<div class="worth-item col-md-4 col-sm-6 col-6">
<img class="img-fluid" src="/img/ai.svg"/>
<span>Working in collaboration with scientists and AI experts</span>
</div>
<div class="worth-item col-md-4 col-sm-6 col-6">
<img class="img-fluid" src="/img/business.svg"/>
<span>Deeper understanding of business analyst problems because of a close working with analyst from our partnering companies.</span>
</div>
<div class="worth-item col-md-4 col-sm-6 col-6">
<img class="img-fluid" src="/img/cup.svg"/>
<span>A decade experience in developing complex applications and services for IT industry</span>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center buttons-list">
<a class="btn btn-primary" href="" data-toggle="modal" data-target="#send-modal">Purchase</a>
<a class="btn btn-primary" href="https://ai.flexberry.net/demo" target="_blank">Demo</a>
</div>
</div>
</div>
</section>
<div class="modal fade" id="send-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Purchase request</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container">
<script src="https://yastatic.net/s3/frontend/forms/_/embed.js"></script><iframe src="https://forms.yandex.com/u/623ac0eae1900d5a090e3f89/?iframe=1" frameborder="0" name="ya-form-623ac0eae1900d5a090e3f89" width="100%"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade mini" id="agree-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Agreement</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<p>to process personal data</p>
<ol>
<li>I hereby confirm my consent to the processing of my personal data by the Limited Liability Company “Institute of Information Systems” in accordance with the provisions of the Federal Law of 27.07.2006 N 152-FZ “On Personal Data”, including automated mode, in order to provide me with access to the site and its functions. I also confirm my consent to the use of my data by employees of the Institute of Information Systems LLC for the following purposes: to send me documents and letters, information about vacancies, to compile a database.</li>
<li>A list of the personal data to which consent is given: surname, first name, patronymic, telephone number, e-mail address, position, CV (in the text also referred to as the applicant).</li>
<li>I confirm my agreement to carry out the following actions with personal data: collection, recording, systematization, accumulation, storage, clarifications (updates, changes), use, transfer, anonymization, blocking, deletion, destruction of personal data, as well as other actions necessary for the processing of personal data within the limits specified in paragraph 1.1. by this consent.</li>
<li>This consent shall be valid indefinitely, until a written notice of withdrawal of consent is received by the Institute of Information Systems Ltd. The applicant shall have the right to withdraw this consent by written notice. The applicant agrees that during the specified period the “Institute of Information Systems” Ltd is not obliged to stop processing of personal data and to destroy personal data of the applicant. The revocation shall not have retroactive effect in relation to personal data processed prior to the effective date of such revocation.</li>
<li>I confirm that I agree to the above by submitting my details via the request form.</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small blue">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 f-brand">
<img src="/img/logo-footer.svg" class="mr-3"/>
<div><a href="https://flexberry.net/en/" target="_blank">Flexberry Platform</a>, 2022г.
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</footer>
<!-- jQuery Version 1.11.0 -->
<script src="/js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="/js/cbpAnimatedHeader.js"></script>
<script src="/js/custom-scripts.js"></script>
</body>
</html>