Skip to content

TheLanguageArchive/whisper_standalone_executable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.