CV/Resume scorer system that PARSEs and analyzes resumes using GPT-4o Vision.
Video.sin.titulo.Hecho.con.Clipchamp.14.mp4
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file in the project root with your OpenAI API key:OPENAI_API_KEY=your_api_key_here
- Run
server.py
, then go tolocalhost:5000
or whatever the terminal says. - Alternatively, see
cv_checker.py