Dash Ag Grid first attempt - a simple content similarity app

  1. Paste a list of documents (keywords, page titles, URLs, etc)
  2. Select one of them
  3. Find/filter/narrow other products based on similar words
  4. Export to CSV

It’s based on a simple document-term matrix, which is very efficiently represented, and can scale well up to a certain limit of course. You can then filter and decide how narrow you want the similarity to be.

You can try the live content similarity app or try the code on GH (has a video overview of how it might be used).

Many improvements and enhancements can be made, and any feedback is welcomed.

4 Likes

Hey @eliasdabbas Thx for posting content + video + github … and for helping get the word out on Dash Ag-Grid via your LI profile:

1 Like