Skip to main content

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.

  1. First you need to install the FastWhishper environment: pip install faster-whisper

  2. 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)

  1. model language default chinese: chinese (zh) english (en)

Project details


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 hashes)

Uploaded Source

Built Distribution

whisperEngine-1.0.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page