Member-only story
DOING DATA SCIENCE FROM SCRATCH TASK BY TASK
Semantic Highlighting
Building and adding a User Interface for NLP
Since I wrote my last article, Using NLP to improve your Resume, our readers’ response has been excellent. Reading some of the comments was inspiring and provided much-needed motivation for the next phases. If we really wanted to improve our Resume using NLP, we would need a User Interface, and like that Photo by Ed Pylypenko on Unsplash, our users would consume the service on their mobile.
Consider the use case that you are out and about. Your best friend sends you a job link on LinkedIn. Wouldn’t it be cool to pass that link to an application and get an analysis of your chances right there on your mobile? I think that would be sub-zero cool. Some will say that LinkedIn premium already has that feature, but that won’t be much fun for our readers.
Now, admittedly, building prototypes using JavaScript might not appeal to every reader. Still, I have always been interested in developing solutions, wrapping machine learning around API calls and giving a friendly User Interface. Let me show you how to create a prototype user interface using Vue.js and lay in some NLP processing.

