TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Score My Resume – Automated Resume Feedback

8 pointsby rohanm93about 7 years ago

2 comments

rohanm93about 7 years ago
Hi HN! I launched the first version of Resume Worded on HN back in October last year and even though it was just a database of sample resume lines, there was a superb response here. Since then, I’ve been adding to the product every day and I’m super excited to show you guys Score My Resume.<p>The tool scans your resume for elements that are characteristic of a good resume, and gives you feedback&#x2F;explanations on how you can improve. These range from simple things like word count (is your resume too short&#x2F;long?) to a bit more complex things such as checking if you’ve quantified your bullet points, and suggesting similar lines in my database of lines (based on keyword ranking) and metrics (see <a href="https:&#x2F;&#x2F;resumeworded.com&#x2F;metrics" rel="nofollow">https:&#x2F;&#x2F;resumeworded.com&#x2F;metrics</a>).<p>I think the hardest part was parsing a resume properly into its sections (e.g. people name their work experience, skills, etc sections differently e.g. ‘Work experience’, ‘Work and leadership’, …) and identifying what’s a bullet point (people use hyphens, bullets, or no bullets at all), or what’s a job title. Parsing resumes correctly is a pretty hard problem that modern HR systems seem to struggle at too imo. I used spaCy nlp mainly for pos tagging - I think it is the best nlp library out there (e.g. nltk out-of-the-box is ineffective, while stanford was just too slow) - highly recommend so wanted to give a shoutout. I think my model has a long way to go but I feel it’s getting there. I have a few new features that I’m almost done with but thought i should just ship the product as is before I delay it any longer!<p>I hope you guys find it useful. Appreciate any and all feedback.<p>-Rohan<p>P.S. I’ve tried making the parser flexible enough so that it can read pretty much any template. However, sometimes pdf’s don’t get converted correctly, or your template&#x2F;format is just not something I expected. So if for any reason your resume fails, try putting your content in this standard resume template from Harvard’s career website (<a href="http:&#x2F;&#x2F;hwpi.harvard.edu&#x2F;files&#x2F;ocs&#x2F;files&#x2F;template_bullet.doc" rel="nofollow">http:&#x2F;&#x2F;hwpi.harvard.edu&#x2F;files&#x2F;ocs&#x2F;files&#x2F;template_bullet.doc</a>) and reupload. Thanks!
评论 #16945542 未加载
eat_veggiesabout 7 years ago
Very nice work! This looks a lot like TalentWorks [0] which must be validation that you have a good idea!<p>[0] <a href="https:&#x2F;&#x2F;talent.works&#x2F;" rel="nofollow">https:&#x2F;&#x2F;talent.works&#x2F;</a>