'Space Dog' is an application with a wearable device for dogs, to help hearing-impaired individuals in caring for their pets. Our application detects when a dog barks or breaks something and alerts the user when their pet escapes, providing the ability to track its location.
π¬ https://www.youtube.com/watch?v=X7PKkTF3mIk
FE: https://github.com/GDSC-CAU/SpaceDog_FE
BE: https://github.com/GDSC-CAU/SpaceDog_BE
Jisu Lee | HyeJeong Jang | Chaerim Ryu | Jihoon Yang |
---|---|---|---|
@devJS00 | @Ssun2zang | ||
FE, DB, Design | BE, DB, AI | Circuit Design | 3D Modeling |
FE
BE
AI
Communication
SIgn-in/Sign-up |
---|
Default | Barking Sound | Breaking Sound |
---|---|---|
Escaped | Track Location |
---|---|
Notifications |
---|
- Clone "SpaceDog_FE" repository fron GitHub.
git clone https://github.com/dscdut/sharinghub
-
Open the project folder in Android Studio.
-
Run the following commands to install all dependencies.
flutter pub get
- Run the project.
flutter run
π¨ Since this project is dependent on physical device, running it without the device could be challenging.