Sanket is an assistive app designed for the deaf and hard of hearing. It vibrates to alert users when their name or attention-grabbing phrases are detected, identifies who called them and from which direction, and notifies users of critical sounds like fire alarms, sirens, or baby cries. Additionally, it provides context about the sound source, enhancing safety and awareness.
-
Install dependencies
npm install
-
Start the app
npx expo start
The frontend is a React Native application using Expo.
-
Navigate to the
frontend
directory:cd frontend
-
Install the dependencies:
npm install
-
Start the app:
npx expo start
-
Navigate to the
python-backend
directory:cd python-backend
-
Install the dependencies:
pip install -r requirements.txt
-
Start the backend server:
python app.py