Embedding secret messages in wave audio file with python

HiddenWave Hide Your Secret Message in any Wave Audio File. Hiddenwave is a python based program for simple audio steganography. You can hide your secret text messages in wave audio file. you can play this audio in any media player and secretly share your private message with any one. This tool require python3 Installation git clone https://github.com/techchipnet/HiddenWave.git cd HiddenWave Usage Hiddenwave have two python scripts. HiddenWave.py : for hide secret information. ExWave.py : for extract secret information for wave audio […]

Read more

Learn how to Build your own Speech-to-Text Model (using Python)

Overview Learn how to build your very own speech-to-text model using Python in this article The ability to weave deep learning skills with NLP is a coveted one in the industry; add this to your skillset today We will use a real-world dataset and build this speech-to-text model so get ready to use your Python skills!   Introduction “Hey Google. What’s the weather like today?” This will sound familiar to anyone who has owned a smartphone in the last decade. […]

Read more
1 2