Here to Learn is a Rails application in production on Heroku that tracks vital statistics, collects student and teacher input, uses machine learning to predict test outcomes and highlights students in need of extra attention.
Here To Learn works with a Django application that utilizes a trained machine learning model developed here on over 5000 data points to predict test outcomes based on eating and sleeping habits.
In addition, the Rails application works with the Surveys application, also hosted on Heroku, which is a stand alone Sinatra application built in the spirit of Service Oriented Architecture (SOA) and stores survey information gathered from students.
- Carrie Walsh - Developed and designed the main Here To Learn Ruby on Rails app
- William Peterson - Oversaw machine learning microservice development and Rails app attendance functionality through websockets
- Jennica Stiehl - Developed and designed the Surveys Sinatra app
- Blake Enyart - Developed the Machine Learning Microservice django app and chart.js integration
- Trevor Nodland - Assisted in Rails app design, sentiment analysis, and dockerization
- Here to Learn - Rails based central app designed for user interface
- Django application - Django based machine learning microservice
- Surveys - Sinatra based database microservice
bundle install
rake db:{create,migration,seed}