-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.html
156 lines (144 loc) · 7.01 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Computer Vision, Natural language processing</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style6.css">
</head>
<body>
<div class="container">
<div class="sidebar sidebarGo">
<nav>
<ul>
<li class="page"> <a href="/index.html">Home</a> </li>
<li class="page"> <a href="/about.html">About</a> </li>
<li class="page"> <a href="/Interest.html">Interest</a> </li>
<li class="page"> <a href="/project.html">Project</a> </li>
<li class="page"> <a href="/connect.html">Connect</a> </li>
<li class="page"> <a href="/resume.html">Resume</a> </li>
</ul>
</nav>
</div>
<div class="main6">
<div class="hamburger">
<img class="ham" src="ham.png" alt="" width="23">
<img class="cross" src="cross.png" alt="" width="23">
</div>
<div class="name">
<h2>BASAB GHOSH</h2>
</div>
<div class="information">
<div class="part1">
<div class="experience">
<h3>EXPERIENCE</h3>
<!-- <br> -->
<ul>
<li>Indian Institute Of Information Technology Design & <br>
Manufacturing, Kancheepuram — Project Intern <br>
DEC 2022- PRESENT <br>
<h5>Design and Development of Microservice-Based Fog-Enabled
Infrastructure for Smart Agriculture</h5>
</li>
<li>Indian Institute Of Information Technology Design & <br>
Manufacturing, Kancheepuram — Project Intern <br>
DEC 2022- PRESENT <br>
<h5>Customized Drone</h5>
</li>
</ul>
</div>
<div class="education">
<h3>EDUCATION</h3>
<ul>
<li> <h4>Guidance Academy,</h4> West Bengal— Higher Secondary 2021 <br>
94 % 12th & 92.86% 10th
</li>
<li>
<h4><a href="https://www.iiitdm.ac.in/" target="_blank">Indian Institute Of Information Technology Design &
Manufacturing, Kancheepuram</a></h4>
2021 - Present <br>
8.62 GPA <br>
</li>
</ul>
</div>
<div class="project_c">
<h3>PROJECTS</h3>
<ol>
<li><h4>NLP</h4>
<ul>
<li>Sentiment Analysis (IMDB, Twitter)</li>
<li>Text Generation</li>
<li>Neural Machine Translation</li>
</ul>
</li>
<li> <h4>Computer Vision</h4>
<ul>
<li>Transfer Learning (Dog Classification)</li>
<li>MNIST (Fashion, Text)</li>
</ul>
</li>
<li>IPL Data Analysis (Power Bi)</li>
<li>Superstore & World Indicators (Tableau)</li>
</ol>
</div>
</div>
<div class="part2">
<div class="skill">
<h3>SKILLS</h3>
<ol>
<li>Computer Vision</li>
<li>Natural Language Processing</li>
<li>SQL</li>
<li>Tableau</li>
<li>Power BI</li>
<li>Tensorflow 2</li>
<li>Matplotlib, Numpy, Pandas</li>
</ol>
</div>
<div class="language">
<h3>LANGUAGES</h3>
<ol>
<li>English</li>
<li>Hindi</li>
<li>Bengali (Native)</li>
</ol>
</div>
<div class="programming">
<h3>PROGRAMMING LANGUAGES</h3>
<ol>
<li>C++</li>
<li>C</li>
<li>Python</li>
<li>Java</li>
</ol>
</div>
<div class="certification">
<h3>CERTIFICATION</h3>
<ol>
<li>
<a href="https://www.coursera.org/account/accomplishments/professional-cert/LP5996FZPKPN" target="_blank">
DeepLearning.AI TensorFlow Developer
</a>
</li>
<li> <a href="https://certificate.codingninjas.com/view/1fe6b6d94c90c324" target="_blank">
Certificate of Excellence in Machine Learning (Coding Ninjas) </a></li>
<li> <a href="https://www.coursera.org/account/accomplishments/certificate/TJPKH5SXVDDG" target="_blank">
Machine Learning (Andrew NG) </a></li>
<li> <a href="https://www.udemy.com/certificate/UC-51ea6def-c182-4dd2-b3e7-89c1ed4d1808/" target="_blank">
Data Science & Machine Learning Bootcamp
</a>
</li>
</ol>
</div>
<div class="btn">
<button> <a href="Resume_Basab.pdf" target="_blank"> Download Resume</a></button>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>