01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
AI Resume Analyzer is a Python and Streamlit based final year project developed for analyzing resumes using natural language processing and resume parsing techniques. This major project extracts resume information, identifies skills and keywords, predicts job roles, recommends missing skills, suggests courses and certificates, provides resume tips, calculates an overall resume score, and displays interview/resume improvement videos. The system also includes an admin section where applicant data can be viewed in tabular format, exported to CSV, uploaded resume PDFs can be accessed, feedback and ratings can be reviewed, and analytics charts can be generated for ratings, predicted roles, experience level, resume score, user count, city, state, and country. This AI Resume Analyzer source code is suitable for students who need a final year project, major project, minor project, source code, and project report based on Python, NLP, Streamlit, MySQL, resume parsing, and data analytics.
Admin Account
adminadmin@resume-analyzerUser Access
The client side works by uploading a resume and viewing analysis results. No separate default user login credential is mentioned in the uploaded documentation.
Error: GeocoderUnavailable
Cause: Internet connection or network speed issue.
Solution: Check internet connection and retry the application.
Original Software: Copyright (c) 2022 Deepak Padhi Licensed under the MIT License. Modifications, documentation and additional components: Copyright (c) 2026 FileMakr.com
This product includes open-source software originally released by Deepak Padhi under the MIT License. The original copyright and license notice are included with the source-code package. The amount charged covers project compilation, verification, documentation, delivery and support services.
Open command prompt and go to project folder:
cd AI-Resume-Analyzer
Create virtual environment:
python -m venv venvapp
Activate virtual environment on Windows:
cd venvapp/Scripts
activate
Go back to project folder and open App directory:
cd../..
cd App
Install dependencies:
pip install -r requirements.txt
Download spaCy English model:
python -m spacy download en_core_web_sm
Create MySQL database:
cv
Update MySQL credentials inside:
App.py
streamlit run App.py
Most Important - Download the venvapp folder and place it into root folder to start the project
Admin Account
adminadmin@resume-analyzerUser Access
The client side works by uploading a resume and viewing analysis results. No separate default user login credential is mentioned in the uploaded documentation.
Error: GeocoderUnavailable
Cause: Internet connection or network speed issue.
Solution: Check internet connection and retry the application.