Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jimmy dev #1069

Closed
wants to merge 6 commits into from
Closed

Jimmy dev #1069

wants to merge 6 commits into from

Commits on Oct 10, 2024

  1. build: bump version to 1.0.4 and update package name

    - Update version from 1.0.3 to 1.0.4 in version.py
    - Change package name from "faster-whisper" to "topai-faster-whisper" in setup.py
    BannerWang committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    130af86 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. add api transcribe_after_detect_language

    JimmyXu committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    012cb9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jimmy1984xu/jimmy_dev

    add api transcribe_after_detect_language
    Banner-Wang authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    51b9015 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. feat(model): implement language detection before transcription

    Add language detection functionality to the WhisperModel's transcribe method. If the detected language is not the target language or the probability is below the threshold, transcription is skipped. This enhances efficiency by avoiding unnecessary processing. Additionally, expose language codes and improve audio handling.
    BannerWang committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    848e97d View commit details
    Browse the repository at this point in the history
  2. chore: add .pypirc to .gitignore

    BannerWang committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7231e69 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. transcribe_after_detect_language add parameter continue_asr and conti…

    …nue_language
    JimmyXu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fa8632b View commit details
    Browse the repository at this point in the history