- Using AssemblyAI
- Create a virtual environment
python -m venv .venv
- Activate virtual environment
- For Windows
.venv/Scripts/activate
- for Mac / Linux
source .venv/bin/activate
- Clone the repository
git https://github.com/temesgen5335/Speech-to-text-transcription-app.git
- Navigate to the project directory
cd Speech-to-text-transcription-app
- Install Stramlit
pip install stramlit
- Install requirements
pip install -r requirements.txt
- Run the app
streamlit run app.py
This project is licensed under the Apache License - see the LICENSE file for details.