Skip to content
View Yogiii13's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Yogiii13

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
Yogiii13/README.md

Typing SVG


Digital Craftsman (Data Scientist / AI-ML Engineer / Developer)


Coding

About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Yogesh:
    def __init__(self):
        self.username = 'Yogiii13'
        self.name = 'Yogesh Yadav'
        self.position = 'Data Scientist & AI-ML Engineer'
        self.web = 'https://github.com/Yogiii13'
        self.code = {
            'languages': ['Python', 'SQL', 'JavaScript'],
            'ml_frameworks': ['Scikit-learn', 'TensorFlow', 'Keras', 'PyTorch'],
            'data_tools': ['Pandas', 'NumPy', 'Plotly', 'Tableau'],
            'databases': ['MongoDB', 'PostgreSQL', 'MySQL'],
            'deployment': ['Docker', 'Flask', 'FastAPI', 'Streamlit']
        }
        self.achievements = {
            'model_accuracy': '95%',
            'efficiency_improvement': '35%',
            'scholarship': 'JEE Mains Merit (Top 5%)',
            'projects': 5
        }
    
    def __str__(self):
        return f"{self.name} | {self.position}"

me = Yogesh()
print(me)


Tech Arsenal

Languages

Python JavaScript SQL

AI/ML & Data Science

TensorFlow Keras PyTorch scikit-learn Pandas NumPy

Databases & Tools

MongoDB PostgreSQL Docker Git

Frameworks & Deployment

Flask FastAPI Streamlit


GitHub Analytics

GitHub Trophies

Contribution Graph


πŸš€ Featured Projects


πŸ† Achievements & Highlights

🎯 Achievement πŸ“Š Details
πŸŽ“ Scholarship Full 4-year Merit Scholarship (JEE Mains - Top 5%)
🧠 ML Accuracy 95% accuracy in medical diagnosis system
πŸš€ Impact 35% efficiency improvement through AI automation
πŸ“ˆ Scale Managed 11.7M+ records in production system
πŸŽ™οΈ Voice AI 92% speech recognition accuracy
πŸ‘₯ Leadership Vice President, Performing Arts Club
πŸ“œ Certifications UiPath β€’ Neo4j β€’ Zero Trust

πŸ’Ό Work Experience

Coding GIF

πŸ”¬ AI Intern

Edunet Foundation | Feb 2024 - Mar 2024

  • πŸ“Š Researched 50+ clinical sources for AI implementation
  • ⚑ Developed automation improving efficiency by 35%
  • πŸ“ Created technical documentation reducing timelines by 20%

πŸ“Š Data Science Intern

Altair Eduskills | Jan 2024 - Mar 2024

  • 🎯 Increased model accuracy by 15% through optimization
  • ⏱️ Reduced data processing time by 25%
  • πŸ“ˆ Contributed to 9% efficiency improvement across business units


πŸ“ˆ Contribution Graph

Contribution Graph

Snake animation


🎯 Current Focus

+ πŸ”­ Building production-ready ML models for healthcare & business applications
+ 🌱 Learning advanced MLOps, model deployment, and deep learning architectures
+ πŸ‘― Open to collaborate on AI/ML projects that create real-world impact
+ πŸ’Ό Seeking full-time Data Scientist/AI-ML Engineer opportunities in India & UAE
+ πŸ“« Reach me: [email protected]

πŸ’‘ Fun Facts

  • πŸŽ“ Full scholarship recipient (Top 5% JEE Mains)
  • 🎭 Vice President of Performing Arts Club
  • πŸ† Hackathon participant & problem solver
  • πŸ“š Avid learner exploring latest ML research papers
  • 🎯 Goal: Deploy 10 production ML models in 2024-25

πŸ“Š Profile Insights

Profile Views GitHub Followers GitHub Stars


πŸ’¬ Quote of the Day

Quote


β˜• Support My Work

If you like my projects, consider giving them a ⭐ or buying me a coffee!

BuyMeACoffee


⚑ Fun Fact: I can debug code faster than I can explain why it works! πŸ˜„

Last Updated: January 2026

Popular repositories Loading

  1. Aadhaar-Friction-Index- Aadhaar-Friction-Index- Public

    Aadhaar Friction Index (AFI) is a UIDAI hackathon project that quantifies authentication barriers using a "friction score" to identify system inefficiencies and exclusion risks.

    Jupyter Notebook 2 1

  2. Aurix-ai-desktop-assistant Aurix-ai-desktop-assistant Public

    Python 1

  3. My-Portfolio My-Portfolio Public

    JavaScript 1

  4. Employee-Payroll-System Employee-Payroll-System Public

    HTML

  5. breakout-ball-game breakout-ball-game Public

    Created a single-level interactive game in Python using Pygame, featuring paddle movement, ball physics, brick-breaking mechanics, and score tracking.

    Python

  6. Netflix_Clone Netflix_Clone Public

    This project is a clone of the Netflix landing page, developed to practice and demonstrate proficiency in front-end web development technologies.

    SCSS