How to create a linter with tensorflow.js?

hello,

So, I am working on a web app where university students can go and look for scholarships. we currently have a regex-based linter that detects missing scholarship requirements. We are trying to build a machine learning model to improve the performance. Since the web app is written in JavaScript (ReactJS) I am trying to build it with tensorflow.js.

can you please give me pointers on how to go about building this model? are there pre trained models I can use to implement a linter? thanks

1 Like