Skip to content
View MMOSHII's full-sized avatar
😅
Need a job :)
😅
Need a job :)

Block or report MMOSHII

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.

Content in all repositories owned by your account will be closed.
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
MMOSHII/README.md

MMOSHII banner

Typing SVG

Separator

About Me:

class Human:
    def __init__(self):
        self.name = "Human"
        self.username = "MMOSHII"
        self.focus = [
            "Artificial Intelligence",
            "Software Development",
            "Computer Vision",
            "Backend & API Development"
        ]
        self.languages = ["Python", "Java", "Jupyter Notebook"]

    def philosophy(self):
        return "Build it. Break it. Understand it. Make it better."

me = Human()

I'm Human (@MMOSHII), a developer who enjoys turning ideas into working software. My projects explore AI/ML, computer vision, APIs, application development, and game development. I prefer learning through implementation: build something, discover what breaks, understand why it breaks, and then make the system less terrible.

Separator

Tech Stack

Separator

Focus Areas

graph LR
    A["Software Development"] --> B["Python Applications"]
    A --> C["Java Applications"]
    A --> D["Backend & APIs"]
    A --> E["Game Development"]

    F["AI / Machine Learning"] --> G["Computer Vision"]
    F --> H["CNN & Image Classification"]
    F --> I["Applied ML"]

    B --> J["Practical Projects"]
    C --> J
    D --> J
    E --> J
    G --> J
    H --> J
    I --> J

    style A fill:#0D1117,stroke:#58A6FF,color:#58A6FF
    style F fill:#0D1117,stroke:#FF6B35,color:#FF6B35
    style J fill:#0D1117,stroke:#00FF00,color:#00FF00
Loading

Separator

Open to Collaboration

Software Development

Software Development

Application Development
Backend & APIs
Practical Software Projects
AI / ML

AI / ML

Computer Vision
CNN & Image Classification
Applied Machine Learning
Game Development

Game Development

PyGame Projects
Interactive Applications
Experimental Development
Open Source

Open Source

Personal Projects
Collaboration
Developer Learning

Separator

Connect

"Building practical systems, one project at a time."

LinkedIn Email Portfolio Instagram

Popular repositories Loading

  1. A A Public

    A

    2

  2. Record-Note-API Record-Note-API Public

    An API to proccess audio into summarize text

    Python 1

  3. Action-Game-Bayar-Seratus Action-Game-Bayar-Seratus Public

    Projek PyGame kelompok untuk menyelesaikan tugas projek perkuliahan

    Python

  4. Grafik-Kalkulator Grafik-Kalkulator Public

    Replikasi dari desmos yang saya buat untuk menyelesaikan tugas akhir perkuliahan saya

    Java

  5. Leaf_AI Leaf_AI Public

    The implementation of a Convolutional Neural Network (CNN) method is proposed for the classification and visualisation of leaf species.

    Jupyter Notebook

  6. Face-Attendance-System Face-Attendance-System Public

    Sistem aplikasi absensi menggunakan wajah

    Python