-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
255 lines (230 loc) · 9.86 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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ayush Ranjan Portfolio</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" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Data Science</strong> Portfolio</a>
<ul class="icons">
<li><a href="https://twitter.com/ayushranjan14" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/AyushRanjan15" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://medium.com/@ayushranjan_46505" class="icon brands fa-medium-m"><span class="label">Medium</span></a></li>
<li><a href="https://www.linkedin.com/in/ayush-ranjan-582b9a136/" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Hi, I’m Ayush<br /></h1>
</header>
<p>Welcome to my portfolio website. I hold a master’s degree in Data Science and a Bachelors degree in Electronics and Communication.
Since I was a kid I was really into solving puzzles. Later I dove deep into electronics and explored the world of IOT and sensors. My IOT projects introduced me to data and I slowly started developing interest into technologies to store, manipulate and translate data into products to solve complex problems. </p>
</div>
<span class="image object">
<img src="images/me2.png" alt="" />
</span>
</section>
<div>
<h2>The world is one big data problem. - Andrew McAfee</h2>
<p>The thing that made data science special for me is the versatility that it offers in terms of problems that can be solved using data. And, the flexibility it allows in terms of approaches to the solution</p>
</div>
<!-- Section -->
<section>
<header class="major">
<h2>Showcasing Skills</h2>
</header>
<div class="features">
<article>
<span class="image">
<img src="images/icon/python.ico" alt="" />
</span>
<div class="content">
<h3>Python</h3>
</div>
</article>
<article>
<span class="image">
<img src="images/icon/pandas.ico" alt="" />
</span>
<div class="content">
<h3>Pandas</h3>
</div>
</article>
<article>
<span class="image">
<img src="images/icon/sklearn.ico" alt="" />
</span>
<div class="content">
<h3>Sk-learn</h3>
</div>
</article>
<article>
<span class="image">
<img src="images/icon/matplotlib.ico" alt="" />
</span>
<div class="content">
<h3>Matplotlib</h3>
</div>
</article>
<article>
<span class="image">
<img src="images/icon/mysql.ico" alt="" />
</span>
<div class="content">
<h3>MySql</h3>
</div>
</article>
<article>
<span class="image">
<img src="images/icon/GitHub.ico" alt="" />
</span>
<div class="content">
<h3>GitHub</h3>
</div>
</article>
<article>
<span class="image">
<img src="images/icon/tableau.ico" alt="" />
</span>
<div class="content">
<h3>Tableau</h3>
</div>
</article>
</div>
</section>
<!-- Section-->
<section>
<header class="major">
<h2>Projects</h2>
</header>
<div class="posts">
<article>
<a href="#" class="image"><img src="images/project_image/ames/ames.png" alt="" /></a>
<h3>Ames Housing Price Prediction App</h3>
<p> This Project is based on "Housing Prices Competition for Kaggle Learn Users". In this project I try to take the solution one step further and build a web app deployed on a cloud virtual machine.</p>
<ul class="actions">
<li><a href="ames.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image"><img src="images/project_image/spotify/cover.png" alt="" /></a>
<h3>Spotify music recommendation App</h3>
<p> This Project is build over Spotify API. Given a source playlist the app recommends most similar songs in target playlist.</p>
<ul class="actions">
<li><a href="spotify.html" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image"><img src="images/project_image/B+tree/tree.jpeg" alt="" /></a>
<h3>Building heap on disk & B+ tree from heap</h3>
<p> In this project I am using Java to build B+ tree. The objective is to build clustered and un-clustered indexes on heap and report the performance difference.</p>
<ul class="actions">
<li><a href="https://github.com/AyushRanjan15/B-tree_index" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image"><img src="images/project_image/kaggle/gun.jpg" alt="" /></a>
<h3>Gun violence Exploratory Data Analysis</h3>
<p> This project is an Exploratory Data Analysis(EDA) of the data posted by Gun Violence Archive on Kaggle. In this analysis I investigate various aspects of the dataset and try to put light of some of the root causes of gun violence in USA.</p>
<ul class="actions">
<li><a href="https://www.kaggle.com/ayushranjan15/are-we-safe-anywhere-extensive-eda" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image"><img src="images/project_image/tableau/dashboard.png" alt="" /></a>
<h3>Insurance Company Tableau Dashboard</h3>
<p> This dashboard is developed to analyze data from an insurance company (hypothetical) . The dashboard gives a deeper insight into the sales and distribution of the car insurance company.</p>
<ul class="actions">
<li><a href="https://public.tableau.com/app/profile/ayush.ranjan/viz/demoins/Story1" class="button">More</a></li>
</ul>
</article>
</div>
</section>
<section>
<!-- <header class="major">-->
<!-- <h2>Projects</h2>-->
<!-- </header>-->
<!-- <div class="posts">-->
<!-- <article>-->
<!-- <a href="#" class="image"><img src="images/project_leader.jpg" alt="" /></a>-->
<!-- <h3>End To End</h3>-->
<!-- <p> Explore data science projects from problem statement to deployment</p>-->
<!-- <ul class="actions">-->
<!-- <li><a href="ete.html" class="button">More</a></li>-->
<!-- </ul>-->
<!-- </article>-->
<!-- <article>-->
<!-- <a href="#" class="image"><img src="images/data_analysis.jpg" alt="" /></a>-->
<!-- <h3>Data Analysis</h3>-->
<!-- <p> Explore Data Analysis projects on diverse topics</p>-->
<!-- <ul class="actions">-->
<!-- <li><a href="dataanalysis.html" class="button">More</a></li>-->
<!-- </ul>-->
<!-- </article>-->
<article>
<a href="#" class="image left"><img src="images/things-successful-blogs-have-in-common-featured-image.jpg" alt="" /></a>
<h3>Articles and Blog</h3>
<p>This section highlights some of my contribution to the community and attempts towards data journalism</p>
<ul class="actions">
<li><a href="blogs.html" class="button">More</a></li>
</ul>
</article>
<!-- </article>-->
<!-- </div>-->
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<!-- <ul>-->
<!-- <li><a href="index.html">Homepage</a></li>-->
<!-- <li><a href="resume/resume.pdf">Resume</a></li>-->
<!-- </ul>-->
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Please feel free to get in touch</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="#">[email protected]</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>