Skip to content

andreeahanson/Sophia-Native

 
 

Repository files navigation

SOPHIA

Speech Operated Personal Household Interactive Assistant

Table of Contents

Description

SOPHIA is a speech operated personal household interactive assistant. This app is built for two audiences: Clients and Caretakers. Clients are anyone with a disability (physical, cognitive, long-term, temporary) who needs care. Caretakers include anyone who is willing to help take care of clients. Taking care could include running errands, cleaning, yardwork, paying bills, grocery shopping, etc. SOPHIA was built to connect clients to caretakers to help meet their daily needs.

Please reference the user stories to understand the full functionality of SOPHIA.

SOPHIA is an A11Y app with a large focus on accessibility and was create with consulting from Accessibility expert Chris DeMars @chrisdemars.

User Stories

Client

  • User can create an account
  • User can create a profile
  • User can log in
  • User can log out
  • User can list personal information, contact information, needs, allergies, medications, and dietary restrictions in profile
  • User can create a list using Speech-To-Text functionality
  • User can edit list name
  • User can delete lists
  • User can add tasks to lists
  • User can edit tasks
  • User can delete tasks
  • User can increase/decrease importance of tasks
  • User can add a due date to a task
  • User can add details to a task note
  • User can share a list with a caretaker
  • User can receive a notification when list/task is completed
  • User can use built in microphone to create lists and tasks

Caretaker

  • User can create an account
  • User can create a profile
  • User can log in
  • User can log out
  • User can list personal information, contact information, and abilities in profile
  • User can subscribe to a client's list(s)
  • User can view lists/tasks
  • User can view task details
  • User can complete tasks
  • User can complete notes

Tech Stack

  • React
  • Redux
  • React Native
  • Expo Audio
  • Jest
  • Enzyme
  • CircleCi CircleCI

How To Use

Install

npm install

Usage

npm start

Runs the app in the development mode.
Open in IOS simulator to view the app, or use the generated barcode to run on your smart phone.

The page will reload if you make edits.
You will also see any lint errors in the console.

Run tests

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Screenshots

Home Page

HomePage

Log In

LogIn

Create Account - Client

RegisterClient

Create Account - Caretaker

RegisterCaretaker

User Home Page

UserHomePage

My Profile

ProfilePage

My Lists - Client

ClientLists

Add a List for Caretaker

CaretakerLists

My Tasks - Client

ClientTasks

My Tasks - Caretaker

CaretakerTasks

Demo

coming soon...

Challenges

  • Integrating Speech-To-Text functionality
  • Sending an audio file to the backend to be parsed and sent to Google's Speech API and returned as text
  • Testing React Native
  • Working in the most up-to-date version of React Native one week after version updates

Successes

  • Recieving text from the backend and rendering the text on the frontend
  • Testing React Native
  • Creating both client and caretaker accounts and functinoality which goes beyond the MVP
  • Meeting with Chris DeMars for accessibility advice and implementing his suggestions so the app is accessibile for clients and caretakers

Extensions

  • User can send a notification of task/list completion to the client
  • User can navigate the app using Speech-To-Text functionality

Developers

👤 Katie Lewis, Andreea Hanson, Noah Flint, Vince Carollo

Backend Repo

Show your support

Give a ⭐️ if this project helped you!

About

Speech Operated Personal Household Interactive Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 77.2%
  • JavaScript 21.9%
  • CSS 0.9%