Compare a job description to a resume and extract the number of years of relevant work experience from the resume.
Ollama:
ollama pull mistral:v0.3
poppler:
sudo apt install -y poppler-utils
tesseract:
sudo apt install tesseract-ocr
Mistral:
download_model.py
:python download_model.py
src/models
directory:ls src/models
Python packages:
requirements.txt
:pip install -r requirements.txt
Start Ollama:
ollama serve
Run the app:
streamlit run main.py
Run the tests:
cd src
python -m pytest