Skip to content

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

License

Notifications You must be signed in to change notification settings

Moizsiddiq/node-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published