Automatic Text Summarization using GPT-3
1. re
2. nltk
3. matplotlib
4. wordcloud
5. openai
6. transformers
7. summarizer
You will also need an OpenAI API key which can be obtained from your personal account in OpenAI website.
- Open Experiment notebook and install the necessary dependencies.
- Copy your conversation or transcript file to conv_dataset folder.
- Run all cells of Experiment notebook (make appropriate updates in 2nd cell of notebook).
- You will see the summary in the last cell.
Rohit Doriya