CSC510-SE-Uddharsh-Vineel-Chandrakant / CSC510-WolfJobs-G50

A job portal that provides Recruiters with a means to post temporary job openings and Candidates to apply for the jobs without being concerned about permanent associations.
MIT License
0 stars 0 forks source link

Should we opt ML approach for skills extraction / Hard coding by predicting skills and filtering? #4

Closed konetichandrakant closed 1 week ago

konetichandrakant commented 1 week ago

1) ML approach: a) This approach is better for dynamic cases and gives accurate output if we have well trained model. b) It is not fast as hardcoding either in performance or in developing the feature

2) Hard Coding: a) It is better for tasks where skills are already known b) It is development friendly and better in performance

vineel31 commented 1 week ago

As there are no proper models currently i think its better to go with hard coding of skills

konetichandrakant commented 1 week ago

Ok will try to collect repetivite skills from web and code accordingly.