Skip to content
View eddiebrock911's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report eddiebrock911

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

ย GitHub Analytics






ย whoami

#!/usr/bin/env python3
# โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
#  Developer Profile โ€” Ankit Kumar  |  eddiebrock911
# โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

class AnkitKumar:
    def __init__(self):
        self.name            = "Ankit Kumar"
        self.alias           = "eddiebrock911"
        self.role            = ["AI Engineer", "ML Specialist", "Full Stack Developer"]
        self.location        = "Patna, Bihar, India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.education       = "Computer Science"
        self.flagship        = "BabyAI โ€” Next-Gen Personal AI Assistant ๐Ÿค–"
        self.email           = "[email protected]"
        self.portfolio       = "https://ankitai.onrender.com"

        self.skills = {
            "AI / ML"       : ["Deep Learning", "NLP", "Computer Vision", "Transformers", "BERT/GPT"],
            "Languages"     : ["Python ๐Ÿ", "JavaScript โšก", "C++", "SQL", "HTML/CSS"],
            "Frontend"      : ["React", "Next.js", "Tailwind CSS", "Redux"],
            "Backend"       : ["Flask", "Django", "Node.js", "REST APIs"],
            "Databases"     : ["MySQL", "MongoDB", "SQLite"],
            "Cloud/DevOps"  : ["AWS", "Docker", "GitHub Actions", "Render", "Vercel"],
            "Tools"         : ["VS Code", "Jupyter", "Postman", "Linux", "Git"],
        }

        self.dream = "๐ŸŒŒ Build AI-driven living ecosystems on Mars"
        self.fact  = "I debug at 3AM and somehow it always works ๐Ÿ˜…"

    def current_status(self):
        return {
            "building"   : "BabyAI โ€” Emotion Sensing + Wake Word + Camera Vision",
            "learning"   : "Transformers, LLMs, Reinforcement Learning",
            "open_to"    : ["Internships", "Freelance", "AI/ML Collaboration", "Research"],
        }

me = AnkitKumar()
print(f"๐Ÿ‘‹ Hey! I'm {me.name} โ€” {me.dream}")
# Output: ๐Ÿ‘‹ Hey! I'm Ankit Kumar โ€” ๐ŸŒŒ Build AI-driven living ecosystems on Mars

๐Ÿ—‚๏ธ Projects ๐Ÿค– ML Models ๐Ÿ’ป Lines of Code โ˜• Coffees ๐ŸŒŸ GitHub Stars
25+ 30+ 100K+ โˆž Growing

๐Ÿ† Featured Projects

๐Ÿค– BabyAI โ€” Flagship Project

Next-Generation Personal AI Assistant

PyTorch OpenAI React Python

๐ŸŽญ Emotion Sensing    โ†’ Real-time emotion detection
๐Ÿ”Š Wake-Word Engine   โ†’ Always-on voice activation
๐Ÿ“ท Camera Vision      โ†’ Advanced CV & object recognition
๐Ÿง  Personalized AI    โ†’ Learns your preferences over time

๐Ÿ“‚ Repo ย ยทย  ๐Ÿ“– Docs

๐Ÿ IPL Win Predictor

ML-Powered Cricket Analytics

Python Scikit-learn Streamlit

Real-time IPL match win probability predictor using Logistic Regression trained on 10+ years of historical match data. Interactive UI with live score inputs.

๐Ÿš€ Live Demo ย ยทย  ๐Ÿ“‚ Repo

๐Ÿ“ง SMS / Email Spam Classifier

Intelligent NLP-Based Detection

NLP Scikit-learn Flask

TF-IDF vectorization + Naive Bayes classifier with 97%+ accuracy on real spam datasets. Handles SMS, email & multi-language inputs.

๐Ÿš€ Live Demo ย ยทย  ๐Ÿ“‚ Repo

๐Ÿ… Olympics Analysis Dashboard

Interactive Data Visualization

Pandas Plotly Streamlit

Comprehensive Olympic data explorer with medal tallies, athlete comparisons, country rankings, and decade-wise trend analysis.

๐Ÿš€ Live Demo ย ยทย  ๐Ÿ“‚ Repo

๐ŸŽฎ Tic Tac Toe Online

Online Multiplayer Board Game

JavaScript HTML5 CSS3

Classic Tic Tac Toe reimagined for the browser โ€” play online or offline against a friend. Clean UI, instant moves, zero dependencies โ€” pure Vanilla JS.

๐ŸŽฎ Play Now ย ยทย  ๐Ÿ“‚ Repo

๐ŸŽฌ Movie Recommender System

Content-Based + Collaborative Filtering

Python Pandas Streamlit

Personalized movie recommendations using cosine similarity on TF-IDF genre vectors combined with collaborative filtering on 5000+ movie dataset.

๐Ÿš€ Live Demo ย ยทย  ๐Ÿ“‚ Repo

ย Tech Stack

๐ŸŒ Languages

Python JavaScript C++ SQL HTML5 CSS3

๐Ÿค– AI / ML & Data Science

TensorFlow PyTorch Keras Scikit-Learn OpenCV Pandas NumPy Matplotlib Plotly Streamlit

โš›๏ธ Frontend

React Next.js Tailwind CSS Bootstrap Redux

