Skip to content

0basedHuman/doc-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Doc Reader: Your AI-Powered Document Assistant

doc-reader

Welcome to Doc Reader, the ultimate solution for effortless document comprehension. Our innovative AI-powered system revolutionizes the way you interact with PDF documents. With just a few clicks, you can unlock a wealth of knowledge stored within your files and receive accurate answers to your questions in no time.

Gone are the days of tedious manual searching and reading through lengthy documents. Doc Reader harnesses the power of artificial intelligence to save you countless hours of effort. Simply upload your PDF document, and our cutting-edge algorithms will process the text, extracting vital information and understanding its context.

The magic begins when you start asking questions. Whether you need specific details or a comprehensive overview, Doc Reader has you covered. Our intelligent system comprehends the content of your document, and through natural language processing, it generates accurate and concise responses. No more scanning through paragraphs or skimming through pages – Doc Reader presents you with the exact information you need, effortlessly.

But that's not all. Doc Reader also learns and adapts over time. As you use the system, it becomes increasingly proficient in understanding your preferences and tailoring its responses to suit your needs. It's like having your own personal document assistant, available 24/7.

Experience the future of document analysis with Doc Reader. Sign up today and discover a world where knowledge is just a question away.

Steps to build and run the app

  1. Clone the Repo
  2. Go the the doc-reader folder
  3. Open the Dockerfile
  4. In line #7, insert OPENAI_API_KEY (Need Paid account to use CHATGPT LLM API)
  5. docker build -t doc-reader .
  6. docker run -it -p 8501:8501 doc-reader
  7. Go to web browser can do http://localhost:8501
  8. You can start using the Doc-reader

`

About

Doc reader is the AI powered chat bot which can take pdf documents and answer queries based on the data in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors