/node-summarizer

This is a node js application that allows users to upload pdf files and summarize the content of the pdf file. The application uses the OctoAI Text Gen Solution to run the large language model (LLM) inferences that power the PDF summarization. It demonstrates the ability to easily use LLMs to implement intelligent natural language workflow

Primary LanguageJavaScriptMIT LicenseMIT

PDF Summarizer - Node JS

This is a node js application that allows users to upload pdf files and summarize the content of the pdf file. The application uses the OctoAI Text Gen Solution to run the large language model (LLM) inferences that power the PDF summarization. It demonstrates the ability to easily use LLMs to implement intelligent natural language workflows.

Instructions

This simple script will convert PDF files into summarized TXT files using AI. This will allow you to get a summary of a variety of files from CV's, manuals, etc.

Getting Started

  1. Run npm install to install modules
  2. Place .pdf files in the files folder
  3. Run npm start in the terminal

Dependencies

  • OctoAI - AI Text and Image Generation
  • NodeJs - JavaScript Runtime
  • Pdf-parse - Pure javascript cross-platform module to extract texts from PDFs "# node-summarizer"