Skip to content

githubstevemas/scrape-and-hire

Repository files navigation

Build Status Python Version

Scrape & Hire


This Python project allows users to upload their CV in PDF format and matches it with job postings scraped from job board like Welcome to th Jungle or Indeed. The system extracts key details from the CV and job descriptions, then calculates a matching score to help users find the most relevant job opportunities.


Features


  • Scrape job listings from multiple platforms
  • Bypass JavaScript-based blocking with Selenium automation
  • Upload and extract CV content for analysis
  • Store many CVs and offers in SQL db
  • Use NLP models for text processing

Note

This project is currently in its beta phase, and the final version is still under development. See Upcoming Features for planned future releases.


Technologies Used



Install and configuration


  1. Clone the repository:

    git clone https://github.com/githubstevemas/scrape-and-hire.git
  2. Install the required dependencies: Navigate to the project directory and run:

    pip install -r requirements.txt
  3. Install trained pipeline for spaCy:

    python -m spacy download fr_core_news_md

    (you can find more trained models here)


How to run


Once the project configuration is completed you can execute the following commands in the project folder to start server :

 python main.py

Usage


  1. Set NLP pipeline:

    When trained pipeline is installed, go to Settings Menu, then set the dowloaded one as current. You can install many models and choose one for process.


Troubleshooting


  • OSError: [E050] Can't find model 'fr_core_news_md' : the trainned pipeline for spaCy is not installed, use python -m spacy download fr_core_news_md to download it.

Upcoming Features


  • Possibility of choosing the sites to scrape
  • Possibility of choosing the driver for Selenium
  • CV analysis (identify skills, experience, and qualifications from the extracted text)
  • Extract relevant information from job descriptions in the database
  • Compare the user's CV with the job descriptions in the database to evaluate the match

Contact


Feel free to mail me for any questions, comments, or suggestions.

About

Use your CV to match it with job postings scraped from job board

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages