The Urgence was the final capstone project to finish my Bachelor’s degree.
The idea was a smart camera built using Raspberry Pi that would detect if a person collapsed thanks to motion detection & machine learning, and notify the user using push notification.
To make this project happen, me and my teammate split our responsibilities as follows:
- I was responsible for the iOS Application.
- Teammate was responsible for the camera.
The iOS app was built in Swift using UIKit, Push Notifications, Storyboards, Cocoapods, Firebase(Auth, Cloud Firestore, Cloud Storage, Functions, Messaging)
The first page users see
when they open the app.
They can sign in or create a new account.
Users can create a new account
Users see all their devices in
a CollectionView
Users can add a new device
Device can be added by scanning a QR code
User can see device details
Enable or disable automatic updates
Users can see notifications in a list
Users can see a push notification that
includes an image captured by the camera