Resume-Matcher
Resume-Matcher copied to clipboard
Testing of Resume Matcher
Hi All!
I need help testing the Resume Matcher in different environments to understand where people face problems and difficulty following steps.
We have already laid out precise steps in the Readme file; however, different versions of Python conflict with libraries like Cohere, Qdrant, etc.
I need some help with testing, documenting, and improving steps for installation in the following platforms:
- Windows 10, 11.
- MacOS
- Linux
- Docker
If you have any suggestions and updates, please comment, and after testing, please reply to this issue as well. Feel free to join our Discord as well for more discussions.
Thanks, Saurabh
Hello! I just went through the install process and getting errors about missing cohere and qdrant modules. I resolved after pip install qdrant_client and pip install cohere and working.
File "C:\Users\brend\Desktop\Resume-Matcher\scripts\similarity\get_similarity_score.py", line 5, in <module>
import cohere
ModuleNotFoundError: No module named 'cohere'
File "C:\Users\brend\Desktop\Resume-Matcher\scripts\similarity\get_similarity_score.py", line 7, in <module>
from qdrant_client import QdrantClient, models
ModuleNotFoundError: No module named 'qdrant_client'
Could add these two modules to the requirements.txt ?
I'm using Windows 10 Python 3.11.5