VibeCheckMyProf is a service that performs sentiment analysis on reviews for professors on the site ratemyprofessors.com, providing users with an appealing visual summary of recent reviews without having to scroll and read all of them. Users can compare the VibeCheck score with numerical ratings on the ratemyprofessors site and can also view a visualization of VibeCheck comment scores over time.
- A first year anxious student cannot decide which Math Professor to take a math course with, they learn about VibeCheckMyProf to get an overview of each professor’s reviews without having to read any comments.
- A CPSC professor wants to know what recent students think of them, so they use VibeCheckMyProf at the beginning of the semester and at the end to track how feedback has shifted over time.
- A student in their final year realizes they need an elective outside of their major, with limited time and familiarity with other department's professors, they use VibeCheckMyProf to compare overall scores of potential professors, making quick decisions without having to read individual comments.
WebGuide.md: This visual guide features images to walk you through using the application once it has been set up. For setup instructions from scratch, scroll down to VibeCheckMyProf Setup.
- Ellen Lloyd
API/web scrapingfront enddocumentation - Allison Luna
front enddata vizreport writing - Simon Liang
API/web scrapingsentiment analysisdatabase - Sadia Khan Durani
sentiment analysisdata vizdocumentationreport writing - Colleen Rideout
databasedata vizsecurity
API/web scrapingEllen, Simonsentiment analysisSimon, SadiadatabaseColleen, Simonfront endEllen, Allisondata viz/dashboardsColleen, Allison, Sadiasecurity & extrasColleendocumentationEllen, Sadiareport writingSadia, Allison
- RDS for the database layer
- Lambda for backend computation (containerized)
- API Gateway to connect frontend and backend
- S3 storage to host the frontend web files
- CloudFront to enhance security and performance
This section provides step-by-step instructions to setting up VibeCheckMyProf. It outlines the prerequisites, the necessary AWS services, and the steps to get everything up and running smoothly. Follow the instructions carefully to ensure successful deployment of the application.
Before you begin, ensure of the following:
- You will require an AWS account
- Access to the following AWS Services: RDS, Lambda, ECR, API Gateway, S3, CloudFront
- A budget of $50.00 to cover AWS costs, which will be more than enough for setting up a functioning copy of the application.
- Note: If we were to launch our app publicly and receive an average of 1M requests/month, estimated costs come to $88.35/month or approximately $1,060/year.
- Set Up Database: Follow the instructions in DATABASE.md.
- Documentation related to the database setup and management
- Deploy Lambda Function: Refer to LAMBDA.md
- Instructions for setting up and deploying the backend AWS Lambda function.
- Host frontend web files: See WEB.md
- Instructions on how to set up and host the frontend web files.
- Create Dashboard: Refer to VISUALIZATION.md
After successfully following the set-up steps outlined, you will have a fully-functioning copy of the application. We encourage you to explore VibeCheckMyProf, understand its features, and utilize its insights to enhance your own academic experience.

