Link to project and source

This was our project for CalHacks (go Bears!).

It asks for student grade data, processes it on the backend with MongoDB and Python (currently building multivariate linear regression models), and then stores these models back into MongoDB. Rails uses mongo for its object mapping, and presents these models as an API to the frontend, which renders them in a nice way to the user.