Making an HTML CV in Python using Jinja

Posted on Fri 07 June 2019 in python • Tagged with python, cv, curriculum vitae, jinja, html, css, json

An quick explanation of how to generate a CV using Python and Jinja


Continue reading

Making Jupyter notebooks Google Colab ready

Posted on Fri 07 June 2019 in python • Tagged with jupyter, python, google colab

An example of how to run Jupyter notebooks on Google Colab even when they require additional dependencies.


Continue reading

Libtfr Time Frequency Reassigned Spectrogram example

Posted on Thu 23 May 2019 in Signal Processing • Tagged with spectrograms, python, jupyter

A quick example of libtfr time frequency reassigned spectrograms applied to speech


Continue reading

birdbrain: a library for viewing songbird (and bat) brain atlases

Posted on Fri 15 March 2019 in Birdsong • Tagged with MRI, atlas, songbird, canary, zebra finch, mustached bat, european starling, pigeon, brain, python

A python package for use with the songbird brain atlases focusing on stereotactic localization of the European starling, Canary, Zebra finch, Pigeon, and Mustached bat.


Continue reading

Noise reduction using spectral gating in python

Posted on Sat 07 July 2018 in Signal Processing • Tagged with spectrograms, python, jupyter

A quick implementation of a noise reduction algorithm using spectral gating in python.


Continue reading

Spectrograms, MFCCs, and Inversion in Python

Posted on Sat 07 July 2018 in Signal Processing • Tagged with griffin-lim, spectrogram, inversion, python, audio

Code for creating, and inverting, spectrograms and MFCCs from wav files in python.


Continue reading

Variational Autoencoder in Tensorflow (Jupyter Notebook)

Posted on Sat 07 July 2018 in Machine Learning • Tagged with tensorflow, vae, variational autoencoder, python, autoencoder

A simple quick Variational Autoencoder in Tensorflow


Continue reading