AI-Powered Resume Analyser Development by Karanveer SharmaAI-Powered Resume Analyser Development by Karanveer Sharma

AI-Powered Resume Analyser Development

Karanveer Sharma

Karanveer Sharma

AI-Powered Resume Analyser

šŸš€ Overview

This project is an AI-powered resume analyser built using Streamlit, PDF/DOCX processing, NLP, and ATS compatibility checking. It extracts text, analyses skills, scores resumes, and provides AI-driven suggestions to improve resumes.

šŸ“‚ Directory Structure

šŸ“¦ Resume-Analyzer
ā”œā”€ā”€ šŸ“‚ src/ # Source code
ā”œā”€ā”€ šŸ“‚ docs/ # Documentation
ā”œā”€ā”€ šŸ“‚ tests/ # Test cases
ā”œā”€ā”€ šŸ“‚ assets/ # Images/screenshots (if needed)
ā”œā”€ā”€ šŸ“‚ .github/workflows/ # GitHub Actions for automation (optional)
ā”œā”€ā”€ šŸ“„ README.md # Project Overview
ā”œā”€ā”€ šŸ“„ requirements.txt # Dependencies
ā”œā”€ā”€ šŸ“„ .gitignore # Ignore unnecessary files
ā”œā”€ā”€ šŸ“„ LICENSE # Open-source license (optional)

🌟 Features

āœ… Extract text from PDF/DOCX resumes āœ… Identify technical & soft skills āœ… Score resumes based on AI analysis āœ… Check ATS compatibility for job applications āœ… AI-generated resume improvement suggestions āœ… Grammar & formatting error detection

šŸ”§ Installation

Clone the repository:
git clone https://github.com/your-username/resume-analyzer.git
cd resume-analyzer
Install dependencies:
pip install -r requirements.txt
Run the app:
streamlit run app.py

šŸ“ Usage

Upload your resume (PDF/DOCX)
View extracted text & detected skills
Get AI-generated suggestions & ATS score
Improve your resume based on feedback

šŸ“· Screenshots

šŸ¤ Contributing

Feel free to fork this repo, submit PRs, and improve it! 😊

šŸ“œ License

This project is open-source under the MIT License.
šŸ’” Enhance your resume with AI & land your dream job! šŸš€
Like this project

Posted Jul 10, 2025

Developed an AI-powered resume analyser using Streamlit and NLP.