-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·78 lines (61 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>FishSnap</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/coming-soon.min.css" rel="stylesheet">
</head>
<body>
<div class="overlay"></div>
<div class="masthead">
<div class="masthead-bg"></div>
<div class="container h-100">
<div class="row h-100">
<div class="col-12 my-auto">
<div class="masthead-content text-white py-5 py-md-0">
<h1 class="mb-3">FishSnap</h1>
<p class="mb-5">A mobile image recognition app that uses a custom fish category dataset as a pre-trained model for Core ML to classify what type of fish is in your photo.</p>
<br>
<p class="mb-5">This allows smaller/poorly-funded fishers to quickly assess the nature/value of their catch and to track fish locations by the scans. This data collection will both facilitate aquatic marine studies and further improve the machine learning of the image recognition.</p>
<br>
<p class="mb-5">To find out more <a href="https://goo.gl/tFE4WV">view</a> or <a href="http://fishsnap.us/deck/welcome-to-fishsnap.pdf">download</a> our Award Winning hackathon presentation.</p>
</div>
</div>
</div>
</div>
</div>
<div class="social-icons">
<ul class="list-unstyled text-center mb-0">
<li class="list-unstyled-item">
</li>
<li class="list-unstyled-item">
<a href="https://itunes.apple.com/us/app/fishsnap-fishial-recognition/id1347708169?ls=1&mt=8">
<i class="fa fa-mobile-phone"></i>
</a>
</li>
<li class="list-unstyled-item">
<a href="https://github.com/fishsnap/">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/vide/jquery.vide.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/coming-soon.min.js"></script>
</body>
</html>