-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (213 loc) · 11.3 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>AGPortfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<span class="about-image"><img src="images/profilepic.jpg" alt="" /></span>
<!-- <span style="font-size: 50px;padding:10px" class="fa fa-code"></span> -->
<h2>Alejandro Gonzales<br>
Machine Learning Engineer</h2>
<p>I'm an innovative and creative Sr. Software Engineer pursuing opportunities in
machine learning and full-stack development. I'm skilled in Python, Java,
Javascript, NodeJS, Pytorch, Pandas, Tensorflow, NLP, LLMs and DNNs.
Please see my About Me and projects below!</p>
<ul class="actions">
<li><a href="#about-me" class="button icon solid solo fa-arrow-down scrolly"></a></li>
</ul>
</div>
<!-- Header -->
<!-- <header id="header"> -->
<!-- <a href="index.html" class="logo">About Me</a> -->
<!-- </header> -->
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">My Portfolio</a></li>
<!--li><a href="generic.html">Generic Page</a></li-->
<!--li><a href="elements.html">Elements Reference</a></li-->
</ul>
<ul class="icons">
<li><a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/alejandro-gonzales-63618154/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990" class="icon brands fa-github"><span class="label">Instagram</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article id="about-me" class="post featured">
<header class="major">
<!-- <span class="date">April 25, 2017</span> -->
<h2 id="about-me-header"><a>About Me</a></h2>
<div style="align-items:center; justify-content: center">
<a style="font-size: 1.2rem;" class="fa fa-envelope" aria-hidden="true" href="mailto:[email protected]"> [email protected]</a>
<ul class="icons">
<li><a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/alejandro-gonzales-63618154/" class="icon brands fa-solid fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</div>
<p>I've been a professional Software Engineer for over 12 years, with experience in Python and Java
as well as SQL and Mongo databases. I'm passionate about NLP, LLMs, DNNs, Vector DBs,
as well as data science and other Deep Learning modalities.
I'm currently working on a TrailzAI app that recommends mountain bike trails to
users utilizing natural language processing with HuggingFace Transformers and a PineCone VectorDB.
You can find that project <a style="color: purple;" target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/Trailz-AI">here</a>.
I'm always learning new technologies, but more importantly, I enjoy applying my knowledge to
projects and apps to benefit others. I also have my own blog
<a style="color: purple;" target="_blank" rel="noopener noreferrer" href="https:talesfromthetrailz.com">Tales from the Trailz</a>
where I write poetry and essays about my experiences in Nature, riding my mountain bike, hiking and camping.
Please see my code and projects below.</p>
</header>
<!-- <a href="#" class="image main"><img src="images/pic01.jpg" alt="" /></a> -->
<ul class="actions special">
<li><a href="#posts-section" class="button icon solid solo fa-arrow-down scrolly"></a></li>
</ul>
</article>
<!-- Posts -->
<section id="posts-section" class="posts">
<article>
<header>
<!-- <span class="date">April 24, 2017</span> -->
<h2><a target="_blank" rel="noopener noreferrer" href="https://trailzai.com">Trailz AI</a></h2>
</header>
<a target="_blank" rel="noopener noreferrer" href="https://trailzai.com" class="image fit"><img src="images/TrailzAI.jpg" alt="" /></a>
<p>Trailz AI app for recommending trails to users using NLP (Natural Language Processing). This project is written in Python,
using HuggingFace SentenceTransformers, OpenAI and PineCone VectorDB for LLMs.
</p>
<ul class="actions special">
<li><a target="_blank" rel="noopener noreferrer" href="https://trailzai.com" class="button">Trailz AI Site</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 22, 2017</span> -->
<h2><a target="_blank" rel="noopener noreferrer" href="https://abantuaudio.com">Abantu Audio</a></h2>
</header>
<a target="_blank" rel="noopener noreferrer" href="https://abantuaudio.com" class="image fit"><img src="images/abantu_promo.jpg" alt="" /></a>
<p>Audiobooks web and mobile app dedicated to the BIPOC community. I created the webapp using NodeJS, React, Javascript, TypeScript,
and a backend MongoDB. All code is proprietary, so please reach out for more info.
</p>
<ul class="actions special">
<li><a target="_blank" rel="noopener noreferrer" href="https://abantuaudio.com" class="button">Abantu Audio Site</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 22, 2017</span> -->
<h2><a target="_blank" rel="noopener noreferrer" href="https://talesfromthetrailz.com">Tales from the Trailz</a></h2>
</header>
<a target="_blank" rel="noopener noreferrer" href="https://talesfromthetrailz.com" class="image fit"><img src="images/TFTT.png" alt="" /></a>
<p>Blog dedicated to my experiences as a Chicano (Mexican American) man in Nature. From mountain biking to hiking, I write poems, essays
and prose about my perspective in Nature. This site was created using WordPress and WooCommerce.
</p>
<ul class="actions special">
<li><a target="_blank" rel="noopener noreferrer" href="https://talesfromthetrailz.com" class="button">Tales from the Trailz</a></li>
</ul>
</article>
<article>
<header>
<h2><a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/SpeechRecognition">Speech Recognition</a></h2>
</header>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/SpeechRecognition" class="image fit"><img src="images/speech.jpg" alt="" /></a>
<p>Speech recognition app built in Python that's able to detect who is speaking in a room of audio. This project utilizes
the Mel Frequency spectrum to convert audio to spectrograms, and the LGB and K-Means clustering to identify speakers.
</p>
<ul class="actions special">
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/SpeechRecognition" class="button">GitHub Project</a></li>
</ul>
</article>
<article>
<header>
<h2><a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/Abantu-Proxy">NodeJS DRM Proxy</a></h2>
</header>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/Abantu-Proxy" class="image fit"><img src="images/DRMProxy.png" alt="" /></a>
<p>DRM (Digital Rights Management) Proxy needed for streaming audiobooks from contracted publishers. This app was
designed in NodeJS and utilizes DRM contracts between publishing servers and Google Cloud.
</p>
<ul class="actions special">
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/jandog8990/Abantu-Proxy" class="button">GitHub Project</a></li>
</ul>
</article>
</section>
<!-- Footer -->
<!--footer>
<div class="pagination">
<a href="#" class="previous">Prev</a>
<a href="#" class="page active">1</a>
</div>
</footer-->
</div>
<!-- Footer -->
<footer id="footer">
<!--section>
<form method="post" action="#">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section-->
<section class="split contact">
<section>
<h3>Phone</h3>
<p><a style="color: black" href="#">575-644-4752</a></p>
</section>
<section>
<h3>Email</h3>
<p><a style="color: black" href="mailto:[email protected]">[email protected]</a></p>
</section>
<section class="alt">
<h3>Address</h3>
<p style="color: black">Albuquerque, NM 87120</p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a style="color: black" href="https://www.linkedin.com/in/alejandro-gonzales-63618154/" class="icon brands alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a style="color: black" href="https://github.com/jandog8990" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<!--div id="copyright">
<ul><li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
</div-->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>