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.
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

