Skip to content

This versatile tool is designed for anyone in need of a robust solution for transcribing and diarizing large volumes of audio files. Whether you are dealing with terabytes or even larger quantities, our tool ensures efficient and accurate processing. Ideal for researchers, content creators, and businesses.

License

Notifications You must be signed in to change notification settings

bigyaa/transcription-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isc Transcription

Description

The inception of this project was driven by the International Storytelling Center's imperative need to transcribe and catalog its extensive audio file collection efficiently. Recognizing the manual transcription process as time-consuming and tedious, the project initially focused on leveraging the power of Whisper, an advanced Open AI technology, to automate the transcription and diarization of audio files with exceptional accuracy.

Now, the project has evolved into a versatile application accessible to anyone seeking a streamlined solution for transcribing and diarizing their audio files. Utilizing the robust capabilities of Whisper, this Python-based tool empowers users to effortlessly convert their audio files into text format, offering a time-efficient and resource-saving alternative for individuals, organizations, and cultural institutions alike. The democratization of this technology ensures that the benefits extend beyond the initial motive, providing a valuable and accessible resource for diverse transcription needs.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/bigyaa/transcription-system.git
  1. Navigate to the cloned directory:
cd transcription-system
  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:

python3 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

This versatile tool is designed for anyone in need of a robust solution for transcribing and diarizing large volumes of audio files. Whether you are dealing with terabytes or even larger quantities, our tool ensures efficient and accurate processing. Ideal for researchers, content creators, and businesses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published