-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
276 lines (254 loc) · 10.3 KB
/
index.html
File metadata and controls
276 lines (254 loc) · 10.3 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>V R Vikash | Portfolio</title>
<meta name="description" content="Portfolio of V R Vikash, AI and Data Science student." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="noise" aria-hidden="true"></div>
<header class="site-header">
<div class="brand">V R VIKASH</div>
<nav>
<a href="#projects">Projects</a>
<a href="#experience">Experience</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
</header>
<main>
<section class="hero reveal">
<p class="eyebrow">Portfolio / AI + Software</p>
<h1>AI and Data Science student building practical, user-centered software.</h1>
<p class="lead">
Focused on machine learning, computer vision, and product-minded development.
Currently pursuing a Bachelor's in Artificial Intelligence and Data Science at
Coimbatore Institute of Engineering and Technology (2022 - 2026).
</p>
<div class="quick-meta">
<p>Coimbatore, Tamil Nadu</p>
<p>Programmer | AI/ML Intern Profile</p>
</div>
<a class="cta" href="#projects">View Projects</a>
</section>
<section id="projects" class="work">
<div class="section-head reveal">
<p class="eyebrow">Selected Projects</p>
</div>
<article class="project reveal">
<div>
<h2>Smart Surveillance System</h2>
<p>
AI-powered surveillance system for real-time accident detection using mobile camera
input and sensor data. Automatically detects road accidents and triggers alerts to
authorities and emergency contacts via calls and SMS.
</p>
<p class="dates">Jan 2025 - Mar 2025</p>
<p class="stack">Python | Computer Vision | Deep Learning | Mobile Sensors | APIs</p>
</div>
<p class="meta">AI / Accident Detection</p>
</article>
<article class="project reveal">
<div>
<h2>Deepfake Detection System</h2>
<p>
Built a deep learning-based system to identify manipulated videos and images.
Implemented model training, evaluation, and a user-facing interface for real-time
deepfake detection.
</p>
<p class="dates">Apr 2023 - May 2023</p>
<p class="stack">Python | CNNs | Deep Learning | OpenCV | Flask</p>
</div>
<p class="meta">Vision / Media Forensics</p>
</article>
<article class="project reveal">
<div>
<h2>HR AI Automation (ATS System)</h2>
<p>
AI-powered ATS that automates resume screening, candidate scoring, shortlisting,
and rejection based on job descriptions and skill matching. Includes admin dashboard,
analytics, and scoring rules.
</p>
<p class="stack">Node.js | Python | NLP | PostgreSQL | React | REST APIs</p>
</div>
<p class="meta">HR Tech / ATS</p>
</article>
<article class="project reveal">
<div>
<h2>DocAI - AI Document Assistant</h2>
<p>
Built an AI-based document processing system that extracts, analyzes, and summarizes
information from PDFs and resumes for ATS workflows and intelligent querying.
</p>
<p class="stack">Python | NLP | OCR | LLM APIs | Vector Search</p>
</div>
<p class="meta">Documents / AI</p>
</article>
<article class="project reveal">
<div>
<h2>Vybe - Music-Based Social App</h2>
<p>
Music-integrated social app with profile matching, chat, and Spotify API integration.
Connects users through music preferences and supports social interactions.
</p>
<p class="stack">Flutter | Supabase | Spotify API | Real-time Chat</p>
</div>
<p class="meta">Social / Mobile</p>
</article>
<article class="project reveal">
<div>
<h2>Echofy - Voice Chat (Low RAM Optimized)</h2>
<p>
Lightweight real-time voice chat application optimized for low-RAM systems with
efficient audio streaming and smooth communication on low-end devices.
</p>
<p class="stack">Python | WebSockets | Audio Streaming | Networking</p>
</div>
<p class="meta">Voice / Performance</p>
</article>
<article class="project reveal">
<div>
<h2>Clara - AI Assistant</h2>
<p>
Developed a personal AI assistant for chat-based interactions, task automation,
and API integrations with a modular architecture for extending tools and skills.
</p>
<p class="stack">Python | APIs | NLP | Task Automation</p>
</div>
<p class="meta">Assistant / Automation</p>
</article>
<article class="project reveal">
<div>
<h2>MediMind AI</h2>
<p>
Healthcare-focused AI system for medical data processing, symptom analysis, and
intelligent recommendations to support healthcare decision-making.
</p>
<p class="stack">Python | Machine Learning | Healthcare AI</p>
</div>
<p class="meta">Healthcare / AI</p>
</article>
<article class="project reveal">
<div>
<h2>Multi-GPU Training</h2>
<p>
Distributed training setup for deep learning models using multi-GPU configuration
to speed up large-scale training and improve compute efficiency.
</p>
<p class="stack">PyTorch | CUDA | Distributed Training</p>
</div>
<p class="meta">Infra / Deep Learning</p>
</article>
<article class="project reveal">
<div>
<h2>Code Comment Generator</h2>
<p>
AI-powered tool that automatically generates meaningful comments for source code
to improve readability and documentation quality.
</p>
<p class="stack">Python | NLP | LLM APIs</p>
</div>
<p class="meta">Developer Tools</p>
</article>
<article class="project reveal">
<div>
<h2>NotifyBot</h2>
<p>
Automated notification bot for alerts and reminders integrated with messaging APIs
for seamless communication.
</p>
<p class="stack">Python | APIs | Automation</p>
</div>
<p class="meta">Automation / Alerts</p>
</article>
<article class="project reveal">
<div>
<h2>Reddit Data Scraper</h2>
<p>
Automated web scraper to collect Reddit posts for data analysis and NLP tasks,
enabling large-scale data collection for research.
</p>
<p class="stack">Python | Scrapy | Data Pipelines</p>
</div>
<p class="meta">Data Engineering</p>
</article>
<article class="project reveal">
<div>
<h2>Mapping a Pattern onto a Curved Surface</h2>
<p>
Graphics and geometry project implementing texture mapping onto curved 3D surfaces
using mathematical transformations.
</p>
<p class="stack">Python | Math | Geometry | Graphics</p>
</div>
<p class="meta">Graphics / Math</p>
</article>
</section>
<section id="experience" class="about reveal">
<p class="eyebrow">Experience</p>
<div class="experience-item">
<h3>Data Science Intern - Lumous Global Ventures</h3>
<p class="dates">Nov 2025 - Present</p>
<ul>
<li>Working on data science projects and analytics for global ventures.</li>
<li>Applying machine learning and statistical analysis to solve business problems.</li>
<li>Collaborating with cross-functional teams on data-driven solutions.</li>
</ul>
</div>
<div class="experience-item">
<h3>Machine Learning Intern - Cognifyz Technologies</h3>
<p class="dates">Nov 2024 - Jan 2025</p>
<ul>
<li>Built and optimized machine learning models using Python, TensorFlow, and Scikit-learn for real-world use cases.</li>
<li>Worked on data preprocessing, feature engineering, model tuning, and evaluation.</li>
<li>Collaborated with team members on deep learning workflows and deployment-ready pipelines.</li>
</ul>
</div>
</section>
<section id="about" class="about reveal">
<p class="eyebrow">About Me</p>
<p>
AI and Data Science student with experience in game development, software engineering,
and AI projects. Skilled in Python, C, Java, HTML, CSS, and Blender, with interest in
building smart applications through practical technical solutions.
</p>
<div class="split">
<div>
<h3>Core Skills</h3>
<ul>
<li>Data Science</li>
<li>Artificial Intelligence</li>
<li>Python Programming</li>
<li>Machine Learning</li>
<li>Flutter Development</li>
<li>Full Stack Development</li>
</ul>
</div>
<div>
<h3>Languages</h3>
<ul>
<li>Tamil - Native</li>
<li>English - Intermediate</li>
</ul>
</div>
</div>
</section>
<section id="contact" class="contact reveal">
<p class="eyebrow">Contact</p>
<h2>Open to AI/ML and software opportunities.</h2>
<div class="contact-links">
<a href="mailto:vikashvadivel1024@gmail.com">vikashvadivel1024@gmail.com</a>
<a href="tel:+919486831712">+91 9486831712</a>
<a href="https://www.linkedin.com/in/vikash-vr" target="_blank" rel="noreferrer">LinkedIn</a>
<a href="https://github.com/vikashvr1024" target="_blank" rel="noreferrer">GitHub</a>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>