/tensorflow-pdf-search

This module will let you upload a PDF and then search for anything within the PDF content

Primary LanguageJavaScriptMIT LicenseMIT

tensorflow-pdf-search

This module will let you upload a PDF and then lets you ask any question related to the PDF content. The question needs to be very specific and accurate or it will not return an answer. Hopefully, the model would have improved in the future.

Model used: TensorFlow QNA model

Node / yarn versions: v18.16.0 / 1.22.19

Demo

https://vimeo.com/840872006

Setup

Install dependencies:

yarn

Launch a local dev server:

npx http-server

or

python -m SimpleHTTPServer 8080