From 649b48ef538ed2508bc46fb9169a792c2359a34d Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 24 Mar 2025 14:26:33 +0100 Subject: [PATCH] Adds requirements section to README Includes Python dependencies and external software requirements to guide users on necessary tools and libraries for the project. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d934a10..cc1f750 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # pyvtt Python Voice to Text + + +## Requirements + +### Python + +- Python 3.6 or higher +- pip +- requests +- PyQt5 + +### Software + +- [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) +- [ffmpeg](https://ffmpeg.org/) +- [notify-send](https://manpages.ubuntu.com/manpages/bionic/man1/notify-send.1.html) +- [ollama](https://ollama.com/) \ No newline at end of file