major-matcher / README.md
waidhoferj's picture
first commit
aadb779

A newer version of the Gradio SDK is available: 5.13.1

Upgrade
metadata
title: Major Matcher
emoji: πŸŽ“
colorFrom: green
colorTo: yellow
sdk: gradio
python_version: 3.10.8
sdk_version: 3.15.0
app_file: app.py
pinned: false

Major Matcher

A tool for matching student interests to areas of study.

Getting Started

  1. Set up python environment:
conda env create --file environment.yml
conda activate major-matcher

Project Layout

  • embeddings: Sklearn-style transformers that encode natural language into latent embedding vectors.
  • classifiers: Model architectures for classifying college majors.
  • test.py: Evaluation and demo code for all models.
  • train.py: Training loops for models.