Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 930 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 930 Bytes

SpeechBrain Llama3 Speech Recognition System

Write story from your own voice

Introduction

In this video tutorial we will show you how to use the SpeechBrain Llama3 Speech Recognition System to write a story from your own voice. The SpeechBrain Llama3 Speech Recognition System is a state-of-the-art speech recognition. The UI will be created with Streamlit and the model will be trained with the SpeechBrain library.

Prerequisites

  • Python 3.8 or later
  • SpeechBrain
  • Streamlit
  • TourchVision and TorchAudio

Installation

pip install -r requirements.txt

Usage

streamlit run app.py

Useful Links