This repo is used to generate the transcription for the vedio
These instructions will help you set up the project on your local machine for development and testing purposes.
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the repository:
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the required dependencies:
pip install -r requirements.txt
To run the main application file, use the following command: python Voice2Transcript.py