-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
90 lines (68 loc) · 3.64 KB
/
project.html
File metadata and controls
90 lines (68 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>James Shima</title>
<meta charset="utf-8" />
<meta name="author" content="James Shima" />
<meta name="description" content="James Shima" />
<meta name="keywords" content="James Shima, Colorado School of Mines">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href=".img/11577.ico">
</head>
<body>
<div class="container">
<h1>Projects</h1>
<h3>
<a href="https://jamesshima.com" target="_self">Home</a> |
<a href="project.html" target="_self">Projects</a> |
<a href="contact.html" target="_self">Contact</a>
</h3>
<h3>Car Theft Prevention RF Jammer</h3>
<img src="img/rfjammer.jpg" width="400px">
<h5>C, C++, Aurduino</h5>
<a href="https://github.com/jmshima01"><img src="img/github-mark-white.png" width="50px"></a>
<p>Car theft is on the rise with criminals able to caputre and replicate the signal sent by your car keys with
as little as 20$ worth of equipment.
But how can one protect themseleves from this?
This project aims to provides a solution by jamming the same band your car keys use,
preventing anyone from wirelessly accessing your car while the jammer is active and in range.</p>
<footer></footer>
<h3>Exercise Deep Learning</h3>
<img src="img/tully.png" width="700px">
<h5>Python, TensorFlow</h5>
<a href="https://github.com/jmshima01"><img src="img/github-mark-white.png" width="50px"></a>
<p>Developed proof of concept Convolutional Nueral Network to classify five different excercises.
This was done by preprosessing x,y,z axis acceleration data as a 3D tensor through a multilayered CNN.
Due to a current small dataset (less than 1000 samples) accuracy ranged from 85-95% depending on the
distribution
of spliting the training and testing data.</p>
<footer></footer>
<h3>Web M.D.++ (PostgreSQL/Python)</h3>
<img src="img/webmd.png" width="700px">
<h5>PostgreSQL, Python</h5>
<a href="https://github.com/jmshima01"><img src="img/github-mark-white.png" width="50px"></a>
<p>Web M.D.++ is a backend recreation of Web M.D. to practice the design of a structucal relational
database from the ground up using PostgreSQL, data cleansing and machine learning! This project won
best in class against other database designs.</p>
<footer></footer>
<h3>Clue Game</h3>
<img src="img/clueGame.png" width="700px">
<h5>Java, Swing</h5>
<a href="https://github.com/jmshima01"><img src="img/github-mark-white.png" width="50px"></a>
<p>Clue is a murder mystery board game for three to six players that was devised in 1943 by British board game
designer
Anthony E. Pratt. The game was first manufactured by Waddingtons in the United Kingdom in 1949.
This project was created from the ground up using Java, JUnit, and Swing to create a single
player interpretation of the board game. To play the game, click the github logo!</p>
<footer>
<small>
<a href="https://linkedin.com/in/jamesshima/">Linkedin</a> |
<a href="https://github.com/jmshima01">Github</a></small>
<small>
Developed by James Shima
</small>
<small>(<3)?|(</3)+</small>
</footer>
</div>
</body>
</html>