whisper engine package
Project description
This is a package of the whisper engine that you can install and use without complicated initialization and construction processes.
-
First you need to install the FastWhishper environment: pip install faster-whisper
-
How to use it:
size = "large-v2" model = "model_path" language = "zh" whisper = whisperEngine(size, model, language) whisper.load_model() text = whisper.do_transcribe(audio_file)
- model language default chinese: chinese (zh) english (en)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
whisperEngine-1.0.0.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file whisperEngine-1.0.0.tar.gz
.
File metadata
- Download URL: whisperEngine-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bba89099c38b311ba7ae4f5c72ef18ec8fe94e159f785a81e2ba64b0f5c4eff |
|
MD5 | 5e3335df52f4e3ebeb2c60a9cee0d5cb |
|
BLAKE2b-256 | 5c7f3e53f45b1d341edd424e2fa01ce358cb909fc3b4495cccdf3dd1dd6d2401 |
File details
Details for the file whisperEngine-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: whisperEngine-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdc7202370611db4ff03d4b4ac8a359ea685522a560d7d45c29760fd16fb6f92 |
|
MD5 | bb236701dfbdc67fd7f9cb7111e5d4b2 |
|
BLAKE2b-256 | 03f957a1a59654076e2028b4df7fd2d1a12de0882881c3f9c121872c26f4cf65 |