Skip to content

Instantly share code, notes, and snippets.

View ffont's full-sized avatar

Frederic Font ffont

View GitHub Profile
# Example code adapted from Requests-OAuthlib documentation
# https://requests-oauthlib.readthedocs.io/en/latest/examples/real_world_example.html
# Dependencies: pip install flask requests_oauthlib
from requests_oauthlib import OAuth2Session
from flask import Flask, request, redirect, session, url_for
from flask.json import jsonify
import os
app = Flask(__name__)
@ffont
ffont / example_output.txt
Created January 29, 2019 22:34
AudioCommons code for generating list of publications
JOURNALS AND BOOK CHAPTERS
**************************
* 2018
------
Choi, K., Fazekas, G., Sandler, M., Cho, K. (2018). The Effects of Noisy Labels on Deep Convolutional Neural Networks for Music Tagging. In: IEEE Transactions on Emerging Topics in Computational Intelligence Vol. 2, No. 2. URL: https://ieeexplore.ieee.org/document/8323324
Liang, B., Fazekas, G., Sandler, M. (2018). Measurement, Recognition and Visualisation of Piano Pedalling Gestures and Techniques. In: Journal of the AES, Vol. 66, Issue 2. URL: http://www.aes.org/e-lib/browse.cfm?elib=19584
@ffont
ffont / freesound_survey_2017.ipynb
Last active May 5, 2017 15:13
Freesound 2017 Survey results analysis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.