Skip to content

Welcome to Getlang! This is an open-source project aimed at helping you detect the language spoken in an audio file. Built using the power of the OpenAI's whisper model, Getlang provides a simple interface for audio language detection.

License

Notifications You must be signed in to change notification settings

AlefAlfa/GetLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

README.txt


Getlang - Language Detection from Audio Files

Welcome to Getlang! This is an open-source project aimed at helping you detect the language spoken in an audio file. Built using the power of the OpenAI's whisper model, Getlang provides a simple interface for audio language detection.


How to use Getlang?

Running Getlang is as simple as running a script with a single command-line argument. You just need to provide the path to the audio file for which you want to detect the language.

For example, to detect the language in your_audio_file.mp3, you would run:

python getlang.py your_audio_file.mp3

Please replace your_audio_file.mp3 with the actual path to your audio file.

The script will print the detected language to the console. For example, you might see:

The detected language is: English

Requirements

This script requires Python and the whisper library, as well as a working Python environment.

If you do not have whisper installed, you can install it via pip:

pip install whisper

Contributing

We love contributions! If you have any suggestions, bug reports, or just want to help out with development, don't hesitate to get in touch or open a pull request.


We hope you find Getlang helpful. Enjoy exploring the world of languages!


Happy coding!

About

Welcome to Getlang! This is an open-source project aimed at helping you detect the language spoken in an audio file. Built using the power of the OpenAI's whisper model, Getlang provides a simple interface for audio language detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages