.
This is a simple AI-based resume parser implemented using NLTK (Natural Language Toolkit). The purpose of this project is to match a given resume to a job description and calculate a match score based on the overlapping keywords.
- Install the required dependencies by running
pip install nltkin your Python environment. - Open the Jupyter Notebook or Vs-Code or other compiler you want ..
- Provide the resume text and the job description in the code.
- Execute the code cell to get the match score.
The Translator App is a Python-based application that utilizes the Google Translate API to translate text between English and french or other language. It provides a simple interface to translate text from one language to another.
The Auto-Correct Tool is a Python-based application that helps in correcting misspelled words or providing suggestions for the nearest words. It utilizes the autocorrect library to perform the auto-correction.