Skip to content
View Pujan-Dev's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Pujan-Dev

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

Hey, I'm Pujan Neupane πŸ‘‹

AI/ML Engineer Β· Full-Stack Developer Β· Computer Engineering Student from Nepal

Portfolio LinkedIn Email GitHub


πŸ’« About Me

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()}")

πŸš€ What I Do

⚑ 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

πŸ› οΈ Projects

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

πŸ’» Tech Stack

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

πŸ… Certifications

  • πŸŽ“ 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

🌍 Languages

Human: Nepali Β· English
Code: Python Β· Go Β· JavaScript Β· Rust
Btw: I use Arch


🀝 Let's Connect

Down for: AI projects Β· Open-source Β· Tech discussions Β· Linux ricing
Pass on: Free work Β· "Learn to code in 7 days" schemes

Email Portfolio LinkedIn GitHub


πŸ“Š GitHub Stats

GitHub Streak

Activity Graph


Building cool stuff in Nepal β˜•
If you made it this far, drop a star ⭐

Pinned Loading

  1. AutoML AutoML Public

    Python 2 1

  2. content-based-recommendation content-based-recommendation Public

    JavaScript 1 2

  3. MeshSpace MeshSpace Public

    Rust 1

  4. Ai_writting_style_fingerprinter Ai_writting_style_fingerprinter Public

    Jupyter Notebook

  5. justpdf justpdf Public

    Lightweight pdf reader

    Python

  6. Neural-Network-from-Scratch Neural-Network-from-Scratch Public

    C++