-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (113 loc) · 4.41 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
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="" />
<style>
@font-face {
font-family: "c-black";
src: url("https://vision-iOS.github.io/fonts/circular-std/CircularStd-Black.woff") format('woff');
font-weight: 700;
font-display: fallback;
}
@font-face {
font-family: "c-bold";
src: url("https://vision-iOS.github.io/fonts/circular-std/CircularStd-Bold.woff") format('woff');
font-weight: 600;
font-display: fallback;
}
@font-face {
font-family: "c-book";
src: url("https://vision-iOS.github.io/fonts/circular-std/CircularStd-Book.woff") format('woff');
font-weight: 600;
font-display: fallback;
}
@font-face {
font-family: "c-mi";
src: url("https://vision-iOS.github.io/fonts/circular-std/CircularStd-MediumItalic.woff") format('woff');
font-weight: 500;
font-display: fallback;
}
</style>
<title>Vision iOS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000">
<link rel="stylesheet" href="https://vision-iOS.github.io/css/main.min.css">
<link rel="stylesheet" href="https://vision-iOS.github.io/css/gist.min.css">
</head>
<body>
<section class="main" style="background-image:url('https://vision-iOS.github.io/images/img/background-cover.webp')">
<div class="container">
<div style="margin-top: 60px;">
<h1 class="font-weight-bold"> <img src="https://vision-iOS.github.io/images/img/logo.png" width="60px" alt=""> Vision</h1>
<p>Recognition of objects from photos using learning models. The found objects will be imprinted as metadata in your image. So you optimize your library and searches.</p><div id="store-banners">
<a target="_blank" href="https://github.com/Vision-iOS">
<img src="https://vision-iOS.github.io/images/img/github/git.png" alt="">
</a>
</div></div>
<div class="device-mockup-holder">
<picture>
<div class="phone-illustration-holder">
<img src="https://vision-iOS.github.io/images/img/device-frame.svg" alt="">
<div class="product-image">
<img src="https://vision-iOS.github.io/images/img/screenshots/homescreen.png" alt="">
</div>
</div>
</picture>
</div>
</div>
</section>
<section class="blue">
<div class="container">
<div>
<h2 class="font-weight-bold">Take a picture of objects that you don't recognize</h2>
<p>Vision works completely offline, it is able to find any object present. Also you can add your favorite tags.</p>
</div>
<div class="device-mockup-holder">
<picture>
<div class="phone-illustration-holder">
<img src="https://vision-iOS.github.io/images/img/device-frame.svg" alt="">
<div class="product-image">
<img src="https://vision-iOS.github.io/images/img/screenshots/picture.png" alt="">
</div>
</div>
</picture>
</div>
</div>
</section><section class="orange">
<div class="container">
<div>
<h2 class="font-weight-bold">Image management</h2>
<p>You are in full control of all your images. You can view the tags as a grid or as a list of images, and search for any information you want. </p>
</div>
<div class="device-mockup-holder">
<picture>
<div class="phone-illustration-holder">
<img src="https://vision-iOS.github.io/images/img/device-frame.svg" alt="">
<div class="product-image">
<img src="https://vision-iOS.github.io/images/img/screenshots/list.png" alt="">
</div>
</div>
</picture>
</div>
</div>
</section><section class="green">
<div class="container">
<div>
<h2 class="font-weight-bold">A map to find them all</h2>
<p>Through GPS coordinates you have a complete view of the places where you took the photos.</p>
</div>
<div class="device-mockup-holder">
<picture>
<div class="phone-illustration-holder">
<img src="https://vision-iOS.github.io/images/img/device-frame.svg" alt="">
<div class="product-image">
<img src="https://vision-iOS.github.io/images/img/screenshots/map.png" alt="">
</div>
</div>
</picture>
</div>
</div>
</section>
</body>
</html>