2-day longest streak
-
tensorflow_tutorials
From the basics to slightly more interesting applications of Tensorflow
Jupyter Notebook ★ 5.7k 4y agoExplain → -
CADL
ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
Jupyter Notebook ★ 1.5k 7y agoExplain → -
pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Python ★ 366 3y agoExplain → -
time-domain-neural-audio-style-transfer
NIPS2017 "Time Domain Neural Audio Style Transfer" code repository
Python ★ 139 4y agoExplain → -
dance2dance
Discrete Figures AI: Seq2Seq of Dance Data (Mikiko + Daito Manabe + Kyle McDonald)
Python ★ 61 3y agoExplain → -
pkmFace
facial shape modeling, appearance modeling, and head pose recognition. Uses Jason Mora Saragih's FaceTracker code to track facial landmarks; GreatYao's aam-library for building/reprojecting the model (which may in fact be an uncited port of Jason's DeMoLib).
C++ ★ 45 15y agoExplain → -
Real-Time-Object-Detection
real time object detection using opencv and simple UI to select the object to track
C++ ★ 37 10y agoExplain → -
flask-uwsgi-tensorflow
Example of serving a TensorFlow model with Flask and UWSGI
Python ★ 26 8y agoExplain → -
KinectHandAnalysis
Does finger tracking, contour analysis, and different types of shape description for the hand contour using a 3D ROI around the hand-tracked by NITE middleware, using OpenCV 2.2, an OpenGL scene, and OpenNI.
C ★ 23 15y agoExplain → -
pkmFFT
pkmFFT provide simple interfaces to the Accelerate.framework for performing vectorized FFT. pkmSTFT builds on pkmFFT to perform Short Time Fourier Transform efficiently using vectorized ops. Also handles options for windowing. pkmDCT provides a simple discrete cosine transform using Accelerate and pkmMatrix.
C++ ★ 23 13y agoExplain → -
CycleGAN
Describing CycleGAN (excerpt from CADL course on Kadenze, Inc.)
Jupyter Notebook ★ 20 6y agoExplain → -
ofxCaffe
openFrameworks addon for visualizing and interfacing with pre-trained models in Caffe: Convolutional Architectures for Fast Feature Embedding. Requires Caffe, openFrameworks 64-bit, glog, hdf5, OpenCV, CUDA, pkmMatrix, and pkmHeatmap. Pre-trained models not included but can be found linked in Caffe's "Model Zoo" and placed in the bin/data directory of the example project.
C ★ 17 11y agoExplain → -
pkmOpticalFlow
Interface for OpenCV's TV-L1 Duality Based Approach to Optical Flow. Does some additional tricks to speed up processing, allow for analysis of the spatio-temporal changes in flow, and visualize the results.
C++ ★ 14 11y agoExplain → -
MTEC-498-698A-01-Algorithmic-Sound
Generative Sound Practice w/ OpenFrameworks
C++ ★ 14 8y agoExplain → -
MTIID-MTEC-616-01-2017
Materials for "Audiovisual Interaction w/ Machine Learning", Bachelors (416) and Graduate (616) course @ CalArts MTIID MTEC
C++ ★ 14 9y agoExplain → -
autoEncoderSynthesis
Performs interactive audio synthesis using a previously trained auto encoder. VIsualizes hidden layer and allows for interaction with hidden units. W/ Andy Sarroff. See Andy's github (woodshop) for more interesting projects using Deep Learning and audio synthesis.
C ★ 12 12y agoExplain → -
pkmAudio
Sound synthesis library. Implements a number of feature databses including frame-based, segment-based, and sequence-based audio analysis/storing/retrieval. Also includes libraries for GPS-based synthesis including binarualization retrieval. Complements many other libraries including pkmBinaural and Memory Mosaic. Heavy dependence on vectorized ops using pkmMatrix and OSX's library Accelerate.
C++ ★ 9 10y agoExplain → -
StickFigureOSC
Streams PrimeSense NITE's Skeleton Data via OSC (XCode Project)
C ★ 8 15y agoExplain → -
phdThesis
Ph.D. Thesis from Goldsmiths, University of London entitled, "Audiovisual Scene Synthesis". Hosts all images and latex files.
TeX ★ 7 12y agoExplain → -
CARPE
CARPE is "Computational Algorithmic Representation and Processing of Eye-movements". It supports visualizations of film/eye-movements in columnar format, peak-through visualizations, heatmaps, optical flow analysis, gaze clustering, and many other visualization options. See http://thediemproject.wordpress.com for more details. Compuational and Algorithmic Representation and Processing of Eye-movements - OSX Version
C++ ★ 7 14y agoExplain → -
pkmSIFTImage
Creates a dense SIFT image description and displays the image based on a PCA reprojection. Based on SIFT Flow code by Ce Lui, Jenny Yuen, and Antonio Torralba.
C++ ★ 7 15y agoExplain → -
pkmBlobTracker
Background modeling for foreground subtraction, tracks multiple blobs (people), their orientations (using leading motion vector), and has a nice visual display for seeing the results... video demonstration here: http://vimeo.com/22054133 - more info here: http://pkmital.com
C ★ 7 15y agoExplain → -
NSCARPE
CARPE is "Computational Algorithmic Representation and Processing of Eye-movements". It supports visualizations of film/eye-movements in columnar format, peak-through visualizations, heatmaps, optical flow analysis, gaze clustering, and many other visualization options. CARPE using NSWindow, Multiple Heatmaps, XML file settings, Difference of Heatmaps, GPU optimizations
C++ ★ 5 11y agoExplain → -
pkmColorBlobTracker
track overhead using color and map tracked points to a new geometry using a homography transformation and calibration routine - some example test videos are provided in the bin/data directory of an overhead capture. The tracking transformation is useful for when you need a defined metric space of your tracking parameters, or need to account for different user heights in tracking their paths in a space.
C ★ 5 15y agoExplain → -
pkmProjectionMapper
openFrameworks based projection mapping for distorting or mapping a collection of drawing commands/videos/images etc... needed a lightweight and robust projection mapping utility though lpmt was too heavy. homography code stolen from lpmt.
C++ ★ 4 14y agoExplain → -
pkmDetector
3d Object Tracking and Pose Estimation for the iPhone
C++ ★ 4 15y agoExplain → -
pkmPhaseVocoder
Phase vocoder using pkmFFT and pkmMatrix. Does not seem to do as well as commerical applications. Would love it if anyone made use of this and improved upon it.
C++ ★ 4 15y agoExplain → -
CEMA
openFrameworks projects from my course at Srishti's School of Art, Design and Technology's Center for Experimental Media: http://pkmital.com/home/teaching/cema-workshop/
C++ ★ 4 11y agoExplain → -
seq2seq
Exploring audio modeling / synthesis w/ seq2seq
Python ★ 4 8y agoExplain → -
ofxiTunesLibraryStream
simple way to stream 32-bit float data from itunes in real-time
Objective-C ★ 4 12y agoExplain → -
eegLogger
For streaming/logging emotiv eeg headset data
C++ ★ 3 12y agoExplain → -
pkmBinaural
For performing GPS based concatenative sound synthesis, ANN retrieval based on GPS locations, HRTF based binauralization (mono->stereo using HRTF FFT-based Overlap-Add Convolution) using the IRCAM HRTF Database
C++ ★ 3 13y agoExplain → -
BregmanToolkit ⑂
Audio and Music Analysis and Synthesis in Python
Jupyter Notebook ★ 3 8y agoExplain → -
pkmMatrix
pkmMatrix provides a lightweight Matrix class using the Accelerate.framework for vectorized operations
C++ ★ 3 8y agoExplain → -
pkmKalman
Kalman filter optimized for iOS/OSX
C++ ★ 3 11y agoExplain → -
videoSPAM
[in progress] synthesis of audiovisual material from youtube!
Python ★ 3 15y agoExplain → -
ai-audio-startups ⑂
Community list of startups working with AI in audio and music technology
★ 2 4y agoExplain → -
tensorflow-python3-jupyter ⑂
Docker container with python 3 version of tensorflow accompanied by jupyter
Python ★ 2 9y agoExplain → -
eegShapeAnimations
testing some encoding/decoding using EEG. this produces various animations that are co-registered with the recording of eeg.
C++ ★ 2 12y agoExplain → -
eegGaborAnimations
testing eeg encoding/decoding. this produces some gabor wavelets and co-registers the visualization and recording of eeg.
C ★ 2 12y agoExplain → -
ofxOpenCV2461
ofxOpenCV linking against OpenCV 2.4.6.1, including libraries for OSX
C++ ★ 2 13y agoExplain → -
caffe-tensorflow ⑂
Caffe models in TensorFlow
Python ★ 2 10y agoExplain → -
pkmDPGMM
Interfacing libcluster for doing Variational Dirichlet Process Gaussian Mixture Models. Depends on Eigen3 and pkmMatrix. Libcluster included.
C++ ★ 2 11y agoExplain → -
UnrealOpenAIPlugin ⑂
No description.
★ 1 2y agoExplain → -
CARPE-unstable
CARPE is "Computational Algorithmic Representation and Processing of Eye-movements". It supports visualizations of film/eye-movements in columnar format, peak-through visualizations, heatmaps, optical flow analysis, gaze clustering, and many other visualization options. See http://thediemproject.wordpress.com for more details. Initial release of CARPE hosted for historical purposes. Includes many experimental addons for CARPE including dROIs, GMM, GPU-Flow, and others. See also CARPE and NSCARPE for more recent, stable versions not including the experimental addons.
C++ ★ 1 11y agoExplain → -
magenta ⑂
Magenta: Music and Art Generation with Machine Intelligence
Jupyter Notebook ★ 1 9y agoExplain → -
tensorflow ⑂
Computation using data flow graphs for scalable machine learning
C++ ★ 1 8y agoExplain → -
pkmHeatmap
GPU Shader implementation of common heatmap/colormaps for mapping grayscale->colormap such as JET, COOL, HOT, difference heatmaps which map to similar ranges, and support for sending point list for creating a Gaussian Mixture Model which can be visualized as a heatmap or readback for your own purposes..
C ★ 1 11y agoExplain → -
pkmLSH
Locality Sensitive Hashing
C++ ★ 1 11y agoExplain → -
pkmEXTAudioFile
pkmEXTAudioFileReader and pkmEXTAudioFileWriter provides simple interfaces to reading and writing audio files.
Objective-C ★ 1 12y agoExplain → -
SendTextPlus ⑂
An improved SendText plugin for Sublime Text. Send text to various programs. Works with R, Python and Julia
Python ★ 1 10y agoExplain → -
CADLBook
Testing
★ 1 10y agoExplain → -
tfdeploy ⑂
Deploy tensorflow graphs for faster evaluation and export to tensorflow-less environments running numpy.
Python ★ 1 10y agoExplain → -
lumin-order ⑂
LuminOrder: An OS X app to reorder a video in order of its frames' brightness levels.
C++ ★ 1 12y agoExplain → -
pkmRecorder
For streaming/recording audio files, circular buffers (see pkmMatrix and pkmEXTAudioFile as well)
C++ ★ 1 13y agoExplain → -
pkmPoseCalibrator
Calibrate head pose with respect to a screen (television/monitor) for an attention-based measure. Uses Jason Mora Saragih's FaceTracker, please contact him for the code.
C++ ★ 1 15y agoExplain → -
freesoundDownloader
Uses cURL to download from Freesound.org
C++ ★ 1 14y agoExplain → -
CLAP ⑂
Contrastive Language-Audio Pretraining
★ 0 3y agoExplain → -
madmom ⑂
Python audio and music signal processing library
★ 0 3y agoExplain → -
pymde ⑂
Minimum-distortion embedding with PyTorch
★ 0 4y agoExplain → -
ethereum-tutorials
Some basic tutorials I write to myself as I attempt to learn to work with the Ethereum blockchain
JavaScript ★ 0 4y agoExplain → -
nginx-flask-postgres-docker-compose-example ⑂
A working example of nginx+flask+postgres multi-container setup using Docker Compose
Python ★ 0 8y agoExplain → -
sampleRNN_ICLR2017 ⑂
SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
Python ★ 0 9y agoExplain → -
ST3
Packages for my setup of sublime text 3
Python ★ 0 9y agoExplain → -
adversarialnets ⑂
Generative Adversarial Network
Python ★ 0 10y agoExplain → -
pkmQuadTree
quadtree
C++ ★ 0 11y agoExplain → -
convertToLevelDB
(unfinished) storing data in leveldb
C++ ★ 0 12y agoExplain → -
Responsive-Ecologies
Code from the Responsive Ecologies exhibition. Using overhead motion capture and 4 channels of video projection, users are invited to interact in an immersive cinematic environment. This code was developed for the installation in Waterman's Art Centre, London, UK, where artists captincaptin and Parag K Mital have been collaborating to install their piece, "Responsive Ecologies" for their residency during December 2010 and January 2011. The work occurs as part of a larger on-going collaboration with ZSL London Zoo and the Musion Academy.
C++ ★ 0 15y agoExplain → -
devart-template ⑂
No description.
★ 0 12y agoExplain → -
MSVTK ⑂
Multiscale Visualization ToolKit
C++ ★ 0 13y agoExplain → -
VTK ⑂
Visualization Toolkit
C++ ★ 0 12y agoExplain → -
vlfeat ⑂
An open library of computer vision algorithms
C ★ 0 12y agoExplain → -
DIEM
Matlab scripts specific to the DIEM database
Matlab ★ 0 15y agoExplain →
No repos match these filters.