Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.18 KB

Whisper Standalone Executable (Command Line Interface - CLI)

This is a mono repo style project.

NOTE: Early development phase. Some breaking/structural changes are expected.

Projects

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.

Supported Platforms:

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.