#!/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 |
|
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 |
TF-IDF vectorization + Naive Bayes classifier with 97%+ accuracy on real spam datasets. Handles SMS, email & multi-language inputs. ๐ Live Demo ย ยทย ๐ Repo |
Comprehensive Olympic data explorer with medal tallies, athlete comparisons, country rankings, and decade-wise trend analysis. ๐ Live Demo ย ยทย ๐ Repo |
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 |
Personalized movie recommendations using cosine similarity on TF-IDF genre vectors combined with collaborative filtering on 5000+ movie dataset. ๐ Live Demo ย ยทย ๐ Repo |
๐ Languages
๐ค AI / ML & Data Science
โ๏ธ Frontend
๐ง Backend & Databases
โ๏ธ Cloud & DevOps
๐ ๏ธ Dev Tools
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
๐ก Open to internships, freelance projects, AI/ML research collaborations & open-source contributions!
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