rishabmahesh / InterviewTranscriber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InterviewTranscriber

This tool will achieve the following tasks: transcribe an audio file to text, create sentence segments from the transcription, identify the interview questions and corresponding answers, and identify key elements of the answers.

The following downloads are required: ffmpeg

Additional steps are needed to integrate Punctuator:

To activate the server:

  • Create venv using 'python3 -m venv venv' from the root directory.
  • Activate virtual environment:
    • For Mac/Linux: 'source venv/bin/activate'
    • For Windows: 'venv\Scripts\activate.bat'
  • Install dependencies using 'pip install -r requirements.txt'.
  • Start server by running 'python3 server.py' from the root directory.

About


Languages

Language:Python 100.0%