Getting Started

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.

Prerequisites

  • Python 3.7 or higher
  • pip (Python package installer)

Setting up the environment

  1. Clone the repository:

  2. Create a virtual environment:

    python -m venv venv
    
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
      
    • On macOS and Linux:
      source venv/bin/activate
      
  4. Install the required dependencies:

    pip install -r requirements.txt
    

Running the application

To run the main application file, use the following command: python Voice2Transcript.py