AI/ML Engineer Β· Full-Stack Developer Β· Computer Engineering Student from Nepal
AI/ML engineer from Nepal who loves building production-ready systems, clean APIs, and fun developer tools. Currently working on deepfake detection, NLP, and full-stack apps that solve real problems. Running Arch Linux + Vim + Zed because why make life easy?
from dataclasses import dataclass, field
@dataclass
class PujanNeupane:
role: str = "AI/ML Engineer"
company: str = "Cyber Alert Nepal"
education: str = "Computer Engineering @ IOE Purwanchal Campus"
focus: list[str] = field(default_factory=lambda: [
"Deepfake Detection",
"NLP",
"Computer Vision",
"Full-Stack AI Systems",
])
stack: list[str] = field(default_factory=lambda: [
"Python",
"PyTorch",
"FastAPI",
"React",
"Docker",
])
tools: list[str] = field(default_factory=lambda: [
"Arch Linux",
"Vim",
"Zed",
])
coffee_level: int = 9000
def currently_building(self) -> str:
return f"Production AI/ML systems @ {self.company}"
def open_to_collab(self) -> str:
return "AI/ML research, OSS projects, and impactful products"
def fun_fact(self) -> str:
return "I use Arch btw, edit in Vim and Zed, and deploy with optimism."
def dev_mode(self) -> str:
return "ship" if self.coffee_level > 100 else "sleep"
def today(self) -> dict[str, str]:
return {
"morning": "Train a model",
"afternoon": "Build FastAPI + React features",
"night": "Tune configs in Vim/Zed on Arch",
}
def profile_card(self) -> str:
return (
f"{self.role} | {self.company}\n"
f"Focus: {', '.join(self.focus[:3])}\n"
f"Stack: {', '.join(self.stack[:4])}\n"
f"Mode: {self.dev_mode()}"
)
me = PujanNeupane()
print(me.profile_card())
print(f"Collab: {me.open_to_collab()}")β‘ AI/ML Systems β AI vs human text detection (92% acc), production ML pipelines
π§ Full-Stack Dev β FastAPI/NestJS backends + React frontends
π Nepali NLP β Teaching machines to understand Nepali (harder than it sounds)
ποΈ Computer Vision β Real-time object detection & tracking
ποΈ System Design β Scalable architecture that actually scales
π― Currently: AI/ML Engineer @ Cyber Alert Nepal
π Studying: Computer Engineering @ IOE Purwanchal Campus
| Project | What It Does | Stack |
|---|---|---|
| π Deepfake Detective | 92% accurate AI text for nepali and English & deepfake image detection | PyTorch, FastAPI, React |
| π₯ Object Tracker | Real-time multi-object detection & tracking | YOLO, OpenCV, Docker |
| βοΈ Dotfiles Manager | Automated config sync across machines | Python, Git, Bash |
| π MeshSpace | P2P networking experiment | Rust, libp2p |
Languages β Python Β· Go Β· TypeScript Β· Rust Β· C++
AI/ML β PyTorch Β· TensorFlow Β· OpenCV Β· Scikit-learn
Backend β FastAPI Β· Django Β· NestJS
Frontend β React Β· Tailwind CSS
Databases β PostgreSQL Β· MongoDB Β· MySQL
DevOps β Docker Β· Linux Β· Git
- π CS50x β Harvard University
- π Python Programming β DataCamp
- π Practical Guide to Python β Frontend Masters
- πΉ Go for Professional Developers β Frontend Masters
- π₯οΈ My Dev Setup Is Better Than Yours β Frontend Masters
Human: Nepali Β· English
Code: Python Β· Go Β· JavaScript Β· Rust
Btw: I use Arch
Down for: AI projects Β· Open-source Β· Tech discussions Β· Linux ricing
Pass on: Free work Β· "Learn to code in 7 days" schemes
Building cool stuff in Nepal β
If you made it this far, drop a star β