AI Powered Resume Screening System Using Python uses NLP, Machine Learning, Computer Vision, and OCR to analyse resumes, extract candidate information, compare resumes with job descriptions, rank candidates, and generate screening reports.
The AI Powered Resume Screening System Using Python is designed to automate the resume screening process. The project uses Natural Language Processing, Machine Learning, Computer Vision, and OCR to extract information from resumes, compare candidates with job descriptions, rank them, and generate screening reports.
The application is developed using Python with a Streamlit interface and SQLite for application data storage. It supports PDF, DOCX, TXT, and image-based resumes, including scanned documents.
| Layer | Technology |
|---|---|
| Frontend | Streamlit and Plotly |
| Backend | Python |
| NLP | spaCy, NLTK and Regular Expressions |
| Machine Learning | scikit-learn, TF-IDF and Cosine Similarity |
| Computer Vision | OpenCV |
| OCR | Tesseract and pytesseract |
| PDF Processing | PyMuPDF |
| DOCX Processing | python-docx |
| Database | SQLite |
| Reports | pandas and ReportLab |
| Security | bcrypt and role-based authentication |
1. Install Python 3.10 or later on your computer. 2. Extract the project files and open the project folder. 3. Create and activate a Python virtual environment if required. 4. Install the project dependencies using pip install -r requirements.txt. 5. Download the spaCy language model using python -m spacy download en_core_web_sm. 6. Download the required NLTK resources using python -c "import nltk; nltk.download('stopwords'); nltk.download('wordnet')". 7. Install Tesseract OCR for scanned and image-based resumes. 8. On Windows, install Tesseract using winget install UB-Mannheim.TesseractOCR. 9. On Ubuntu, install Tesseract using sudo apt install tesseract-ocr. 10. On macOS, install Tesseract using brew install tesseract. 11. Configure TESSERACT_CMD if Tesseract is installed in a custom location. 12. Start the application using streamlit run app.py. 13. Open the application at http://localhost:8501. 14. Sign in and create a job posting. 15. Upload resumes and run the screening process. 16. Review candidate scores, matched skills, missing skills, rankings, and reports.
FAQ for this project coming soon.
No reviews yet. Be the first to review!