Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojdon/whisperwrite
Little MacOS script for using AI to transcribe videos.
https://github.com/ojdon/whisperwrite
Last synced: 27 days ago
JSON representation
Little MacOS script for using AI to transcribe videos.
- Host: GitHub
- URL: https://github.com/ojdon/whisperwrite
- Owner: ojdon
- License: mit
- Created: 2024-01-16T23:42:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:57:55.000Z (12 months ago)
- Last Synced: 2024-12-06T20:11:53.415Z (about 1 month ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whisperwrite
Little MacOS script for using AI to transcribe videos.## Installation
Open your terminal app:
```
git clone [email protected]:ojdon/whisperwrite.git
cd whisperwrite
chmod +x ./whisperwrite.sh
./whisperwrite.sh
```Then drag your video onto the terminal window.
Once the transcribing has finished, you should be able to open the json output in your prefered code editor.