Skip to content
View zev-walker's full-sized avatar

Block or report zev-walker

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zev-walker/README.md

class Vineeth:
    def __init__(self):
        self.name = "Vineeth TP"
        self.location = "Kerala, India"
        self.degree = "B.Tech in ECE, APJ Abdul Kalam Technological University (KTU)"
        self.stack = ["Python", "NumPy", "Pandas", "Scikit-learn", "PyTorch"]
        self.currently_learning = [
            "Deep Learning fundamentals",
            "Kaggle Titanic competition",
            "Multimodal AI & agentic systems"
        ]
        self.fun_fact = (
            "Has terraformed more virtual worlds in Minecraft "
            "than ML models deployed to production β€” for now."
        )

    def motto(self):
        return (
            "The Universe is under no obligation to make sense to us, "
            "so we build models to understand it anyway."
        )


vineeth = Vineeth()
print(vineeth.motto())

πŸ› οΈ Tech Stack

Languages

Python

ML / Data

NumPy Pandas Scikit-learn PyTorch

Tools

VS Code Jupyter Google Colab Streamlit Git GitHub n8n Gemini API

GitHub Stats Top Languages

GitHub Streak

Activity Graph

Trophies

πŸ’Ό Work Experience

Sutherland Global Services Ltd. β€” IT Associate | 2024 – 2025 (1 Year, 1 Month)

Technical Support Salesforce CRM Remote Access Tools

  • Provided technical support via live chat for global customers, resolving software issues, malware threats, and security concerns
  • Assisted customers using remote access tools (LogMeIn) and managed high-volume dual chat sessions efficiently
  • Supported non-technical and elderly users with clear, patient guidance
  • Handled subscriptions, refunds, and customer retention; documented all cases and follow-ups using Salesforce (CRM)

Techmindz β€” AI and ML Intern | 2024 – 2025 (9 Months)

Machine Learning Deep Learning LLMs Data Preprocessing

  • Learned the fundamentals of Machine Learning and Deep Learning from the ground up
  • Built basic ML models and neural networks, and worked on introductory deep learning projects
  • Gained exposure to Large Language Models (LLMs)
  • Performed data preprocessing and model evaluation, applying ML concepts through hands-on mini projects

Teachmaghi β€” Embedded Systems and Robotics Intern | 2023 (5 Days)

Microcontrollers Sensor Interfacing Embedded Systems

  • Acquired practical experience in microcontroller programming and sensor interfacing
  • Gained exposure to real-time embedded system integration

πŸš€ Featured Projects

Project Stack Highlights
AstroVision Advanced Python, Streamlit, Zoobot, PyTorch, Gemini API Fine-tuned Zoobot (ConvNeXT Nano) on Galaxy10 DECals (17,736 images); 92.9% validation accuracy across 5 galaxy classes; model hosted on Hugging Face; deployed live on Streamlit Cloud
AstroVision Python, Streamlit, CLIP, Gemini API Zero-shot galaxy morphology classifier using CLIP across 5 classes; Gemini-powered PDF research assistant for astronomy papers
Titanic Survival Prediction Python, Pandas, Scikit-learn, Matplotlib End-to-end ML workflow: EDA, preprocessing, feature selection, Logistic Regression vs Random Forest comparison (76.7% vs 70.2% accuracy)
Wine Quality Classification Python, Scikit-learn, Random Forest, SVM ML classifier comparing Random Forest and SVM; rebuilt to fix data leakage and clean up evaluation pipeline

πŸ† Achievements

Achievement Details
🟒 Kaggle: Python Course completed
🟒 Kaggle: Intro to Machine Learning Certificate earned
🟒 Kaggle: Intermediate Machine Learning Certificate earned
πŸ€– Anthropic: AI Fluency Certificate earned
🧠 IBM: Introduction to Artificial Intelligence Completed via Coursera
πŸ“Š DeepLearning.AI Γ— Stanford: Supervised Machine Learning Completed via Coursera (Andrew Ng's ML Specialization, Course 1)

πŸŽ“ Education

Degree Institution Year
B.Tech in Electronics & Communication Engineering Al Ameen Engineering College, Kulappully (APJ Abdul Kalam Technological University) 2020 – 2024

πŸ“š Currently Learning

πŸ”₯ PyTorch           β†’ Deep learning, fine-tuning pretrained models
πŸ“Š Andrew Ng ML Specialization β†’ Coursera (Course 1 completed)
🏠 House Price Prediction β†’ End-to-end structured ML project (in progress)
πŸš€ Long-term         β†’ Multimodal AI, agentic systems

πŸ“« Reach me at vineethav1333@gmail.com or on LinkedIn

Profile Views

Footer

Popular repositories Loading

  1. Wine-Quality Wine-Quality Public

    Python

  2. Astrovision Astrovision Public

    Python

  3. Titanic-Survival-Prediction Titanic-Survival-Prediction Public

    Hi! I've been looking into the machine learning stuff for a while, and thought I would also add what I had done in the IDE.

    Jupyter Notebook

  4. zev-walker zev-walker Public

  5. House-Price-Prediction House-Price-Prediction Public

    Python

  6. Astrovision-Advanced Astrovision-Advanced Public

    Python