This is a mono repo style project.
NOTE: Early development phase. Some breaking/structural changes are expected.
Whisper CLI ( Readme )
- It is "Modified" OpenAi's whisper python project to create executable files using PyInstaller.
- "Standalone Executable" should be usable by just copying to the target system; without requiring python environment setup.
- The created executables are platform dependant.
- Ubuntu in Docker Container readme
- Ubuntu in Virtual Machine readme
- Mac M2 Chip readme
- Windows 11 readme
Transcriber JAR ( Readme )
- It is a
Java
(maven
) project which uses the created executable and provides an easy way to test the functionality. This may also be seen as a first step to create a jar which can be used as dependency in other java projects.