class Mike: def __init__(self): self.name = "Michael Pfaffenberger" self.role = "AI Engineer & Open Source Creator" self.languages = ["Python", "TypeScript", "C", "C++"] self.interests = ["AI/ML", "Vibe Coding", "CLI Tools", "Developer Experience"] self.fun_fact = "I built an AI code puppy that helps developers vibe code and ship faster πΆ" def say_hi(self): print("Thanks for dropping by! Let's build something awesome together.") me = Mike() me.say_hi()
| Project | Description | Link |
|---|---|---|
| πΆ Code Puppy | AI-powered CLI code agent - your loyal coding companion! | Code Puppy |
| π iPuppy Notebooks | Interactive notebook experience powered by AI | Repo |
| π°οΈ Orthorectification | AI-powered satellite imagery processing tools | Repo |
| π Zenith Viz | Beautiful data visualization toolkit | Repo |
| π OctoTUI | GitHub in your terminal - because GUIs are overrated | Repo |