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.
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.
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