-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (80 loc) · 3.63 KB
/
index.html
File metadata and controls
94 lines (80 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vikas Kendre | Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Vikas Kendre</h1>
<p>Software Developer | AI & VFX Pipeline Automation</p>
<p><a href="mailto:vikaskendre1989@gmail.com">vikaskendre1989@gmail.com</a> | Pune, India</p>
<p><a href="https://www.linkedin.com/in/vikaskendre/" target="_blank">LinkedIn</a></p>
</header>
<section id="summary">
<h2>Professional Summary</h2>
<p>Highly skilled Software Developer with extensive experience leading end-to-end development of VFX pipeline tools, AI-integrated applications, and operational automation. Expert in Python, PySide/PyQt, Flask, and C++ with a proven track record of improving efficiency by developing scalable and intuitive tools. Adept in Agile environments, CI/CD, and containerization.</p>
</section>
<section id="skills">
<h2>Technical Skills</h2>
<ul>
<li><strong>Languages:</strong> Python, C++, SQL, JavaScript, HTML, CSS</li>
<li><strong>Frameworks:</strong> PyQt, PySide, Flask</li>
<li><strong>Tools & Technologies:</strong> Nuke, Autodesk Maya, RV Player, Docker, Jenkins, Git, Lucidity</li>
<li><strong>Concepts:</strong> Data Analytics, Machine Learning (Scikit-learn), CI/CD, Agile, Containerization</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>PubIO</h3>
<p><em>PySide, Scikit-learn</em></p>
<p>Pipeline ingestion/publishing automation tool integrating PySide and Scikit-learn for automated decision workflows, improving throughput and consistency.</p>
</div>
<div class="project">
<h3>RetimeWizard</h3>
<p><em>PySide, Nuke</em></p>
<p>GUI-based batch retime automation tool reducing manual retime efforts by 70-80%, significantly improving compositing team productivity.</p>
</div>
<div class="project">
<h3>R3DTool</h3>
<p><em>C++</em></p>
<p>Utility for efficient handling and manipulation of R3D file metadata, converting .r3d files to EXR sequences and QT MOVs.</p>
</div>
<div class="project">
<h3>Show Manager</h3>
<p><em>Python, Flask, React</em></p>
<p>GUI web-based application for end-to-end show management, from setup to client deliverables (EXR sequences, QT MOVs).</p>
</div>
<div class="project">
<h3>Rudra</h3>
<p><em>PySide, Flask, VFX Integration</em></p>
<p>Full-stack pipeline application enabling cross-departmental workflows, reducing turnaround times and operational dependencies.</p>
</div>
<div class="project">
<h3>Review Tool</h3>
<p><em>Autodesk RV, PySide2</em></p>
<p>Playback and review application leveraging RV player APIs with PySide2 for studio review processes.</p>
</div>
<div class="project">
<h3>HR-Admin Dashboard</h3>
<p><em>Python, Flask</em></p>
<p>Web-based HR management tool automating leave tracking, approvals, and employee management.</p>
</div>
</section>
<section id="education">
<h2>Education & Certifications</h2>
<ul>
<li>PG Diploma, Data Analytics – University of Pune (2020)</li>
<li>Integrated MBA/BBA, Marketing – Assam Downtown University (2017)</li>
<li>IBM AI Developer Professional Certificate – Coursera (2025)</li>
</ul>
</section>
<footer>
<p>Languages: English, Hindi, Marathi</p>
<p>Interests: AI applications in VFX, pipeline automation, data-driven operational efficiency</p>
</footer>
</body>
</html>