-
Notifications
You must be signed in to change notification settings - Fork 44
/
about.html
28 lines (27 loc) · 2.88 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="imgs/favicon-16x16.png">
<title>About yogAI</title>
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178448067-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178448067-1');
</script>
</head>
<body>
<img src="imgs/blob3.svg" style="position:absolute; width: 600px; height: 600px; left: -210px; top: -300px;">
<h1 style="font-size: 100px; top:-30px">About yogAI</h1>
<p style="position:absolute; font-size: 23px; width:1320px; top:280px; left:70px;">Hey there! Welcome to yogAI, developed in 2020 by Cristina Maillo. <br><br>I created yogAI inspired by various Machine Learning models for visual recognition I experimented with during my internship. This is my first Machine Learning model and my first attempt at Web Development. I have loved (almost) every second of this project and I have learnt more than I could have imagined. <br>YogAI uses <a href="https://www.tensorflow.org/lite/models/pose_estimation/overview" target="_blank">Pose.Net</a>, developed by Google’s TensorFlow, and <a href="https://ml5js.org/" target="_blank">ml5.js</a>, a JavaScript library for Machine Learning on the browser. Most of my learning was following <a href="https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YPSwT06y_AEYTqIwbeam3y" target="_blank">The Coding Train’s</a> YouTube playlist on Pose Estimation. <br><br> I'd like to thank <a href=" http://www.tomasmaillo.com/" target="_blank">my brother</a>, my parents, Dan, and the incredible team I have had the pleasure of working with this past year. Thank you for the constant support & encouragement. <br><br>If you have enjoyed this project please consider donating to <a href="https://girlswhocode.com/" target="_blank">GirlsWhoCode</a>, to support girls following computer science careers in the future!</p>
<a href="https://github.com/cris-maillo/yogAI" target="_blank" ><img style="width:45px; height:45px; left:1250px; top:212px; position: absolute; z-index:1;" src="imgs/logo.svg" alt="logo" /></a>
<div><a href="https://github.com/cris-maillo/yogAI" target="_blank" style="width: 150px"><indexbutton style="top: 200px; left:1240px; padding-left: 65px; height: 65px; padding-top: 3px; padding-bottom: 3px; font-size:35px">GitHub</indexbutton></a></div>
<div><a href="index.html" style="width: 150px"><indexbutton style="font-size: 40px; top:730px; left:70px">Back</indexbutton></a></div>
</body>
<footer>© Copyright & Stuff 2020. By Cristina Maillo. Made With ❤️ & 💧.</footer>
</html>