My Mobile Apps
What's that dog
Description
Dog breed classifier created with React Native. Users can take a picture of a dog and the app will classify the breed. The app uses a custom trained model with Pytorch to classify the breed. The app also uses a Flask server to handle the image processing.
Used to make:
- Expo
- React Native
- Flask
- Pytorch
- Numpy
- Pandas
- Matplotlib
- AWS - EC2
- Python and TypeScript
Menu App
Description
Food ordering site created with SwiftUI. Users can save their preferences to the app using app storage. Users can add items to their cart and then checkout. Menu Items are fetched from web server using async await.
Used to make:
- Swift
- SwiftUI
U Videos
Description
AI Video sharing app created with React Native. Users can upload videos and view other users videos. Videos and User data are stored on an AppWrite postgresql database and document storage . Features a full authentication system with email verification accomplished through AppWrite.
Used to make:
- NativeWindCSS
- Expo
- React Native
- AppWrite
- JavaScript and TypeScipt
The Local Weather Mobile
Description
Barcode scanning app created with SwiftUI. Users can scan barcodes and use a webviewer to find results. Barcode scanning is done with camera integrations through UIKit.
Used to make:
- Swift
- SwiftUI
Barcode Scanner
Description
Weather app created with SwiftUI. Users can search for weather in their area and see the forecast for the week. Can be displayed in light/day or dark/night mode.
Used to make:
- Swift
- SwiftUI