A keyword extractor that my friends and I use for job applications.
Report Bug
·
Request Feature
Table of Contents
After graduating from university, I went off applying for jobs. However, I found that I was not getting any interviews, never mind offers, despite a strong resume. I did some research and found out that most companies use AI to filter out resumes and, clearly, mine was not making the cut. Consequently, I decided to create a keyword extractor to overcome this barrier.
I hope that anyone who is in this position can use this project effectively. If you're looking for a software dev role, contribute and add this project to your resume!
Just install and run the project. Note that it is still very early stages and so it is very basic. WIll slowly improve and maintain alongside my job search.
- Python: see this article on Python installation
- Firefox/Google Chrome for testing (default is Firefox)
- Clone the repo
git clone https://github.com/benhhack/basic-keyword-extractor-app
- Run the shell files
./runApp.sh
- Tabs for more visualizations
- WordCloud
- Make it prettier
- Improve the keyword extractor
- See ATS requirements and match it
- Increase customisability
- Create a comparison function for resumes.
- Update tests
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Benjamin Hack - LinkedIn - benhhack@gmail.com
Project Link: https://github.com/benhhack/basic-keyword-extractor-app