Add a new button in the joblisting page called "Am i fit". When an user clicks on the button, Use the data from user profile and the job description to see how compatible a person is for the role. Use a simple cosine similarity between the fields:- "domain" in the job listing and "domain of intrest" in the user profile and "Role" in the joblisting and "current level" in the user profile present in the user profile and the job details to get this compatability score. (Implement all the functionalities completely).
Only add this feature and let the rest of the page stay the same
Add a new button in the joblisting page called "Am i fit". When an user clicks on the button, Use the data from user profile and the job description to see how compatible a person is for the role. Use a simple cosine similarity between the fields:- "domain" in the job listing and "domain of intrest" in the user profile and "Role" in the joblisting and "current level" in the user profile present in the user profile and the job details to get this compatability score. (Implement all the functionalities completely). Only add this feature and let the rest of the page stay the same