The aim of the project is to develop a web portal for recommending best resumes to employers and best projects/ job opportunities to employees based on their skills and competencies. This would make the internship and job recruitment process fair, simple and accurate and provide opportunities to deserving candidates.
This project uses NLP techniques to recommend jobs to employees and candidates to employers. With our state of the art recommendation algorithm,you can say goodbye to manual filtering and the tedious process of finding the right opportunity. The recommendation algorithm uses TF-IDF + Cosine Similarity
- install requirements.txt using pip install -r requirements.txt
- Run the app using python app.py or flask run