-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.html
More file actions
165 lines (141 loc) · 5.93 KB
/
Projects.html
File metadata and controls
165 lines (141 loc) · 5.93 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<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/lib/FontAwesome/css/font-awesome.min.css"></link>
<link rel="stylesheet" href="Assets/Default.css"></link>
<title>Projects</title>
</head>
<body>
<!-- Side navigation -->
<div class="sidenav">
<div class="container">
Site Navigation:
<a href="index.html">Home</a>
<a href="Projects.html">Projects</a>
<a href="CV.html">CV</a>
This page:
<a href="#home">Top</a>
<a href="#Python">Python</a>
<a href="#Unity">Unity</a>
<a href="#Other">Other</a>
</div>
</div>
<div class="main">
<div class="container">
<h1 class="center centered" id="home">Melissa's Projects</h1>
<div class="center centered">If you like my projects, check out my <a href="CV.html">CV</a>.</div>
<div id="Python">
<hr>
<h2 class="center centered">Python</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="container item">
<h3>Automatic Detection of Pneumonia</h3>
<div class="container">
<p>Using Keras, 5,863 X-Ray images are diagnosed as either having pneumonia or being normal, with a 95% accuracy. Of those diagnosed with pneumonia, they are then split into either bacterial or viral based pneumonia.</p>
<p>Code currently not released. Pending publication.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container item">
<h3>Facial Emotion Recognition</h3>
<div class="container">
<p>Using Numpy, a neural network is built from the ground up to classify JAFFE images after they have been preprocessed by skimage's HOG. The images are split into training and testing sets using sklearn, and the model is able to achieve over a 90% accuracy.</p>
<p><a href="https://github.com/SolarLunix/HOGNeuralNet" target=".blank">Check out the Project</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="Unity">
<hr>
<h2 class="center centered">Unity</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="container item">
<h3>Graph Visualisation</h3>
<div class="container">
<p>This Unity project uses the platform in order to display mathematical functions moving in three dimentions.</p>
<p><a href="Games/Graph/index.html" target=".blank">View Now!</a></p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container item">
<h3>Number Wizzard</h3>
<div class="container">
<p>In this Unity Game, the player thinks of a number and the computer will try to guess your number in a set number of turns. If it is unable to guess before its guesses rung out, you win!</p>
<p><a href="Games/NumberWizzard/index.html" target=".blank">Play Now!</a></p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container item">
<h3>Block Breaker</h3>
<div class="container">
<p>This fun little game was created in Unity. The player tries to break the bricks by bouncing a ball off of a platform.</p>
<p><a href="Games/BlockBreaker/index.html" target=".blank">Play Now!</a></p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container item">
<h3>Text Adventure</h3>
<div class="container">
<p>Try your hand at getting a good ending with this quick text adventure game.</p>
<p><a href="Games/TextAdventure/index.html" target=".blank">Play Now!</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="Other">
<hr>
<h2 class="center centered">Other</h2>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="container item">
<h3>The Colour Game</h3>
<div class="container">
<p>Using HTML, CSS, and JS, this game was created to have the user try to guess the correct colour based on the RBG values.</p>
<p><a href="Games/ColourGame/index.html" target=".blank">Play Now!</a></p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container item">
<h3>Art Fun</h3>
<div class="container">
<p>This game was made using a paperscript canvas, and features colour changing dots that the user can draw with. The current colour cannot be changed, as this was a small sample project as part of a website design course.</p>
<p><a href="Games/ArtFun/index.html" target=".blank">Play Now!</a></p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container item">
<h3>Sound Game</h3>
<div class="container">
<p>This quirky little game allows you to make music by typing on your keyboard.</p>
<p><a href="Games/SoundGame/index.html" target=".blank">Play Now!</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Scripts-->
<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>
</html>