Skip to content

A Retrieval Augmented Generation project where the model nomic-embed-text will compile PDF data and mistral will carry out the summarization process.

Notifications You must be signed in to change notification settings

minhtribui153/PDFSummarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Summarizer

The PDF summarizer allows the user to input search queries on the pdf files inside the data folder, and the AI model will search for the relevant results and give a summary to the user

For this project, I used the Chroma Database to store the compiled data from the PDF files which makes it easier for the Ollama AI model to query and give a brief summary of the documents to the user.

Models required: "nomic-embed-text" and "mistral"

Resources used: http://www.macs.hw.ac.uk/~yjc32/project/ref-NN/Gurney_et_al.pdf

Demo

About

A Retrieval Augmented Generation project where the model nomic-embed-text will compile PDF data and mistral will carry out the summarization process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages