Giter VIP home page Giter VIP logo

Mind Fits

Daily journaling that analyzes your emotions

Goals

Evoking mindfulness and improving emotional intelligence.

Description

A web application that promotes personal and psychological hygiene through daily journaling. The journal entries accept text, speech, and video where the media is stored securely on AWS S3. The media is also transcribed with Web Speech API where the text is indexed in MongoDB and fed into IBM Watson API for tone analysis of entries. Video entries are being analyzed with Affectiva emotion recognition, and all entries can be collected and viewed with beautiful charts and visualizations. A call can also be scheduled to remind you of your entries. A Cron job is periodically scheduling those calls with the Twilio API, and for best results, it is highly recommended to use wake-up calls so that you streamline your thoughts as soon as you wake up. All entries are available to be viewed after submission and can be searched in real-time using Elastic Search.

Schedule Calls
Analyze Personality
Create New Entries
View Saved Entries

Team

  • Brandon Wong
  • Eugene Song
  • Tim Nguyen
  • Whitney Zhu

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Roadmap
  5. Contributing

Usage

This repository is the source of truth for MindFits application, used to:

  • Get a better understanding of underlying technologies that we used to build MindFits
  • Contribute to the project by openning pull request against the dev branch
  • Test existing APIs and components

Technologies

Frontend

  • React (ES6)
  • React Router
  • Redux
  • Material-UI
  • Sass
  • Web Speech API
  • RecordRTC
  • Affectiva
  • ChartJS
  • VictoryJS

Backend

  • Node
  • Express
  • MongoDB

Other

  • Heroku
  • AWS S3
  • Twilio
  • IBM Watson
  • Cron
  • Elastic Search

Requirements

  • Node 6.4.x
  • React 15.0.x
  • React-redux 5.0.x
  • Elastic Search 13.0.x

Setup

From within the root directory: clone down the repo

git clone https://github.com/bewty/bewty.git

cd to the root directory of the project

cd ./bewty

install dependencies

npm install

start database

mongod

Note: if this fails, try sudo mongod

stand up server

npm run dev-server

start webpack

npm run dev-build

start hacking!

Follow steps for installing Elastic Search https://www.elastic.co/downloads/elasticsearch

Create .env file to manage Watson, Twilio, AWS, and Elastic Search credentials as shown below

WATSON_ID= 
WATSON_PASS= 
TWILIO_ACCOUNT_SID=
TWILIO_SECRET= 
TWILIO_AUTH_TOKEN= 
TWILIO_TO= 
TWILIO_APP_SID= 
TONE_ID= 
TONE_PASS= 
AUTH0_CLIENT_ID= 
AUTH0_DOMAIN= 
AWS_ACCESS_KEY_ID= 
AWS_SECRET_ACCESS_KEY= 
AWS_S3_BUCKET= 
BONSAI_URL= 
MONGODB_URI= 

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

bewty's Projects

bewty doesnโ€™t have any public repositories yet.

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.