This project aims to provide job recommendations based on the content of a user's resume. By analyzing the skills, experience, and other relevant information in the resume, the system suggests suitable job openings that match the user's profile.
Resume Parsing: Extracts key information from the resume such as skills, work experience, education, etc.
Job Matching: Matches the extracted resume information with job descriptions to recommend the best-fitting job opportunities.
User Interface: A simple and intuitive interface for users to upload their resumes and view job recommendations.
Backend: Python, Django
Frontend: HTML, CSS, Thailwind
Machine Learning: Scikit-learn, NLP techniques
Others: Pandas, NumPy