Skip to content
View chaosiris's full-sized avatar
πŸ₯Ά
Bing chilling
πŸ₯Ά
Bing chilling

Block or report chaosiris

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

Hey there πŸ‘‹, I'm ChaoS!

Self-Proclaimed Software Engineer, Hardware Tinkerer & Tech Enthusiast.

In reality, just a CS student who regularly spends way too much time on his computer instead of touching grass.

"Artificial Intelligence Everything & Open Source The World" -Sun Tzu, The Art of Tech, 2025

from datetime import date

class AboutMe():
    def __init__(self):
        self.name = "Hao"
        self.username = "Chaos"
        self.pronouns = ("he", "him")
        self.location = "UK"
        self.occupation = "Computer Science Student"
        self.birthday = date(day=1, month=1, year=2004)
        self.age = (date.today()-self.birthday).days/365  # 21 y/o
        self.hobbies = ["Coding", "Gaming", "Music", "YouTube"]
        self.interests = ["Programming", "Animation", "Artificial Intelligence", "Open Source"]
        self.wpm = 160
        self.hotel = "Trivago"
        self.breed = "Just a chill guy"

    def print_attributes(self):
        for attr, value in self.__dict__.items():
            print(f"{attr.capitalize()}: {value}")

if __name__ == "__main__":
    me = AboutMe()
    me.print_attributes()

Active Projects πŸ“¦

Project Description
My biggest project to date, a Skyblock/Prisons-themed Minecraft server with over 10,000+ registered players.
Personal portfolio website. Learn more about me here!
Scripts to simplify the training of a Piper-based TTS model on Windows/WSL2.

Languages/Frameworks πŸ—£

Tools πŸ› οΈ

Pinned Loading

  1. LLaMaDesu LLaMaDesu Public

    LLaMaDesu! - your dedicated Live2D AI companion app designed to curb your loneliness.

    JavaScript

  2. PipeZ PipeZ Public

    An All-In-One/AIO suite of scripts made to simplify and streamline the voice training process for Piper TTS.

    Python

  3. TolongLabs/Layak TolongLabs/Layak Public

    Layak is an agent-powered concierge for Malaysian social-assistance schemes, built on NextJS, FastAPI, Google ADK-Python and local embedded RAG.

    Python

  4. TolongLabs/CukaiPandai TolongLabs/CukaiPandai Public

    CukaiPandai is a sovereign, citation-backed AI tax platform for Malaysian SMEs that manages deadlines, files forms, and builds audit-ready packs using ILMU, FastAPI, and LangGraph.

    TypeScript

  5. llamadesu-wyoming-whisper llamadesu-wyoming-whisper Public

    Wyoming Whisper (STT) Docker container, required for LLaMaDesu! backend.

    Dockerfile

  6. llamadesu-wyoming-piper llamadesu-wyoming-piper Public

    Wyoming Piper (TTS) Docker container, required for LLaMaDesu! backend.

    Dockerfile