Skip to content

rubenmaharjan/isc-transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isc Transcription

Description

The International Storytelling Center has amassed a vast collection of audio files, and transcribing them manually can be time-consuming and tedious. This Python-based project automates the transcription process using Whisper, an advanced Open AI technology that can transcribe and translate audio files with high accuracy. With this tool, the International Storytelling Center can easily convert their audio files into text format, saving valuable time and resources.

Table of Contents

Installation

  1. Clone the repository:
git clone https:/rubenmaharjan/isc-transcription.git
  1. Navigate to the cloned directory:
cd isc-transcription
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the program:
python main.py

Usage

To run the transcription process, follow these steps:

  1. Open a terminal and navigate to the project directory.

  2. Make sure you have activated the virtual environment (if you are using one).

  3. Run the following command to start the transcription process:

python main.py

This will run the transcription process based on the configuration that has been created.

  1. Once the process is complete, the transcribed text will be saved to a text file in the output directory.

Note: Make sure to update the configuration file (config.xml) with the correct settings before running the code. You can also specify the audio files you want to transcribe by adding their file paths to the audio_files list in main.py.

If you encounter any issues or have any questions, please refer to the Contributing Guidelines or contact the project maintainers.

Acknowledgements

We would like to express our gratitude to the following individuals and organizations who contributed to this project:

  • Phil Pfeiffer, who provided valuable feedback and testing for the code.
  • The International Storytelling Center, who provided the audio files used in the project.
  • OpenAI, who developed the Whisper tool used for transcription.
  • The Python community, for their invaluable resources and support.

Thank you all for your help and support!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages