/DevHack2023

Primary LanguageJupyter Notebook

DevHack2023 (BlockOverflow)

Quick Start

  1. Make sure python and pip are installed
  2. Install all required dependencies with
pip install -r requirement.txt
  1. If "en_core_web_sm" model is not installed do
python -m spacy download en_core_web_sm
  1. To run the website to find compatibility of resumes and jobs run
cd frontend
python run.py
  1. Ctrl + Left Click the url in the console to open up the website and test the function

Side note

  • Files in gcolab folder are just experiments and not the product