███╗ ██╗███████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗
████╗ ██║██╔════╝██╔═══██╗██╔═══██╗██╔══██╗██║ ██║██╔════╝
██╔██╗ ██║█████╗ ██║ ██║██║ ██║██████╔╝██║ ██║███████╗
██║╚██╗██║██╔══╝ ██║ ██║██║ ██║██╔═══╝ ██║ ██║╚════██║
██║ ╚████║███████╗╚██████╔╝╚██████╔╝██║ ╚██████╔╝███████║
╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝
@@ SYSTEM INITIALIZATION @@
+ [OK] Neural networks loaded
+ [OK] Translation engines online
+ [OK] Browser automation active
! [WARN] Coffee levels: CRITICAL#!/usr/bin/env python3
class Engineer:
def __init__(self):
self.name = "Anoir Ben Tanfous"
self.role = "AI/ML Engineer | Full-Stack Developer"
self.location = "🍁 Laval, QC, Canada"
self.languages = ["Python", "JavaScript", "TypeScript", "Bash"]
self.interests = [
"neural_networks",
"browser_automation",
"translation_systems",
"userscripts",
"edge_computing",
"retro_computing", # 🎮 80s/90s tech aesthetics
"coffee_engineering" # ☕ The real ML: More Lattes
]
def current_status(self):
return {
"coding": "🟢 ONLINE",
"learning": "∞ INFINITE_LOOP",
"coffee": "☕ INSUFFICIENT"
}
# Initialize
me = Engineer()
print(me.current_status())🔓 UNLOCK SECRET STATS
// Hidden achievement unlocked!
console.log("You found the secret! Here's the real data:");
const stats = {
commits_this_year: 105,
repos: 138,
stars_earned: "2.8k",
coffee_consumed: "NaN", // Lost count
bugs_created: "undefined", // We don't talk about those
bugs_fixed: "fixing bugs creates more bugs",
};
AI/ML:
Neural Networks ████████░░ 80%
Computer Vision ███████░░░ 70%
NLP/LLMs ████████░░ 85%
TensorFlow/PyTorch ████████░░ 80%
Automation:
Workflow Design █████████░ 90%
Browser Extensions ██████████ 95%
Userscripts ██████████ 95% |
Frontend:
React/Next.js ████████░░ 85%
Vue/Nuxt ████████░░ 80%
TypeScript ████████░░ 85%
Backend:
Node.js/Express ████████░░ 85%
Python/FastAPI ████████░░ 85%
REST/GraphQL ███████░░░ 75% |
[INFO] Enhancing browser functionality
[INFO] Translation tools active
[INFO] UI customization loadedFocus Areas:
|
[INFO] Neural networks training...
[INFO] LLM integration complete
[INFO] Translation engine onlineFocus Areas:
|
┌──────────────────────────────────────────────────┐
│ ⚡ Passionate about open source │
│ 🚀 Building the future, one commit at a time │
│ 📚 Always learning, always building │
└──────────────────────────────────────────────────┘
$ echo "Thanks for visiting! Feel free to explore my repos."
$ cowsay -f tux "Let's build something awesome together!"💡 Pro tip: Press Ctrl+Shift+I to see what secrets lurk in the console...


