Hook
More breakout videos from this creator.
I'm building my own mobile app and here's the text tag that I'm using. For the front end, I'm using Swift UI. I'm mainly focusing on iOS devices for now, so this makes things way easier. It helps me build interfaces that look good and work well with the latest iPhone features and updates. I'm also trying Apple's foundational models for on device machine learning. This lets me run powerful AI tasks right on the user's device, which means faster features, better privacy and no extra cloud cost since the data processing stays local. For the back end, I'm using Python first API. It's great because it's super fast, easy to develop with and scales well as the app grows. I use this to handle the AI logic of my app, connect to external large language models and set things up for future additional features like a Rec pipeline. For data storage and authentication, I'm using super base. It's easy to set up and keeps early costs down. It also lets me store data, manage user accounts and do smart searches all in one place. Finally, on top of the foundational model, I also using external LLMs like open AI and proximity sensor to handle bigger and more complex AI tasks.