Skip to content
View VivekGhantiwala's full-sized avatar
๐Ÿ’ญ
Happy
๐Ÿ’ญ
Happy

Block or report VivekGhantiwala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
VivekGhantiwala/README.md

Typing SVG





Profile Views



WHO AM I

#!/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.


WHAT I'VE SHIPPED

Real Products. Real Solutions. Real Impact.


๐Ÿค– DataPilot-AI




Comprehensive Python Framework for Data Analysis

Python Machine Learning AI Automation


โœ… Automated data analysis pipelines
โœ… Machine learning model generation
โœ… AI-powered insights extraction
โœ… Production-ready framework

๐ŸŒพ FreshConnect




Farm-to-Table MERN Marketplace

MongoDB Express React Node.js


โœ… Multi-role platform (Farmers, Sellers, Hotels)
โœ… Real-time inventory management
โœ… Complete supply chain solution
โœ… Scalable architecture


๐Ÿ” YumYumRank




Full-Stack Food Health Rating Platform

HTML5 CSS3 JavaScript API Integration


โœ… Nutritional analysis engine ย ย |ย ย  โœ… Smart food alternatives ย ย |ย ย  โœ… Health scoring system ย ย |ย ย  โœ… User reviews & ratings




TECH STACK


Languages I Speak



Frameworks & Libraries



Databases & Cloud



Tools I Use Daily



Currently Mastering


Data Science โ€ข Machine Learning โ€ข Deep Learning โ€ข Generative AI




GITHUB ANALYTICS







THE JOURNEY


โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                                                                                   โ•‘
โ•‘    ๐Ÿ“š  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."                                         โ•‘
โ•‘                                                                                   โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿ’ก Click to see how I learn


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




LET'S CONNECT


I'm always interested in collaborating on meaningful projects



ย ย  ย ย 



๐Ÿ’ผ Open To

Internships in Data Science / AI / ML
Entry-level roles that challenge me
Collaborations on projects that matter



๐Ÿ“ง vivekghantiwala14@gmail.com





                    โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
                    โ”‚                                      โ”‚
                    โ”‚   "Everyone talks about AI.          โ”‚
                    โ”‚    I build with it."                 โ”‚
                    โ”‚                                      โ”‚
                    โ”‚              โ€” Vivek Ghantiwala      โ”‚
                    โ”‚                                      โ”‚
                    โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Popular repositories Loading

  1. YumYumRank YumYumRank Public

    ๐Ÿฅ— Yum Yum Rank - A full-stack food health rating platform featuring nutritional analysis, smart alternatives & user reviews

    HTML 1

  2. FreshConnect FreshConnect Public

    ๐Ÿฅฌ Fresh Connect - A comprehensive MERN stack food marketplace connecting farmers, sellers, hotels & consumers. Features real-time inventory, urgent sales, order tracking & admin dashboard. BCA Majoโ€ฆ

    JavaScript 1

  3. DataPilot-AI DataPilot-AI Public

    ๐Ÿ”ฌ A comprehensive Python framework for automated data analysis, machine learning, and AI-powered insights. Features AutoML, explainable AI (SHAP/LIME), time series forecasting, interactive dashboarโ€ฆ

    Python 1

  4. VivekGhantiwala VivekGhantiwala Public

  5. OpenCRE OpenCRE Public

    Forked from OWASP/OpenCRE

    GSoC

    Python

  6. Nest Nest Public

    Forked from OWASP/Nest

    Your gateway to OWASP. Discover, engage, and help shape the future!

    Python