Skip to content
View RuleOfNight's full-sized avatar

Highlights

  • Pro

Block or report RuleOfNight

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RuleOfNight/README.md

MasterHead

Hi 👋, I'm Khóa Xuân

🌏 A chicken developer from the Earth 🐣

ruleofnight Discord


🔥 About Me

Coding

class Developer:
    def __init__(self):
        self.name = "Khóa Xuân - Asuka"
        self.role = "AI/ML Engineer"
        self.languages = ["Python", "C#", "Java"]
        self.current_learning = ["AI", "Machine Learning"]
        self.philosophy = "I don't believe in God, I believe in backpropagation"
        self.hobbies = ["Coding", "Gaming", "Breaking production"]
        self.pronoun = "Code doesn't work ? Add print()"
    
    def __str__(self):
        return f"Debugging {self.name} v20..."

me = Developer()
print(me)

🛠️ Tech Stack

Programming Languages

Python C# Java

AI/ML

PyTorch OpenCV Jupyter

Tools & Platforms

Linux VS Code IntelliJ IDEA FireBase Studio

Databases

MongoDB


📊 GitHub Stats

stats languages

streak


🎮 Gaming Corner

"One day, I will shine among the star"


🚀 Featured Projects

Project Tech Stack Description
Python PyTorch OpenCV

Real-time face detection with emotion analysis using deep learning

TypeScript Python

A web application designed to help users monitor and manage their daily nutritional

Python

Discord chat bot(very friendly)


And thanks anuraghazra for github stats cards

Pinned Loading

  1. Tool-lor Tool-lor Public

    2

  2. Animal_Detect_YOLOv11 Animal_Detect_YOLOv11 Public

    Jupyter Notebook 2

  3. Calories-Scan Calories-Scan Public

    A web application designed to help users monitor and manage their daily nutritional intake for better health and wellness.

    Jupyter Notebook 1

  4. Face_Recognition Face_Recognition Public

    Python