Pinned Repositories
2023-taslp
actuallyaswin
actuallyaswin.github.io
Homepage [2022]
asteroid
The PyTorch-based audio source separation toolkit for researchers
fingerprintr
Very quickly implemented Shazam-like audio fingerprinting program. Works well for small audio datasets. Used as a workshop at ECE Pulse 2018.
mappr
A Python program which parses city data and Google location history files (in JSON), interpolates data point between flights and train rides, projects the data points onto a Mercator map, and then renders the data into a MPEG-4 video frame by frame.
pypam
Program to apply a psychoacoustic model onto an input WAV file.
resume-viewer
Webapp which styles and renders resume templates, then places them in a print-preview container.
spotify-puzzles
My own solutions to the Spotify Puzzles as seen on https://labs.spotify.com/puzzles/. Tried to write them in as few lines as possible, wholly possible thanks to Python's awesome list comprehension, list indexing, and anonymous functions.
actuallyaswin's Repositories
actuallyaswin/mappr
A Python program which parses city data and Google location history files (in JSON), interpolates data point between flights and train rides, projects the data points onto a Mercator map, and then renders the data into a MPEG-4 video frame by frame.
actuallyaswin/resume-viewer
Webapp which styles and renders resume templates, then places them in a print-preview container.
actuallyaswin/fingerprintr
Very quickly implemented Shazam-like audio fingerprinting program. Works well for small audio datasets. Used as a workshop at ECE Pulse 2018.
actuallyaswin/pypam
Program to apply a psychoacoustic model onto an input WAV file.
actuallyaswin/2023-taslp
actuallyaswin/actuallyaswin
actuallyaswin/actuallyaswin.github.io
Homepage [2022]
actuallyaswin/asteroid
The PyTorch-based audio source separation toolkit for researchers
actuallyaswin/charts
Python service to aggregate personal data for the sake of pretty charts.
actuallyaswin/spotify-puzzles
My own solutions to the Spotify Puzzles as seen on https://labs.spotify.com/puzzles/. Tried to write them in as few lines as possible, wholly possible thanks to Python's awesome list comprehension, list indexing, and anonymous functions.
actuallyaswin/sublinear
Experiments on using logarithmic linear layers.