KevKibe / African-Whisper

πŸš€ Framework for seamless fine-tuning of Whisper model on a multi-lingual dataset and deployment to prod.

Home Page:https://kevkibe.github.io/African-Whisper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

African Whisper: ASR for African Languages

Twitter Last commit License

Framework for seamless fine-tuning and deploying Whisper Model developed to advance Automatic Speech Recognition (ASR): translation and transcription capabilities for African languages.

Features

  • πŸ”§ Fine-Tuning: Fine-tune the Whisper model on any audio dataset from Huggingface, e.g., Mozilla's Common Voice datasets.

  • πŸ“Š Metrics Monitoring: View training run metrics on Wandb.

  • 🐳 Production Deployment: Seamlessly containerize and deploy the model inference endpoint for real-world applications.

  • πŸš€ Model Optimization: Utilize CTranslate2 for efficient model optimization, ensuring faster inference times.

  • πŸ“ Word-Level Transcriptions: Produce detailed word-level transcriptions and translations, complete with timestamps.

  • πŸŽ™οΈ Multi-Speaker Diarization: Perform speaker identification and separation in multi-speaker audio using diarization techniques.

  • πŸ” Alignment Precision: Improve transcription and translation accuracy by aligning outputs with Wav2vec models.

  • πŸ›‘οΈ Reduced Hallucination: Leverage Voice Activity Detection (VAD) to minimize hallucination and improve transcription clarity.


The framework implements the following papers:
  1. Robust Speech Recognition via Large-Scale Weak Supervision : Speech processing systems trained to predict large amounts of transcripts of audio on the internet scaled to 680,000 hours of multilingual and multitask supervision.

  2. WhisperX: Time-Accurate Speech Transcription of Long-Form Audio for time-accurate speech recognition with word-level timestamps.

  3. Pyannote.audio: Neural building blocks for speaker diarization for advanced speaker diarization capabilities.

  4. Efficient and High-Quality Neural Machine Translation with OpenNMT: Efficient neural machine translation and model acceleration.

For more details, you can refer to the Whisper ASR model paper.

Documentation

Refer to the Documentation to get started

Contributing

Contributions are welcome and encouraged.

Before contributing, please take a moment to review our Contribution Guidelines for important information on how to contribute to this project.

If you're unsure about anything or need assistance, don't hesitate to reach out to us or open an issue to discuss your ideas.

We look forward to your contributions!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any enquiries, please reach out to me through keviinkibe@gmail.com

About

πŸš€ Framework for seamless fine-tuning of Whisper model on a multi-lingual dataset and deployment to prod.

https://kevkibe.github.io/African-Whisper

License:MIT License


Languages

Language:Python 99.8%Language:Dockerfile 0.2%