A Free Tool to Check if Your Resume is "ATS-Friendly"
Are you wondering if your resume is "ATS-friendly"? In today's job market, many companies use Applicant Tracking Systems (ATS) to filter and rank resumes based on specific criteria. If your resume isn't ATS-friendly, it may not be parsed correctly, and you could miss out on potential opportunities.
This project is a free website that allows you to check if your resume is ATS-friendly. Simply upload your resume, and the tool will analyze it to ensure that it can be parsed accurately by common ATS systems.
Before you begin, ensure you have the following installed:
- Python 3.6 or later
- Flask
- PyPDF2
Follow these steps to get your development environment set up:
- Clone the repository
git clone https://github.com/fuchenru/ATS-Checker.git
- Install the required packages
pip install -r requirements.txt
- Run the Flask application
python ats.py
Open your web browser and navigate to http://127.0.0.1:5000 Click the "Choose File" button and select a PDF resume from your local file system. Click the "Submit" button to upload the file. The extracted text content from the PDF resume will be displayed on the webpage.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
Distributed under the MIT License. See LICENSE
for more information.