Giter Site home page Giter Site logo

359444744 / iremember Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ecstaticeels/iremember

0.0 0.0 0.0 3.55 MB

An assistive technology for adults with early-stage Alzheimer's or other forms of dementia.

JavaScript 90.40% HTML 0.28% CSS 9.32%

iremember's Introduction

iRemember

Designed to help family caregivers support loved ones with Alzheimer's or dementia. Composed of a web and mobile client, iRememer is a full-stack application built with modern technologies such as React, React-Native, Exponent, and AWS S3 and EC2.

Table of contents

Getting started

  • Clone the repo with https://github.com/EcstaticEels/iRemember.git

Installation

Install iRemember web and mobile apps' dependencies via npm:

$ npm install
$ cd mobile
$ npm install

Setup environment variables

Services Variables
MySQL MYSQL_USERNAME, MYSQL_PASSWORD
Amazon Web Services AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_BUCKET
Cloudinary CLOUDINARY_API_NAME, CLOUDINARY_API_KEY, CLOUDINARY_API_SECRET
Microsoft Cognitive Services MICROSOFT_API_KEY
Google API Client GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET
Microsoft Face API Person Groups for Face Recognition Variables
Face Group ID for Microsoft Face API FACE_GROUP_ID
Patient Group ID for Microsoft Face API PATIENT_GROUP_ID

Setup ip.js file

modify mobile/ip.js:

var ipAddress = 'YOUR_SERVER_IP_ADDRESS_HERE'
var portNum = '3000'

module.exports = 'http://' + ipAddress + ":" + portNum;

Setup MySQL database

$ mysql.server start
$ mysql -u YOUR_MYSQL_USERNAME -p
$ YOUR_MYSQL_PASSWORD
$ CREATE DATABASE iremember;

Build & Start

Build the web components and start the server via grunt:

$ grunt build
$ grunt start-dev

Tech Stack

  • React
  • React-Native
  • Node
  • Express
  • MySQL
  • Exponent
  • AWS

##Screenshots

[Web Client] Home and Login Screen Screen Shot 2017 02 09 at 11 42 33 AM

[Web Client] Reminder List web client post reminderadd

[Web Client] Face Profiles for Face Recognition web client post faceadd

[Web Client] Face Detection Component web client detect faces

[Mobile Client] Login Screen IMG 4859

[Mobile Client] Home Screen IMG 4863

[Mobile Client] Reminder Screen IMG 4865

[Mobile Client] Face Lookup Success Screen IMG 4872

[Mobile Client] Failed Face Lookup Screen IMG 4870

Team

Name Github LinkedIn AngelList
Jennifer Kao https://github.com/jennkao https://www.linkedin.com/in/jenn-kao https://angel.co/
Ethan Harry https://github.com/ https://www.linkedin.com/in/ https://angel.co/
Lisa Nam https://github.com/lisanam https://www.linkedin.com/in/lisanam-js https://angel.co/lisa-nam

Contributing

If you see an error or a place where content should be updated or improved, just fork this repository to your github account, make the change you'd like and then submit a pull request. If you're not able to make the change, file an issue.

License

iRemember is licensed under the MIT License.

iremember's People

Contributors

jennkao avatar lisanam avatar ethanh1223 avatar vinhvanvu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.