Skip to content

developer0623/helix-electron

Repository files navigation

HelixAI - A Voice First Platform for Scientific Research and Discovery

HelixAI is a platform for creating hands-free voice enabled virtual assistants for the use in scientific laboratories and within scientific organizations. Primarily accessed through smart speaker devices (Amazon Alexa, Google Home, etc) our virtual assistances increase convenience, productivity and optimize workflows within lab spaces as well as to improve safety and to reduce risks of human error and erroneous results.

Quick Start

Stack

  • NodeJS
  • React
  • Redux
  • Mongo/Mongoose

Hosting

HelixAI is hosted on Heroku and MLab.

Style Guides

Please use the following for guidance

Worker Processor

Asynchronous background jobs (sending emails, looking up data, parsing, etc) are queued and processed on Worker dynos. To run the worker process locally use:

  • babel-node lib/worker/index.js

Clock/Scheduler

Recurring/scheduled jobs (sending notifications, reminders, emails, etc) are processed thru a scheduler. To run the scheduler process locally use:

  • babel-node lib/clock/index.js

About

reactjs, alexa, electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages