A Web app that track resume applications for company as well as generate skill test for jobs based on the job description using generative AI

- Generates a resume score against the job description using Google HuggingFace's word2vec model and cosine similarity
- Generates a skill test based on the job description for each applicant using Gemeni API
Just the usual...
- clone the code go server create a config.json from your MongoDB
- got to client folder then run
npm installon the terminal npm run devto open the client app
- Complete landing page
- Optimize database usage
- Remove Redundant code
- Deploy