Skip to content

Latest commit

 

History

History
99 lines (66 loc) · 4.25 KB

README.md

File metadata and controls

99 lines (66 loc) · 4.25 KB

SPACE DOG🚀

image

'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

🐈‍⬛ GitHub

FE: https://github.com/GDSC-CAU/SpaceDog_FE

BE: https://github.com/GDSC-CAU/SpaceDog_BE


👥 Members

Jisu Lee HyeJeong Jang Chaerim Ryu Jihoon Yang
@devJS00 @Ssun2zang
FE, DB, Design BE, DB, AI Circuit Design 3D Modeling

🛠️ Tech Stack

FE

Figma Dart Flutter Android Studio

BE

Firebase Google Cloud Spring Swagger

AI

Flask OpenCV

Communication

GitHub Notion Google Drive

image

📱 Screens

SIgn-in/Sign-up
Default Barking Sound Breaking Sound
Escaped Track Location
Notifications

🏃🏻‍♀️ How To Run

  1. Clone "SpaceDog_FE" repository fron GitHub.
   git clone https://github.com/dscdut/sharinghub
  1. Open the project folder in Android Studio.

  2. Run the following commands to install all dependencies.

flutter pub get
  1. Run the project.
flutter run

🚨 Since this project is dependent on physical device, running it without the device could be challenging.