๐Ÿ”ง Backend & Databases

Node.js Flask Django MySQL MongoDB

โ˜๏ธ Cloud & DevOps

Git GitHub Actions Docker AWS Render Vercel Heroku

๐Ÿ› ๏ธ Dev Tools

VS Code Jupyter Postman Linux Android Unity

๐Ÿ—บ๏ธ Learning Roadmap

graph TD
    ROOT(["โšก Ankit Kumar\nAI Engineer"])

    ROOT --> ML(["๐Ÿค– Machine Learning"])
    ROOT --> DL(["๐Ÿง  Deep Learning"])
    ROOT --> NLP(["๐Ÿ’ฌ NLP"])
    ROOT --> CV(["๐Ÿ‘๏ธ Computer Vision"])
    
    ML --> ML1(["๐Ÿ“Š Supervised\nLearning"])
    ML --> ML2(["๐Ÿ” Unsupervised\nLearning"])
    ML --> ML3(["๐ŸŽฐ Reinforcement\nLearning"])

    DL --> DL1(["๐Ÿ•ธ๏ธ Neural Networks"])
    DL --> DL2(["๐Ÿ–ผ๏ธ CNNs"])
    DL --> DL3(["๐Ÿ”„ RNNs & LSTMs"])

    NLP --> NLP1(["๐Ÿ”ค Transformers"])
    NLP --> NLP2(["๐Ÿงฌ BERT & GPT"])
    NLP --> NLP3(["๐Ÿ“ Text Classification"])

    CV --> CV1(["๐Ÿ“ท OpenCV"])
    CV --> CV2(["๐ŸŽฏ Object Detection"])
    CV --> CV3(["๐Ÿ˜Š Emotion AI"])

    
    style ROOT fill:#00D4FF,stroke:#00D4FF,color:#000,font-weight:bold
    style ML   fill:#FF6B6B,stroke:#FF6B6B,color:#fff
    style DL   fill:#4ECDC4,stroke:#4ECDC4,color:#fff
    style NLP  fill:#FFE66D,stroke:#FFE66D,color:#000
    style CV   fill:#A78BFA,stroke:#A78BFA,color:#fff
Loading

๐Ÿ“ Latest Blog Posts

๐Ÿ’ญ Dev Quote

Quote

๐Ÿค Let's Connect

๐Ÿ’ก Open to internships, freelance projects, AI/ML research collaborations & open-source contributions!




๐Ÿ’– Support My Work

Buy Me A Coffee



โšก Life in Code

class AnkitKumar extends Developer {
  constructor() {
    super("Patna, Bihar ๐Ÿ‡ฎ๐Ÿ‡ณ");
    this.mission = "Build AI that thinks, feels, and explores space ๐Ÿš€";
  }

  async dailyRoutine() {
    while (this.isAlive()) {
      await this.drinkCoffee();         // โ˜• Non-negotiable
      await this.learnSomethingNew();   // ๐Ÿง  Every single day
      await this.buildAIProjects();     // ๐Ÿค– Core mission
      await this.pushToGitHub();        // ๐Ÿ“ฆ Ship it!
      await this.debugAt3AM();          // ๐ŸŒ™ Classic move
      await this.dreamAboutMars();      // ๐ŸŒŒ The ultimate goal
    }
  }
}

// Output: "Building the future, one commit at a time" ๐Ÿ”ฅ
const me = new AnkitKumar();
me.dailyRoutine();

"Code is poetry written in logic โ€” and I'm writing an epic."

โ€” Ankit Kumar


โšก Crafted with โค๏ธ by Ankit Kumar | Patna, Bihar, India ๐Ÿ‡ฎ๐Ÿ‡ณ | Updated: 2026

Pinned Loading

  1. profile profile Public

    Personal portfolio showcasing AI/ML innovations by a student developer from Patna, Bihar. Features production-ready projects in machine learning, NLP, data visualization, and interactive games. Flaโ€ฆ

    JavaScript 2

  2. Tic-Tac-Toe-Online-off- Tic-Tac-Toe-Online-off- Public

    A modern real-time multiplayer Tic-Tac-Toe game built with Node.js, Express, and Socket.IO. Play online with friends using room codes or enjoy offline gameplay on a single device.

    JavaScript 1

  3. Quora-Question-pair Quora-Question-pair Public

    Is project ka goal hai do questions ko dekh ke predict karna ki dono same cheez pooch rahe hain ya nahi (duplicate hain ya nahi). Ye Quora ka real-world problem hai jahan lakho questions repeat hotโ€ฆ

    Jupyter Notebook 1

  4. sms-email-classification- sms-email-classification- Public

    End-to-end SMS and Email Spam Classification system using Python, NLP, and Machine Learning. Includes data preprocessing, feature extraction (Bag of Words & TF-IDF), model training, and evaluation.โ€ฆ

    Jupyter Notebook 1

  5. Computer-Vision Computer-Vision Public

    A Python-based Computer Vision project using OpenCV for real-time image and video analysis. Implements core CV techniques including object detection, image processing, and visual feature extraction.

    Python 1

  6. Olympics-analysis-app Olympics-analysis-app Public

    A machine learning web app built with Streamlit that Olympics-analysis based on specifications like , Medal , region ,Event and more.

    Jupyter Notebook 1