-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
306 lines (261 loc) · 15.5 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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!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/x-icon" href="icon/favicon.png">
<title>Welcome!</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div class="container-fluid">
<div class="row main">
<nav class="text-center fixed-top shadow-sm" style="background-color: white; ">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link title" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#work">Work Experience</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#tech-stack">Tech Stack</a>
</li>
<li class="nav-item">
<a class="nav-link title" href="#training">Training</a>
</li>
</ul>
</nav>
<div class="col-3 col3"></div>
<div class="col-6" style="padding-top: 2vh;">
<div id="up"></div>
<img src="photo/round photo.png" class="photo">
<div class="pt-4 h3">
<p>Hey, I'm Muhammad Rizq Ramadhan</p>
<p>I'm a Software Engineering</p>
<p>Based in Jakarta, Indonesia</p>
</div>
<div class="pt-4">
<p>As a 5<sup>th</sup> semester <u>Computer Science</u> student at Universitas Dian Nusantara, I’m excited to share my journey and the portfolio I’m working on!</p>
</div>
<div class="pt-2">
<p>
<a class="cv" href="cv/CV_Muhammad Rizq Ramadhan.pdf" download="">Resume</a>
|
<a class="cv" href="https://www.linkedin.com/in/muhammad-rizq-ramadhan-031a1a1ba/">LinkedIn</a>
|
<a class="cv" id="email">Email</a>
|
<a class="cv" href="https://medium.com/@rizq.ramadhan17">Medium</a>
|
<a class="cv" href="https://github.com/egrizq">Github</a>
</p>
</div>
<span id="projects"></span>
<div class="pt-4">
<div class="pb-4 h4">
<p><u>Projects</u><p>
</div>
<div class="box project1">
<!-- <span class="date">05 December 2023</span><br> -->
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/the-main-idea-building-text-summarization-using-hugging-face-fae34e7500f4">
The Main Idea Building Text Summarization Using Hugging Face!</a></h5>
<a>Sharing ideas and building text summarization using Transformers from Hugging Face to understand English long text into a concise conclusion Bahasa.</a><br>
<p class="cv pt-2"><a class="title-code" href="https://github.com/egrizq/text_summarization">
Source code</a></p>
<div class="pt-2">
<p class="box-title">Summarization</p>
<p class="box-title">Python</p>
<p class="box-title">Torch</p>
<p class="box-title">Flask</p>
<p class="box-title">HTML</p>
<p class="box-title">CSS</p>
<p class="box-title">Javascript</p>
</div>
</div>
<div class="p-3"></div>
<div class="box project1">
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/end-to-end-deploying-a-cnn-model-to-local-host-e509b85909f1">
Deploying a Model with Pizza or Pasta Recognition in Real Time</a></h5>
<a>Deploying a Convolutional Neural Networks (CNN) model with Flask to recognize pizza and pasta images in real-time on local development.</a><br>
<p class="cv pt-2"><a class="title-code" href="https://github.com/egrizq/pizza_or_pasta/tree/master">
Source code</a></p>
<div class="pt-2">
<p class="box-title">Deep Learning</p>
<p class="box-title">Python</p>
<p class="box-title">TensorFlow</p>
<p class="box-title">Image Processing</p>
<p class="box-title">Flask</p>
<p class="box-title">HTML</p>
<p class="box-title">CSS</p>
</div>
</div>
<div class="p-3"></div>
<div class="box project1">
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/bike-sharing-analysis-cc8f1c987b1e">
Exploring Bike Sharing System</a></h5>
<a>Exploring the correlations between user behavior by season, weather, temperature, and hour to identify bike
sharing patterns.</a><br>
<p class="cv pt-2"><a class="title-code" href="https://github.com/egrizq/bike_analysis/blob/master/Bike_Sharing.ipynb">Source code</a></p>
<div class="pt-2">
<p class="box-title">Exploratory Data Analysis</p>
<p class="box-title">Python</p>
<p class="box-title">Pandas</p>
<p class="box-title">NumPy</p>
<p class="box-title">Matplotlib</p>
<p class="box-title">Seaborn</p>
</div>
</div>
<div class="p-3"></div>
<div class="box project1">
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/sentiment-analysis-for-batik-air-reviews-b834d9b13391">
Sentiment Analysis for Batik Air Reviews</a></h5>
<a>Implemented web scraping to collect the reviews. Utilized the Vader Sentiment for in-depth sentiment analysis and visualization through Word Cloud.</a><br>
<p class="cv pt-2"><a class="title-code" href="https://github.com/egrizq/batik_air/blob/main/batik_air_reviews.ipynb">Source code</a></p>
<div class="pt-2">
<p class="box-title">Python</p>
<p class="box-title">NLTK</p>
<p class="box-title">Beautiful Soup</p>
<p class="box-title">Vader Sentiment</p>
</div>
</div>
<div class="p-3 project2"></div>
<div class="box project2">
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/alphabet-recognition-with-cnns-model-34005fa5b89d">
Alphabet Recognition with CNN Model</a></h5>
<a>Developed a Convolutional Neural Networks (CNN) model to recognize lowercase alphabets with 85% accuracy rate.</a><br>
<p class="cv pt-2"><a class="title-code" href="https://www.kaggle.com/code/rizqramadhan/german-alphabet-recognition">Source code</a></p>
<div class="pt-2">
<p class="box-title">Deep Learning</p>
<p class="box-title">Python</p>
<p class="box-title">TensorFlow</p>
<p class="box-title">Pandas</p>
<p class="box-title">NumPy</p>
<p class="box-title">Matplotlib</p>
</div>
</div>
<div class="p-3 project2"></div>
<div class="box project2">
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/power-bi-dashboard-a-showcase-of-my-work-ebd1ba69859e">
Power BI: A showcase of my Dashboards</a></h5>
<a>Collection of my Power BI dashboards</a><br>
<div class="pt-2">
<p class="box-title">Power BI</p>
</div>
</div>
<div class="p-3 project2"></div>
<div class="text-center pt-4">
<button id="page2" class="skill">See all</button>
</div>
</div>
<div class="pt-4" id="education">
<div class="pb-4">
<h4><u>Education</u></h4>
</div>
<h5>Computer Science</h5>
<p>Universitas Dian Nusantara (2021 – Now)</p>
<p>Having a <u>3.42</u> cumulative IPK in the 5<sup>th</sup> semester</p>
<p>I'm enthusiastic about pursuing opportunities in the data field to contribute my skills in data analysis, programming, and problem-solving to a dynamic team.</p>
<!-- <h5>Universitas Gunadarma</h5>
<p>Civil Engineering (2018 – Left in 2020)</p> -->
</div>
<div class="pt-4" id="work">
<div class="pb-4">
<h4><u>Work Experience</u></h4>
</div>
<h5><a class="title" href="https://medium.com/@rizq.ramadhan17/apa-itu-kalibrasi-81020acc5e18">Calibration Specialist</a></h5>
<p>PT.Suryaraya Rubberindo Industries (Mart 2021 – Mart 2023)</p>
<ul>
<li>Implementation of measuring instruments and testing such as dial gauges, pressure gauges, weighing scales, and calipers to ensure accuracy within ±0.5% tolerance</li>
<li>Successfully achieved an average target of 90% on schedule</li>
<li>Calibrated over 1,000 instruments annually; >15 portable measuring instruments and >54 machines per day</li>
<li>Repair and develop damages measuring instruments, minimizing downtime and ensuring production efficiency</li>
<li>Daily report and documentation calibration, maintenance, and activities</li>
</ul>
</div>
<div class="pt-4" id="skills">
<div class="pb-4">
<h4><u>Skills</u></h4>
</div>
<div class="text-center">
<button class="skill">Python</button>
<button class="skill">Golang</button>
<button class="skill">Typescript</button>
<button class="skill">Javascript</button>
<button class="skill">SQL</button>
<button class="skill">HTML</button>
<button class="skill">CSS</button>
<button class="skill">Ms.Office</button>
</div>
</div>
<div class="pt-4" id="tech-stack">
<div class="pb-4">
<h4><u>Tech Stack</u></h4>
</div>
<div class="text-center">
<button class="skill">Numpy</button>
<button class="skill">Pandas</button>
<button class="skill">Matplotlib</button>
<button class="skill">Seaborn</button>
<button class="skill">Flask</button>
<button class="skill">Boostrap</button>
<button class="skill">Gin</button>
<button class="skill">Gorm</button>
</div>
</div>
<div class="pt-5" id="training">
<div class="pb-4">
<h4><u>Training</u></h4>
</div>
<h5>IDCamp 2023</h5>
<p>Data Science Learning Path</p>
<ul>
<li><a class="title" onclick="pengembangML()">Belajar Pengembangan Machine Learning</a></li>
<li><a class="title" onclick="ml()">Belajar Machine Learning dengan Python</a></li>
<li><a class="title" onclick="analisisPython()">Belajar Analysis Data Science</a></li>
<li><a class="title" onclick="python()">Memulai Pemrograman dengan Python</a></li>
<li><a class="title" onclick="dasarData()">Belajar Dasar Data Science</a></li>
<li><a class="title" onclick="sql()">Belajar Struktur Query Language (SQL)</a></li>
</ul>
<h5>Dicoding</h5>
<p>Dicoding For University Batch 1</p>
<ul>
<li><a class="title" onclick="js()">Belajar Dasar Javascript</a></li>
<li><a class="title" onclick="projek()">Belajar Dasar Manajer Projek</a></li>
<li><a class="title" onclick="pengembang()">Memulai Dasar Pemrograman untuk Menjadi Pengembang Software</a></li>
</ul>
<h5>Others</h5>
<p>Coursera</p>
<ul>
<li><a class="title" onclick="introtf()">Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning </a></li>
</ul>
<p>Udemy</p>
<ul>
<li><a class="title" onclick="excel()">Microsoft Excel – Advanced Excel Formulas & Functions</a></li>
</ul>
</div>
<div class="text-center pt-3 pb-4">
<a class="title fw-bold h5" href="#up">Going Up ↑</a><br>
</div>
<div class="p-3 justify-content-between d-flex border-footer">
<a class="title" href="https://www.linkedin.com/in/muhammad-rizq-ramadhan-031a1a1ba/">LinkedIn</a>
<a class="title" href="cv/CV_Muhammad Rizq Ramadhan.pdf" download="">Resume</a>
🤝
<a class="title" href="https://github.com/egrizq">Github</a>
<a class="title" href="https://medium.com/@rizq.ramadhan17">Medium</a>
</div>
</div>
<div class="col-3 col3"></div>
</div>
</div>
<script src="/static/main.js"></script>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>