Skip to content

datakabeta/pdf-summarizer

Repository files navigation

PDF Summarizer

This tool allows users to upload a PDF file and obtain a quick text summary in a few sentences. This project was built as a proof of concept for Cohere's Summarize APIs and is not meant to be used in production, yet.

Demo

The demo below shows how you can get a brief summary of the Attention is all you need research paper that introduced the Transformer architecture to the world of NLP.

Demo of PDF Summarizer

Tech

The key technology used in this project:

  • Multer: A Node.js middleware for file upload handling on the server
  • PDF Parses: A library To extract text from PDF files
  • Summarize API: A Cohere API to generate a summary of the text extracted from the PDF

About

An AI based PDF summarization tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published