-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (180 loc) · 10.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel='stylesheet' type='text/css' href='main.css'>
<link rel="stylesheet" href="./font-awesome/css/font-awesome.min.css">
<title>Arib Alam</title>
</head>
<body>
<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://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="./particleground-master/jquery.particleground.min.js"></script>
<header class='section header' id="header">
<a name="header"></a>
<div class='intro'>
<div class='title'>
Arib Alam
</div>
<div class='subtitle'>
Software Developer and AI Enthusiast
</div>
<div class="navigator">
<button class="nav_button" id="#about_button">ABOUT</button>
<button class="nav_button" id="#projects_button">PROJECTS</button>
</div>
</div>
<a href="#about">
<i id="down_arrow" class="fa fa-chevron-down" aria-hidden="true"></i>
</a>
</header>
<div class='section' id="about">
<a name='about'></a>
<div class="nav_wrapper">
<a href="#header">
<i id="up_arrow" class="fa fa-chevron-up" aria-hidden="true"></i>
</a>
</div>
<div class='section_title'>About</div>
<div class="section_content center">
<div id="intro_text">Hi, I am Arib Alam, a Third Year Undergraduate Student from IIT Kharagpur</div>
<div id="summary_text">
I am always driven towards making end-user softwares that affects the general public.
I am a Full Stack Web Developer. My recent web application 'Sarathi' aims at helping people to find travel groups.<br>
I am currently exploring the field of Artificial Intelligence and extremely fascinated by
the possibilities it has to offer. I have completed courses in Machine Learning/Deep Learning offered in Coursersa
and have a couple of projects for the same.
</div>
</div>
<div style="text-align: center">
<a href="https://github.com/aribalam">
<i id="github_link" class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/arib-a-792058102/">
<i id="linkedin_link" class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]">
<i id="mail_link" class="fa fa-envelope" aria-hidden="true"></i>
</a>
<a href="https://medium.com/@aribalam64">
<i id="medium_link" class="fa fa-medium" aria-hidden="true"></i>
</a>
<a href="https://www.facebook.com/arib.alam.7">
<i id="facebook_link" class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/arib.alam/">
<i id="insta_link" class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
<div class="nav_wrapper">
<a href="#projects">
<i id="down_arrow" class="fa fa-chevron-down" aria-hidden="true"></i>
</a>
</div>
</div>
<div class='section' id="projects">
<a name="projects"></a>
<div class="nav_wrapper">
<a href="#about">
<i id="up_arrow" class="fa fa-chevron-up" aria-hidden="true"></i>
</a>
</div>
<div class='section_title'>Projects</div>
<div class="section_content center" id="project_section_content">
<div class="project_box" id="http://sarathi.metakgp.org/">
<div class="project_box_header">
<div class="project_box_title">Sarathi</div>
<div class="project_type">NodeJS, ReactJS, MongoDB</div>
</div>
<div class="project_box_desc">
A progressive web application for our college students to create or join travel groups and share rides.
</div>
</div>
<div class="project_box" id="https://github.com/aribalam/deeplearning.ai-assignments/blob/master/Improving%20Neural%20Networks/week3/Hand_Sign_Detection.ipynb">
<div class="project_box_header">
<div class="project_box_title">Hand Sign Recognition using Deep Neural Network</div>
<div class="project_type">TensorFlow, Numpy, MatplotLib</div>
</div>
<div class="project_box_desc">
A Deep Neural Network model to recognize hand signs trained with 1080 images of hand signs.
</div>
</div>
<div class="project_box" id="https://github.com/aribalam/deeplearning.ai-assignments/blob/master/Deep%20Neural%20Networks/week4/Building%20Deep%20Neural%20Network/deep_neural_network.ipynb">
<div class="project_box_header">
<div class="project_box_title">Building Neural Networks</div>
<div class="project_type">Python, Numpy, MatplotLib</div>
</div>
<div class="project_box_desc">
Implementation of Deep Neural Networks using Numpy and Improving the model by application of modern techniques
and Hyperparameter Tuning.
</div>
</div>
<div class="project_box" id="https://github.com/Graph-Algorithms-Visualizations/graph-algorithms">
<div class="project_box_header">
<div class="project_box_title">Graph Visualization Software</div>
<div class="project_type">Python, PyQt Framework</div>
</div>
<div class="project_box_desc">
A GUI application for graph construction and processing with options to save or open graph files
as well as applying graph algorithms on it.
</div>
</div>
<div class="project_box" id="https://github.com/lbs-iitkgp/Opensoft-2019">
<div class="project_box_header">
<div class="project_box_title">Lawbranian, Search Engine for the Law</div>
<div class="project_type">Python, Flask, React, Spacy, Neo4J, ElasticsSearch</div>
</div>
<div class="project_box_desc">
A web application that serves as a search engine for legal systems. Added features of applying filters as well as
getting short summaries and related documents.
</div>
</div>
<div class="project_box" id="https://github.com/aribalam/Algorithms-Projects/tree/master/src/assignments/burrowswheeler">
<div class="project_box_header">
<div class="project_box_title">Data Compression using Burrows Wheeler</div>
<div class="project_type">Java, Algorithms and Data Structures</div>
</div>
<div class="project_box_desc">
A data compression algorithm that uses Move-To-Front encoding and Burrows Wheeler transform to create character
sequences favourable for achieving high compression ratios using Huffman Encoding.
</div>
</div>
<div class="project_box" id="https://github.com/aribalam/Algorithms-Projects/tree/master/src/assignments/seamcarving">
<div class="project_box_header">
<div class="project_box_title">Seam Carving</div>
<div class="project_type">Java, Algorithms and Data Structures</div>
</div>
<div class="project_box_desc">
A content-aware image resizing technique that uses Topological Sorting to find seams of minimum total energy which
is then removed to reduce the size of image.
</div>
</div>
<div class="project_box" id="https://github.com/aribalam/BingImagify">
<div class="project_box_header">
<div class="project_box_title">BingImagify</div>
<div class="project_type">Python</div>
</div>
<div class="project_box_desc">
A Python application that downloads daily Bing Images and periodically sets it as the Home Screen Wallpaper.
</div>
</div>
<!-- <div class="project_box" href="">
<div class="project_box_header">
<div class="project_box_title">BingImagify</div>
<div class="project_type">Python</div>
</div>
<div class="project_box_desc">
A Python application that downloads daily Bing Images and periodically sets it as the Home Screen Wallpaper.
</div>
</div> -->
</div>
</div>
<script src="main.js"></script>
</body>
</html>