Skip to content

Commit 41544dc

Browse files
Update README.md
1 parent 9df052f commit 41544dc

File tree

1 file changed

+80
-197
lines changed

1 file changed

+80
-197
lines changed

README.md

Lines changed: 80 additions & 197 deletions
Original file line numberDiff line numberDiff line change
@@ -1,197 +1,80 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Atharva Sandip Joshi - Resume</title>
7-
<style>
8-
body {
9-
font-family: sans-serif;
10-
margin: 0;
11-
padding: 2rem;
12-
background-color: white;
13-
color: #1a202c;
14-
}
15-
.container {
16-
max-width: 800px;
17-
margin: 0 auto;
18-
position: relative;
19-
}
20-
header {
21-
text-align: center;
22-
margin-bottom: 2rem;
23-
}
24-
h1 {
25-
font-size: 2.5rem;
26-
font-weight: bold;
27-
}
28-
section {
29-
margin-bottom: 2rem;
30-
}
31-
h2 {
32-
font-size: 1.25rem;
33-
font-weight: 600;
34-
border-bottom: 1px solid #ccc;
35-
padding-bottom: 0.25rem;
36-
margin-bottom: 0.5rem;
37-
}
38-
h3 {
39-
font-weight: bold;
40-
}
41-
.italic {
42-
font-style: italic;
43-
}
44-
.list {
45-
list-style-type: disc;
46-
padding-left: 1.25rem;
47-
font-size: 0.95rem;
48-
}
49-
a {
50-
color: #2563eb;
51-
text-decoration: none;
52-
}
53-
a:hover {
54-
text-decoration: underline;
55-
}
56-
p, li {
57-
margin-bottom: 0.5rem;
58-
}
59-
#downloadBtn {
60-
position: absolute;
61-
top: 1rem;
62-
right: 1rem;
63-
padding: 0.5rem 1.5rem;
64-
background-color: #6b7280;
65-
color: white;
66-
font-weight: bold;
67-
border: none;
68-
border-radius: 9999px;
69-
cursor: pointer;
70-
}
71-
#downloadBtn:hover {
72-
background-color: #4b5563;
73-
}
74-
</style>
75-
</head>
76-
<body>
77-
<main class="container" id="resumeContent">
78-
<button id="downloadBtn">Download as PDF</button>
79-
<header>
80-
<h1>Atharva Sandip Joshi</h1>
81-
<p>Mumbai, India · <a href="mailto:atharvajoshi2520@gmail.com">atharvajoshi2520@gmail.com</a></p>
82-
<p><a href="https://linkedin.com/in/atharva20">LinkedIn</a> | <a href="https://github.com/atharva20-coder">GitHub</a></p>
83-
</header>
84-
85-
<section>
86-
<h2>✨ Summary</h2>
87-
<p>
88-
Engineer with a strong foundation in full-stack development, real-time embedded systems, and applied ML. Built and deployed tools in AI diagnostics, automation, and social media. Solved 255+ LeetCode problems and currently mentoring beginners via YouTube to clarify core DSA concepts.
89-
</p>
90-
</section>
91-
92-
<section>
93-
<h2>💼 Experience</h2>
94-
<div>
95-
<h3>Web Developer – MechHelp, Nagpur</h3>
96-
<p class="italic">Sept 2024 – March 2025</p>
97-
<ul class="list">
98-
<li>Developed and deployed the official company website with Firebase integration.</li>
99-
<li>Automated deployment workflows using Git and shell scripts, reducing manual updates by 80%.</li>
100-
</ul>
101-
</div>
102-
<div>
103-
<h3>Research Intern – RCOEM, Nagpur</h3>
104-
<p class="italic">Dec 2023 – May 2024</p>
105-
<ul class="list">
106-
<li>Built and deployed PyTorch-based leaf disease classifier with Django web UI.</li>
107-
<li>Achieved 94%+ classification accuracy using MobileNetV2 and real-time inference.</li>
108-
</ul>
109-
</div>
110-
</section>
111-
112-
<section>
113-
<h2>💡 Skills</h2>
114-
<p><strong>Languages:</strong> Java, Python, C++, SQL, JavaScript</p>
115-
<p><strong>Web/Backend:</strong> Next.js, Django, Node.js, Prisma, Firebase</p>
116-
<p><strong>AI/ML:</strong> PyTorch, TensorFlow, Keras, OpenCV</p>
117-
<p><strong>Databases:</strong> MySQL, PostgreSQL, Firebase</p>
118-
<p><strong>Systems & Tools:</strong> Embedded C, Arduino, Multithreading, Git, Docker</p>
119-
</section>
120-
121-
<section>
122-
<h2>📚 Projects</h2>
123-
<div>
124-
<a href="https://swoopin.vercel.app" target="_blank"><strong>Swoopin – AI-Powered Social Media Automation Tool</strong></a>
125-
<ul class="list">
126-
<li>Built a full-stack SaaS integrating OpenAI and Instagram APIs to automate content workflows.</li>
127-
<li>Integrated Stripe billing and caching to reduce latency by 40%.</li>
128-
</ul>
129-
</div>
130-
<div>
131-
<a href="https://github.com/atharva20-coder/cyberGrid" target="_blank"><strong>CyberGrid Guardian – Real-Time Fault Monitoring</strong></a>
132-
<ul class="list">
133-
<li>Java Swing app to monitor SPI data from Arduino sensors and visualize anomalies.</li>
134-
<li>Stored logs in MySQL using JDBC and visualized via jFreeChart.</li>
135-
</ul>
136-
</div>
137-
<div>
138-
<a href="https://colab.research.google.com/drive/172facR1dMm7p9kZMLFWLLiNpj-mZDgsh" target="_blank"><strong>Apple Leaf Disease Classifier</strong></a>
139-
<ul class="list">
140-
<li>Trained MobileNetV2 model for 94%+ accurate disease classification.</li>
141-
<li>Deployed with Django for real-time inference UI.</li>
142-
</ul>
143-
</div>
144-
<div>
145-
<a href="https://devatharvajoshi.vercel.app/solalign" target="_blank"><strong>SolAlign – Solar Tilt Calculator</strong></a>
146-
<ul class="list">
147-
<li>Android app for computing solar panel tilt using GPS and seasonal factors.</li>
148-
<li>Used by field engineers in 4+ districts.</li>
149-
</ul>
150-
</div>
151-
</section>
152-
153-
<section>
154-
<h2>🎓 Education</h2>
155-
<p>
156-
<strong>B.Tech – Electrical Engineering</strong><br />
157-
Shri Ramdeobaba College of Engineering, Nagpur<br />
158-
Graduated: May 2024 | CGPA: 9.66 / 10 (Dean’s Topper)
159-
</p>
160-
</section>
161-
162-
<section>
163-
<h2>🏆 Achievements</h2>
164-
<ul class="list">
165-
<li>Solved 255+ LeetCode problems in Trees, Graphs, and DP.</li>
166-
<li>Created a YouTube channel teaching DSA to beginners.</li>
167-
<li>Dean’s Scholar 4 years in a row.</li>
168-
<li>Selected for state-level tech exhibitions (AI, automation).</li>
169-
</ul>
170-
</section>
171-
172-
<section>
173-
<h2>📖 Certifications</h2>
174-
<ul class="list">
175-
<li>TensorFlow for Deep Learning – Google/Udacity</li>
176-
<li>Cloud App Dev with Node.js and React – IBM</li>
177-
<li>Data Analysis Fundamentals – LT EduTech</li>
178-
</ul>
179-
</section>
180-
</main>
181-
182-
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js"></script>
183-
<script>
184-
document.getElementById("downloadBtn").addEventListener("click", function () {
185-
const element = document.body; // Capture full body instead of just resumeContent
186-
const opt = {
187-
margin: 0.2,
188-
filename: "Atharva_Joshi_Resume.pdf",
189-
image: { type: "jpeg", quality: 0.98 },
190-
html2canvas: { scale: 2, useCORS: true },
191-
jsPDF: { unit: "in", format: "a4", orientation: "portrait" }
192-
};
193-
html2pdf().set(opt).from(element).save();
194-
});
195-
</script>
196-
</body>
197-
</html>
1+
# Atharva Sandip Joshi
2+
3+
📍 Mumbai, India
4+
📧 [atharvajoshi2520@gmail.com](mailto:atharvajoshi2520@gmail.com)
5+
🔗 [LinkedIn](https://linkedin.com/in/atharva20) | [GitHub](https://github.com/atharva20-coder)
6+
7+
---
8+
9+
## ✨ Summary
10+
11+
Engineer with a strong foundation in full-stack development, real-time embedded systems, and applied ML. Built and deployed tools in AI diagnostics, automation, and social media. Solved 255+ LeetCode problems and currently mentoring beginners via YouTube to clarify core DSA concepts.
12+
13+
---
14+
15+
## 💼 Experience
16+
17+
### Web Developer – MechHelp, Nagpur
18+
*Sept 2024 – March 2025*
19+
- Developed and deployed the official company website with Firebase integration.
20+
- Automated deployment workflows using Git and shell scripts, reducing manual updates by 80%.
21+
22+
### Research Intern – RCOEM, Nagpur
23+
*Dec 2023 – May 2024*
24+
- Built and deployed PyTorch-based leaf disease classifier with Django web UI.
25+
- Achieved 94%+ classification accuracy using MobileNetV2 and real-time inference.
26+
27+
---
28+
29+
## 💡 Skills
30+
31+
**Languages:** Java, Python, C++, SQL, JavaScript
32+
**Web/Backend:** Next.js, Django, Node.js, Prisma, Firebase
33+
**AI/ML:** PyTorch, TensorFlow, Keras, OpenCV
34+
**Databases:** MySQL, PostgreSQL, Firebase
35+
**Systems & Tools:** Embedded C, Arduino, Multithreading, Git, Docker
36+
37+
---
38+
39+
## 📚 Projects
40+
41+
### [Swoopin – AI-Powered Social Media Automation Tool](https://swoopin.vercel.app)
42+
- Built a full-stack SaaS integrating OpenAI and Instagram APIs to automate content workflows.
43+
- Integrated Stripe billing and caching to reduce latency by 40%.
44+
45+
### [CyberGrid Guardian – Real-Time Fault Monitoring](https://github.com/atharva20-coder/cyberGrid)
46+
- Java Swing app to monitor SPI data from Arduino sensors and visualize anomalies.
47+
- Stored logs in MySQL using JDBC and visualized via jFreeChart.
48+
49+
### [Apple Leaf Disease Classifier](https://colab.research.google.com/drive/172facR1dMm7p9kZMLFWLLiNpj-mZDgsh)
50+
- Trained MobileNetV2 model for 94%+ accurate disease classification.
51+
- Deployed with Django for real-time inference UI.
52+
53+
### [SolAlign – Solar Tilt Calculator](https://devatharvajoshi.vercel.app/solalign)
54+
- Android app for computing solar panel tilt using GPS and seasonal factors.
55+
- Used by field engineers in 4+ districts.
56+
57+
---
58+
59+
## 🎓 Education
60+
61+
**B.Tech – Electrical Engineering**
62+
Shri Ramdeobaba College of Engineering, Nagpur
63+
Graduated: May 2024 | CGPA: 9.66 / 10 (Dean’s Topper)
64+
65+
---
66+
67+
## 🏆 Achievements
68+
69+
- Solved 255+ LeetCode problems in Trees, Graphs, and DP.
70+
- Created a YouTube channel teaching DSA to beginners.
71+
- Dean’s Scholar 4 years in a row.
72+
- Selected for state-level tech exhibitions (AI, automation).
73+
74+
---
75+
76+
## 📖 Certifications
77+
78+
- TensorFlow for Deep Learning – Google/Udacity
79+
- Cloud App Dev with Node.js and React – IBM
80+
- Data Analysis Fundamentals – LT EduTech

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy