Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.17 KB

File metadata and controls

31 lines (23 loc) · 1.17 KB

dep2 dep1

No panic

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: