Skip to content

Instantly share code, notes, and snippets.

@naotokui
naotokui / surfspots.json
Last active August 23, 2020 16:04
location info of 5980 surf spots around the world
[
{
"lng" : "4.1428327560425",
"lat" : "52.01150069904",
"country" : "Netherlands",
"name" : "'s-Gravenzande"
},
{
"lng" : "3.3628463745118",
"lat" : "51.370923071145",
@naotokui
naotokui / GAN-808_keras.ipynb
Created July 14, 2017 10:17
GAN-based drumloop generation (work in progress)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / vae_keras.ipynb
Created June 28, 2017 05:16
variational autoencoder in keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / General-MIDI-GM-drum-names.json
Created January 6, 2020 01:29
General MIDI Drum Names and MIDI Note mapping
{
35: "Acoustic Bass Drum",
36: "Bass Drum 1",
37: "Side Stick",
38: "Acoustic Snare",
39: "Hand Clap",
40: "Electric Snare",
41: "Low Floor Tom",
42: "Closed Hi Hat",
43: "High Floor Tom",
@naotokui
naotokui / audio_lstm_keras.ipynb
Last active June 30, 2019 21:55
Audio generation with LSTM in keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / clarinet.wav
Last active June 20, 2019 07:54
Instruments Recognition
@naotokui
naotokui / audio_lstm_samplernn_keras.ipynb
Created January 20, 2017 01:30
Audio generation with LSTM. inspired by SampleRNN architecture (work in progress)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / face_emotion_keras2.ipynb
Last active December 10, 2018 11:59
Face -> Emotion recognition
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / phase_reconstruction_test.ipynb
Created November 1, 2018 09:04
Spectrogram Phase Reconstruction Test - Comparison between LWS and GriffinLim
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naotokui
naotokui / gist:b5637a147cb46c0ed3eb
Created September 11, 2014 04:03
MPMediaQuery - ignore songs on Cloud (i.e., iTunes Match)
[mediaQuery addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:[NSNumber numberWithBool:NO] forProperty:MPMediaItemPropertyIsCloudItem]];