LICENSE
README.md
setup.py
src/africanwhisper.egg-info/PKG-INFO
src/africanwhisper.egg-info/SOURCES.txt
src/africanwhisper.egg-info/dependency_links.txt
src/africanwhisper.egg-info/requires.txt
src/africanwhisper.egg-info/top_level.txt
src/deployment/__init__.py
src/deployment/app.py
src/deployment/main.py
src/deployment/peft_speech_inference.py
src/deployment/peft_speech_inference_cli.py
src/deployment/speech_inference.py
src/deployment/speech_inference_cli.py
src/deployment/transcription_model.py
src/deployment/faster_whisper/__init__.py
src/deployment/faster_whisper/alignment.py
src/deployment/faster_whisper/asr.py
src/deployment/faster_whisper/audio.py
src/deployment/faster_whisper/diarize.py
src/deployment/faster_whisper/load_asr_model.py
src/deployment/faster_whisper/mel_filters.npz
src/deployment/faster_whisper/subtitles_processor.py
src/deployment/faster_whisper/types.py
src/deployment/faster_whisper/utils.py
src/deployment/faster_whisper/vad.py
src/tests/__init__.py
src/tests/test_audio_processor.py
src/tests/test_data_prep.py
src/tests/test_load_dataset.py
src/tests/test_model_optimization.py
src/tests/test_model_prep.py
src/tests/test_model_trainer.py
src/tests/test_peft_speech_inference.py
src/tests/test_transcription_pipeline.py
src/training/__init__.py
src/training/audio_data_processor.py
src/training/collator.py
src/training/data_prep.py
src/training/evaluation.py
src/training/load_data.py
src/training/main.py
src/training/merge_lora.py
src/training/model_trainer.py
src/training/wandb_callback.py
src/training/whisper_model_prep.py