whisper-plus
WhisperPlus: Faster, Smarter, and More Capable π
νμΌ νμκΈ°
μ΅μ’ λ²μ λ€μ΄λ‘λ (.zip)- ci.yml
- package_testing.yml
- publish_pypi.yml
- FUNDING.yml
- whisper_benckmarks.md
- openai-whisper.jpg
- demo.ipynb
- speaker_diarization.txt
- package.py
- runpod.sh
- gpt2.tiktoken
- mel_filters.npz
- multilingual.tiktoken
- __init__.py
- audio.py
- decoding.py
- lightning.py
- load_models.py
- timing.py
- tokenizer.py
- torch_whisper.py
- transcribe.py
- whisper.py
- __init__.py
- audio.py
- benchmark.py
- convert.py
- decoding.py
- load_models.py
- timing.py
- tokenizer.py
- torch_whisper.py
- transcribe.py
- version.py
- whisper.py
- __init__.py
- autollm_chatbot.py
- lancedb_chatbot.py
- long_text_summarization.py
- summarization.py
- text2speech.py
- whisper.py
- whisper_autocaption.py
- whisper_diarize.py
- __init__.py
- download_utils.py
- text_utils.py
- __init__.py
- app.py
- audio_eval.py
- cli.py
- test.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.cfg
- setup.py
# μ€μΉ κ°μ΄λ
git clone https://github.com/kadirnar/whisper-plus
κΉνλΈμμ νλ‘μ νΈ μ½λ μ 체λ₯Ό λ΄ μ»΄ν¨ν°λ‘ λ΄λ €λ°μ΅λλ€.
cd whisper-plus
λ°©κΈ λ΄λ €λ°μ νλ‘μ νΈ ν΄λ μμΌλ‘ μ΄λν©λλ€.
2. 곡μ μ€μΉ μ€ν¬λ¦½νΈ
μ¬μ μΆμ²- Python 3 pip λͺ λ Ήμ΄λ₯Ό μ°λ €λ©΄ Pythonμ΄ νμν©λλ€.
pip install whisperplus git+https://github.com/huggingface/transformers
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
pip install flash-attn --no-build-isolation
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
pip install -U "huggingface_hub[cli]"
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
pip install sentence-transformers ctransformers langchain
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
μ΄ λ ν¬μ READMEμ μ ν μ€μ λͺ λ Ήμ΄λ₯Ό κ·Έλλ‘ κ°μ Έμμ΅λλ€.
3. Python
μ¬μpip install whisperplus git+https://github.com/huggingface/transformers
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
pip install flash-attn --no-build-isolation
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
pip install -r requirements/speaker_diarization.txt
requirements.txt λ±μ λͺ μλ νμ΄μ¬ λΌμ΄λΈλ¬λ¦¬λ₯Ό μ€μΉν©λλ€.
pip install -U "huggingface_hub[cli]"
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
pip install sentence-transformers ctransformers langchain
PyPIμ λ°°ν¬λ ν¨ν€μ§λ₯Ό λ°λ‘ μ€μΉν©λλ€. μμ€ ν΄λ‘ μ΄ νμ μμ΅λλ€.
μ΄ λ ν¬μ READMEμ μ ν μ€μ λͺ λ Ήμ΄λ₯Ό κ·Έλλ‘ κ°μ Έμμ΅λλ€.
