A simple web app that takes pdf as input and let you talk with it through chat interface.
Visit https://talkingpdf.rubenk.com.np/
or Build it yourself
$git clone https://github.com/rukh-debug/talking-pdf
$cd talking-pdf
$npm install
$npm build && npm start
- Long pdf files will throw error due to max token limit by OpenAI API.
- Sometimes the pdf file is not rendered properly, depends on the pdf file itself
"Do whatever the hell you want with this code."
- MIT License
Since it's totally client side, there is no security issue, except the fact that you are sending your pdf file to OpenAI, which is a third party service. So, if you are concerned about your privacy, don't use this app.
openai for the awesome API
@mui/material for the awesome UI components
nextjs for the awesome framework