LiveiOS/SwiftAR / ML
AR Pokémon Generator
Augmented Reality Mobile App
A Swift iOS app that detects a Pokémon image and renders its 3D model in AR in real time.
The problem
I wanted to see if I could build an AR + ML demo in a weekend without knowing Swift first.
The approach
- Used ARKit for scene rendering and CoreML for image classification.
- Mapped detected Pokémon to runtime-loaded 3D models.
- Built the whole thing as a side-project learning exercise.
Impact
Built from zero Swift knowledge
Demo video on YouTube
What I learned
- Swift, ARKit, and CoreML reward consecutive weekends of trial and error.
Demo
Tech
SwiftARKitCoreMLSceneKitXcode