Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.29 KB

ExploreU

Selecting a college and major is a tougher task than it needs to be. In this project, we aim to enable less stressful college decisions with more precise information. Our web app is deployed at http://exploreu.ue.r.appspot.com/.

The Data

  • NACE: Career outcomes within six months of graduation by major/degree
  • College Scorecard: Student information by institution/field of study
  • Curriculum data scraped from college websites using BeautifulSoup and Selenium

The IR System

  • We used TensorFlow to build our IR system, largely referencing this TensorFlow post
  • Test out our IR model yourself by making a GET request to this endpoint

The Interface

Our web app is developed using Dash and deployed on Google App Engine. You can access it at our deployed site, or run it locally by cloning the repo and using the python main.py command in your terminal.

Project Authors

  • Jeffrey Cardwell
  • Jacob Leslie
  • Andy Chen