Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.71 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.71 KB

CVMatcherTweet

It matches the given CV to that of the Job Description.

Build Status Downloads Stats

Usage example

  • Open Google Collab

  • Upload the .ipynb file.

  • Goto #Load the data cell and load the CV and Job Description as docx file.

  • Upon running the respective cells the last cell produces the following output.

  Your resume matches about 89.68% of the job description.

Release History

  • 0.1.0

    • The first proper release
  • 0.0.1

    • Work in progress

Meta

Anirudh Tulasi – @AnirudhTulasianirudhtulasi.x@gmail.com

Contributing

  1. Fork it (https://github.com/anirudhtulasi/PythonScraper/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request