Summarizing-Youtube-Videos-with-OpenAI-Whisper-and-GPT-3 icon indicating copy to clipboard operation
Summarizing-Youtube-Videos-with-OpenAI-Whisper-and-GPT-3 copied to clipboard

Feature/adding cli interactions

Open YuniorGlez opened this issue 8 months ago • 0 comments

Improvements to YouTube Video Summarizer with OpenAI

This PR introduces several improvements to the YouTube video summarizer script. Now, the script allows users to ask questions about the video, which are answered based on the video's transcript. Additionally, the answers include a timestamp and a link to the corresponding part of the video on YouTube.

Major Changes

  • Improved AI usage efficiency by emulating a conversation where the transcript is first passed to the AI, then the AI responds 'OK', and then the user's question is asked.
  • Added functionality to ask questions about the video. These questions are answered based on the video's transcript. The answers include a timestamp and a link to the corresponding part of the video on YouTube.
  • Updated the README to reflect these changes and provide clearer instructions on how to set up and use the script.

Next Steps

In the future, we plan to continue improving the efficiency and accuracy of the script. If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

YuniorGlez avatar Jun 01 '24 22:06 YuniorGlez