document.based.chatgpt.mp4
video_resized.1.mp4
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
- openai==0.8.0
- PyPDF2==3.0.1
- pyperclip==1.8.2
- Clone the repository: git clone https://github.com/muratali016/Chatgpt-text-summarizer.git
- Install the required packages: pip install -r requirements.txt
- Run the app: python main.py
- 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.
This project is licensed under the Apache License - see the LICENSE file for details.
- https://github.com/jerryjliu/llama_index
- OpenAI for providing the GPT-3 language model.
- PyPDF2 for PDF extraction.
- pyperclip for clipboard integration.
If you have any feedback or suggestions, please feel free to create an issue