Add language selection dropdown for Whisper transcription/translation#6
Add language selection dropdown for Whisper transcription/translation#6
Conversation
- Added comprehensive list of supported languages with auto-detect option - Modified UI to include language selection dropdown with Norwegian as default - Updated translate_transcribe_file() to accept and use selected language parameter - Enhanced translate.py CLI to support language parameter - Updated instructions to include language selection step Co-authored-by: Francesco Frassinelli <frafra@users.noreply.github.com>
|
@claude can you resolve the conflicts in this PR, since main has been updated? |
|
Claude finished @frafra's task —— View job ✅ Merge conflicts resolved successfully!Tasks:
Summary:I've successfully resolved the merge conflicts between this branch and main. The main issue was that main switched from Changes Made:
Result:
The PR now incorporates both the performance improvements from main and the language selection feature, making it ready for merge! |
- Updated app.py to use faster_whisper.WhisperModel instead of openai-whisper - Converted faster_whisper segment format to dict format for compatibility - Updated translate.py to use faster-whisper API - Updated pyproject.toml to use faster-whisper>=1.1.0 dependency - Updated Dockerfile to use faster-whisper model downloading approach - Removed utils/ directory that conflicts with main branch approach - Preserved all language selection functionality with 50+ supported languages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Francesco Frassinelli <frafra@users.noreply.github.com>
|
@claude rebase on main |
|
Claude finished @frafra's task —— View job Tasks:
Status Update:I've analyzed the current state and identified that main has one new commit ahead of this branch:
However, I'm unable to perform the git rebase operation due to limited bash permissions. The Recommended Action:Since I cannot perform the rebase operation directly, you have a few options:
The current branch is clean and up-to-date with its remote counterpart, so a rebase should be straightforward once the permissions are available. |
|
Closed, this pull request is outdated |
Add a comprehensive language selection dropdown to allow users to choose the source language for better transcription and translation results.
Changes
Closes #1
Generated with Claude Code