#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@author: Vivek Ghantiwala
@file: about_me.py
@description: Not just another developer. A builder who ships.
"""
class VivekGhantiwala:
"""
M.Sc Data Science & AI | Full-Stack Developer | Builder
"""
def __init__(self):
self.name = "Vivek Ghantiwala"
self.location = "India ๐ฎ๐ณ"
self.education = "M.Sc in Data Science & Artificial Intelligence"
self.role = "Full-Stack Developer โ Data Scientist โ AI Engineer"
self.contact = {
"๐ง email": "vivekghantiwala14@gmail.com",
"๐ผ linkedin": "linkedin.com/in/vivek-ghantiwala-763162264",
"๐ github": "github.com/VivekGhantiwala"
}
def what_i_do(self) -> list:
return [
"๐จ Build full-stack web applications",
"๐ค Create AI-powered tools and frameworks",
"๐ Analyze data to solve real problems",
"๐ Ship products, not just write code"
]
def my_philosophy(self) -> dict:
return {
"principle_1": "Build first, announce later",
"principle_2": "Code every single day",
"principle_3": "Learn by doing, not watching",
"principle_4": "Solve real problems, not tutorial problems"
}
def __str__(self):
return "Developer who doesn't just learn โ I BUILD."
if __name__ == "__main__":
vivek = VivekGhantiwala()
print(vivek)
# Output: Developer who doesn't just learn โ I BUILD.
๐ค DataPilot-AIComprehensive Python Framework for Data Analysis
โ
Automated data analysis pipelines
|
๐พ FreshConnectFarm-to-Table MERN Marketplace
โ
Multi-role platform (Farmers, Sellers, Hotels)
|
๐ YumYumRank
Full-Stack Food Health Rating Platform
HTML5 CSS3 JavaScript API Integration
โ Nutritional analysis engine ย ย |ย ย โ Smart food alternatives ย ย |ย ย โ Health scoring system ย ย |ย ย โ User reviews & ratings
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ ๐ M.Sc in Data Science & Artificial Intelligence โ
โ โ
โ Instead of paying โน10+ Lakhs for bootcamps, I consolidated the curriculum โ
โ from the world's BEST institutions and I'm teaching myself: โ
โ โ
โ ๐ IIIT-Hyderabad ๐ MIT xPRO โ
โ ๐ Stanford University ๐ DeepLearning.AI โ
โ ๐ Udacity Nanodegrees ๐ Scaler Academy โ
โ โ
โ No shortcuts. No excuses. No announcements until results. โ
โ โ
โ "The grind doesn't need an audience." โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
| My Rule | What It Means |
|---|---|
| ๐จ Build > Watch | I don't binge tutorials. I build projects. |
| ๐ Daily Code | Not a single day without writing code. |
| ๐ฏ Real Problems | No Titanic datasets. Real world problems. |
| ๐ Silent Grind | I don't announce. I deliver. |
| ๐ Compound Growth | 1% better daily = 37x better yearly. |
Curriculum worth: โน10-12 Lakhs
My investment: Discipline + Internet + Time
I'm always interested in collaborating on meaningful projects
Internships in Data Science / AI / ML
Entry-level roles that challenge me
Collaborations on projects that matter
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ "Everyone talks about AI. โ
โ I build with it." โ
โ โ
โ โ Vivek Ghantiwala โ
โ โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ





