This project attempts at using an LSTM to predict the salary using unstructured textual representation of a description posted at lever urls.
pip install -r requirements.txt
wget https://dl.fbaipublicfiles.com/fasttext/vectors-english/wiki-news-300d-1M.vec.zip
unzip wiki-news-300d-1M.vec.zip
python -m spacy download en_core_web_sm
python web.py
wget http://localhost:5000/salary/predict/
python train_model/training.py