Skip to content

BaiyuanLiu/Chatgpt-document-pdf-based-chatbot-pdf-summarizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document based chatbot

document.based.chatgpt.mp4

Summarizer

video_resized.1.mp4

Chatgpt-text-summarizer tkinter app

This is a text summarization app that uses OpenAI's GPT-3 language model to generate a summary of a given text. It's a Tkinter GUI application that can also extract text from PDF files and the clipboard. You can also download summary

Requirements

  • openai==0.8.0
  • PyPDF2==3.0.1
  • pyperclip==1.8.2

Installation

Usage

  • Launch the app by running python app.py.
  • Copy the text you want to summarize to the clipboard or load a PDF file.
  • Click on the "Generate Summary" button to generate a summary of the text.
  • The summary will be displayed in the text box at the bottom of the app.

License

This project is licensed under the Apache License - see the LICENSE file for details.

Credits

Feedback

If you have any feedback or suggestions, please feel free to create an issue

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%