TensorFlow-audio-processing
TensorFlow-audio-processing copied to clipboard
An implementation of the Short Time Fourier Transform in pure TensorFlow
Medium Article
I wrote a detailed article on Medium on how to calculate the STFT
of a signal in TensorFlow.
In contains all the math needed and all the code is described step by step.
Link to the article Audio processing in TensorFlow
Create a Python Virtual Environment
mkvirtualenv --python=/usr/bin/python3 TF_audio_process
Install dependencies
pip install tensorflow
Contributing:
If you have suggestions or any type of contribution idea, file an issue, make a PR and don't forget to star the repository
More projects:
Feel free to check out my other repos with more work in Machine Learning: