Web Application to help students prepare for exams by generating mock exam questions from lecture notes. Project was developed at HackMIT 2019.
To run the project from your local machine, you will need Ruby on Rails.
Install dependencies with
bundle install
To start the server
rails server
- Ruby on Rails - The web framework used
- AWS Comprehend - NLP service we used to analyze lecture notes.