-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
68 lines (63 loc) · 3.38 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
<!DOCTYPE html>
<html>
<head>
<title>Visualize</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://cdn.discordapp.com/attachments/843006777993330698/843429961519857674/PicsArt_05-16-03.36.29.png">
</head>
<body>
<div class="header">
<img src="https://cdn.discordapp.com/attachments/843006777993330698/843429961519857674/PicsArt_05-16-03.36.29.png" class="logo-icon">
<button type="button" class="headerbutton">Home</button>
<button type="button" class="headerbutton" onclick="window.location.href='#about'">About</button>
</div>
<img src="https://cdn.discordapp.com/attachments/843006777993330698/843152706767028253/1621093659309.png " class="logo">
<div class="title">
<img src="sources/visualise.png" width="500" height="300"/>
<h3>visualise your emotions in real time</h3>
</div>
<button class="start" onclick="window.location.href='start.html'">Start →</button>
<div >
<p id="about">
<h2>About</h2>
<div class="desc">
<img src = "https://cdn.discordapp.com/attachments/843006777993330698/843151305248735272/1621093318941.png" class="vector" height=300px width="250px">
<h4>What is Visualise</h4>
<p> Emotional expressions are directly connected to our body language. <br>
Also, emotions let's us understand ourselves better. <br>
Visualise is a tool that lets you visualise (literally) your emotions <br>
and presents to you the data for the same.<br><br>
</p>
</div>
<div class="desc">
<br><br>
<h4>What it does</h4>
<img src = "https://cdn.discordapp.com/attachments/843006777993330698/843152314696859738/1621093558473.png" class="logo" style="height:200px">
<p> Face the webcam. Visualise will read your emotions, through the Artificial Intelligence and Machine Learning framework and will formulate the data. You can see a real-time live graph that'll show them your emotions.
When you decide to stop, Visualise will present to you a pie-chart that describes what your face expressions were saying throughout the session.
</p>
</div>
<div class="desc">
<img src = "https://cdn.discordapp.com/attachments/843006777993330698/843152313996804127/1621093455386.png" class="vector" style="height:500px">
<br><br>
<h4>How we built it</h4>
<p>frontend: HTML - CSS <br>
Backend : Javascript and its libraries, including<br>
* face-api.js (for recognizing emotions)<br>
* Canva.js (for showing the real-time graph)<br>
* Google charts (for showing the pie-chart after each session) <br>
Deploying : vercel Domain : gen.xyz <br>
For video editing and logo designing, tools <br>
like PowerDirector, Canva, PicsArt are used.<br>
For IDE, vscode and atom code editor were used
</p>
</div>
</p>
</div>
<br>
<footer>
<p>Made with ❤ <br>
<a href="https://github.com/hanna2001/visualize"><img src="sources/githublogo.png" height=42px width=42px ></a></p>
</footer>
</body>
</html>