-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
263 lines (243 loc) · 16.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BARI ANKIT | Data Science</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><circle cx=%2250%22 cy=%2250%22 r=%2250%22 fill=%22%23000000%22 /><text x=%2220%22 y=%2260%22 font-size=%2245%22 fill=%22%23ffffff%22 font-family=%22Arial, Helvetica, sans-serif%22>AI</text></svg>" type="image/svg+xml">
</head>
<body>
<header class="header">
<a href="#" class="logo">BARI ANKIT | Data Science</a>
<nav class="navbar">
<a href="#about" style="text-decoration: none;"><strong>About</strong></a>
<a href="#skills" style="text-decoration: none;"><strong>Skills</strong></a>
<a href="#portfolio" style="text-decoration: none;"><strong>Portfolio</strong></a>
<a href="#certificates" style="text-decoration: none;"><strong>Certificates</strong></a>
<a href="#contact" style="text-decoration: none;"><strong>Contact</strong></a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h3>Hellow, Iam...</h3><br>
<h1>BARI ANKIT VINOD</h1><br>
<p>We are on a captivating journey where real world data comes and transforms into <br> exploratory data analysis, statistical analysis,<br> meaningful insights, building the future <br> through the art of AI.</p>
<div class="home-sci">
<a href="https://github.com/OnlyCR7" target="_blank"><i class='bx bxl-github' ></i></a>
<a href="https://www.kaggle.com/bariankitvinod" target="_blank"><i class='bx bxl-kickstarter'></i></a>
<a href="https://www.linkedin.com/in/mycr7" target="_blank"><i class='bx bxl-linkedin-square' ></i></a>
</div>
<a href="#about" class="btn-box">About Me...</a>
</div>
</section>
<section class="about" id="about" style="background-color: #333333;">
<div class="about-img">
<img src="images/My_Photo.png">
</div>
<center>
<div class="about-text">
<p>Hellow, Iam BARI ANKIT...! <br>
I am currently in my 3'rd year of college, pursuing a AIDS (Artificial Intelligence & Data Science) degree from Vidyavardhini's College of Engineering and Technology. <br>
In the dynamic world of data science, I find myself immersed in a continuous journey of exploration and learning. <br>
Armed with a passion for unraveling patterns within data, I am dedicated to honing my skills in statistical analysis, machine learning, deep learning and data visualization. <br>
Through hands-on projects and real-world applications, I am actively cultivating a deep understanding of the intricacies of data and its potential to drive informed decision-making. <br>
My goal is not only to extract meaningful insights from data but also to contribute to the advancement of knowledge in this transformative field. <br>
With each line of code and every model built, I am forging my path in data science, driven by the belief that data has the power to revolutionize how we approach and solve complex problems. <br>
</p>
</center>
</div>
<div class="timeline">
<div class="cont">
<div class="text-box">
<h2>Sarasvati Vidya Mandir</h2>
<small><strong>In 2019</strong></small>
<p>In 2019, I successfully completed my 10th grade education at Sarasvati Vidya Mandir School, marking a significant milestone in my academic journey. </p>
</div>
</div>
<div class="cont">
<div class="text-box">
<h2>BSES Junior College of Science</h2>
<small><strong>2019-2021</strong></small>
<p>Having successfully completed my 12th grade at BSES Junior College of Science from 2019 to 2021, I am proud to reflect on a transformative educational journey. </p>
</div>
</div>
<div class="cont">
<div class="text-box">
<h2>Theem College of Engineering</h2>
<small><strong>2021-2023</strong></small>
<p>I am proud to announce the successful completion of my diploma in Computer Engineering at Theem College of Engineering from 2021 to 2023.</p>
</div>
</div>
<div class="cont">
<div class="text-box">
<h2>Vidyavardhini's College of Engineering and Technology</h2>
<small><strong>From 2023</strong></small>
<p>I am currently enrolled at Vidyavardhini's College of Engineering and Technology, where I am passionately pursuing my academic journey in the field of AIDS.</p>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="container">
<h1 class="sub-title">My <div class="container-skills"><span class="highlight-text">Skills</span></div></h1>
<div class="skills-list">
<div>
<i class='bx bxs-coin-stack bx-tada bx-flip-horizontal' style="color: aqua;margin-left:100px;"></i>
<h2><strong>Data Management</strong></h2>
<p>Gather data from APIs, SQL databases, and intricate Excel files. Transform for analysis, refine by eliminating outliers, and establish reproducible workflows. Automate report and insight generation, ensuring streamlined and efficient data preparation.</p>
</div>
<div>
<i class='bx bxs-vector bx-tada' style="color: aqua;margin-left:100px;" ></i>
<h2><strong>Data Mining</strong></h2>
<p>Create clear and reproducible reports, enhancing communication. Apply diverse statistical methods to extract profound insights from your dataset, ensuring a robust foundation for informed decision-making and effective data-driven narratives.</p>
</div>
<div>
<i class='bx bxs-bar-chart-alt-2 bx-tada' style="color: aqua;margin-left:100px;"></i>
<h2><strong>Data Visualization</strong></h2>
<p>Contribute to scientific publications through graph creation and review. Create dashboards for real-time data analysis, fostering comprehensive insights and facilitating informed decision-making in dynamic environments.</p>
</div>
<div>
<i class='bx bxs-key bx-tada' style="color: aqua;margin-left:100px;"></i>
<h2><strong>Machine Learning</strong></h2>
<p>Apply supervised and unsupervised learning algorithms, engaging in regression and classification tasks for predictive modeling. Perform hyperparameter tuning and model optimization. Expertise extends to deploying machine learning models in production environments, ensuring practical and impactful applications.</p>
</div>
<div>
<i class='bx bxs-lock-open bx-tada' style="color: aqua;margin-left:100px;"></i>
<h2><strong>Deep Learning</strong></h2>
<p>Expertise in building and training deep neural networks, specializing in image classification and object detection using Convolutional Neural Networks (CNNs). Skilled in hyperparameter tuning, optimization, and comprehensive model evaluation with performance metrics. Experienced in deploying sophisticated deep learning models into production environments for real-world impact.</p>
</div>
<div>
<i class='bx bxs-package bx-tada' style="color: aqua;margin-left:100px;"></i>
<h2><strong>Natural Language Processing (NLP)</strong></h2>
<p>Expertise in text preprocessing and feature extraction for robust Natural Language Processing (NLP). Proficient in building and training NLP models, specializing in text classification, sentiment analysis, Named Entity Recognition (NER), and part-of-speech tagging. Experienced in language generation, text summarization, topic modeling, and document clustering.</p>
</div>
<div>
<i class='bx bxs-yin-yang bx-tada' style="color: aqua;margin-left:100px;"></i>
<h2><strong>Computer Vision</strong></h2>
<p>Proficient in image classification using deep learning models, with expertise in object detection and localization. Experienced in face recognition, facial expression analysis, pose estimation, and action recognition. Proficient in video analysis and processing.</p>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<div class="container">
<h1 class="sub-title">My <div class="container-portfolio"><span class="highlight-text">Portfolio</span></div></h1>
<div class="portfolio-list">
<ul class="project-list">
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Titanic_DS_Solutions.ipynb" target="_blank"><h2>Titanic DS Solutions</h2></a><br>
<p>I provide some Data Science solutions for the Titanic dataset.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Men_vs_Woman_Shirts_Image_Classifier.ipynb" target="_blank"><h2>Men vs Woman Shirts Image Classifier</h2></a><br>
<p>Using KNN I make classification model which tells the given image is men's shirts or woman's dress.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Car_Price_Prediction.ipynb" target="_blank"><h2>Car Price Prediction</h2></a><br>
<p>I make a predictive ML model which predicts the actual price of a car using some input values.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Fake_News_Prediction.ipynb" target="_blank"><h2>Fake News Prediction</h2></a><br>
<p>I makes classification between fake news and real news and buid predictive system as fake news prediction.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/House_Price_Prediction.ipynb" target="_blank"><h2>House Price Prediction</h2></a><br>
<p>Using key parameters of house this ML model pedicts the accurate price of house.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Mall_Customer_Segmentation.ipynb" target="_blank"><h2>Mall Customer Segmentation</h2></a><br>
<p>This model predicts the key production demand for next future expertise.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Medical_Insurance_Cost_Prediction.ipynb" target="_blank"><h2>Medical Insurance Cost Prediction</h2></a><br>
<p>In medical field this ML model is provides the exact amount of insurance using some inout parameters.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Movie_Recommendaton.ipynb" target="_blank"><h2>Movie Recommendaton</h2></a><br>
<p>In this recommendation model using movies dataset we make predictive system which recommends movis on user search commands.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Spam_Mail_Prediction.ipynb" target="_blank"><h2>Spam Mail Prediction</h2></a><br>
<p>This ML model takes spam and non-spam mails as a input and then tells the given mail is spam or not-spam mail.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Rock_vs_Mine_Prediction.ipynb" target="_blank"><h2>Rock vs Mine Prediction</h2></a><br>
<p>In marine force ships this model helps to predict the underwater object is rock or mine using ray values input.</p>
</div>
</li>
<li class="project-item">
<div class="project-info">
<a href="https://github.com/OnlyCR7/DataSci-ML_Projects/blob/main/Gold_Price_Prediction.ipynb" target="_blank"><h2>Gold Price Prediction</h2></a><br>
<p>This model helps to predict the price of gold in real world data.</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<section class="certificates" id="certificates">
<div class="container">
<h1 class="sub-title">My <div class="container-certificates"><span class="highlight-text">Certificates</span></div></h1>
<div class="certificates-list">
<img src="images/internship.jpg">
<img src="images/acmegrade_intern.jpg">
<img src="images/microsoft.png">
<img src="images/tech_surf_certificate.jpg">
<img src="images/sdp_aplus.png">
<img src="images/techblidz_hackthon.png">
<img src="images/aiskill_challenge.jpg">
<img src="images/java_infosys.png">
<img src="images/python_infosys.png">
<img src="images/data_analysis.png">
<img src="images/python_cognitive.png">
<img src="images/sdp_java.png">
<img src="images/train_intern.png">
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<h1 class="sub-title">My <div class="container-contact"><span class="highlight-text">Contact</span></div></h1>
<center>
<div class="contact-list">
<p>
Feel free to contact me for any question. <br>
For open source projects, send an issue or pull request on Github. <br>
If you want to follow my work, reach me on Linkedin. <br>
Otherwise, send me an email at <span><strong>vbari8527@gmail.com</strong></span>.</p><br><br>
<a href="https://github.com/OnlyCR7" target="_blank"><i class='bx bxl-github bx-flip-horizontal' ></i></a>
<a href="https://www.linkedin.com/in/mycr7" target="_blank"><i class='bx bxl-linkedin-square'></i></a>
<a href="https://www.google.com/" target="_blank"><i class='bx bxs-envelope'></i></a>
<a href="https://www.google.com/" target="_blank"><i class='bx bxl-whatsapp-square'></i></a>
</div>
</center>
</div>
<div class="footer">
<p>Copyright © 2024; Designed by <span class="designer">BARI ANKIT</span></p>
</div>
</section>
</body>
<script src="script.js"></script>
</html>