Skip to content

temesgen5335/Speech-to-text-transcription-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Text Transcription App

Installation

  1. Create a virtual environment
python -m venv .venv
  1. Activate virtual environment
  • For Windows
.venv/Scripts/activate
  • for Mac / Linux
source .venv/bin/activate 
  1. Clone the repository
git https://github.com/temesgen5335/Speech-to-text-transcription-app.git
  1. Navigate to the project directory
cd Speech-to-text-transcription-app
  1. Install Stramlit
pip install stramlit
  1. Install requirements
pip install -r requirements.txt
  1. Run the app
streamlit run app.py

License

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

About

Speech to Text Transcription App Using AssemblyAI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages