Pinned Repositories
regroove-m4l
Regroove is a Max for Live device that generates expressive drum rhythms using a learned understanding of groove ♬
regroovejs
JavaScript library wrapping the `regroove` ONNX exported model
Analytics_Vidhya
Codes related to activities on AV including articles, hackathons and discussions.
audiocraft
Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
chord_detector
Javascript bindings for chord detector
M4L-Achord
Max patch used to detect chords :notes: directly from a live audio input :sound:
onnxruntime-web-tutorial
:rocket: Browser-native machine learning app using ONNX Runtime Web
stochastic-groove-lib
A not-so random drum groove generator :cyclone:
webchord
Real-time chord detection in the browser :musical_note:
mxkrn's Repositories
mxkrn/onnxruntime-web-tutorial
:rocket: Browser-native machine learning app using ONNX Runtime Web
mxkrn/M4L-Achord
Max patch used to detect chords :notes: directly from a live audio input :sound:
mxkrn/webchord
Real-time chord detection in the browser :musical_note:
mxkrn/stochastic-groove-lib
A not-so random drum groove generator :cyclone:
mxkrn/audiocraft
Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
mxkrn/CLMR
Official PyTorch implementation of Contrastive Learning of Musical Representations
mxkrn/dataquest
Projects done as part of DataQuest course
mxkrn/didyprog
Differentiable Dynamic Programming
mxkrn/drum-sequencer-vae
Generating expressive drum rhythms using a VAE-RNN architecture :sound:
mxkrn/kaggle
Kaggle
mxkrn/keras-style-transfer
Neural style transfer using Keras presented in a hacky yet user-friendly way
mxkrn/madmom
Python audio and music signal processing library
mxkrn/max-js-bundler
CLI Tool to bundle and transpile modern JS for usage in [js] and [jsui] in Max MSP. The idea is basically to support writing modern Ecmascript code alongside the usage of NPM dependencies within your code.
mxkrn/mixture_of_discrete_normalizing_flows
Mixture of discrete normalizing flows for variational inference
mxkrn/mxkrn
mxkrn/mxkrn.github.io
Personal website
mxkrn/onnxjs
ONNX.js: run ONNX models using JavaScript
mxkrn/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
mxkrn/parallel_wavenet_vocoder
Parallel WaveNet Vocoder Based on ClariNet
mxkrn/pretty-midi
Utility functions for handling MIDI data in a nice/intuitive way.
mxkrn/prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
mxkrn/pytorch-wavenet
An implementation of WaveNet with fast generation
mxkrn/rave_vst
mxkrn/react-webpack-typescript
This repository created for https://medium.com/@evheniybystrov/react-app-with-typescript-and-custom-webpack-config-e0e110a61615
mxkrn/regroove-lib
Typescript library used by `m4l-regroove` :cyclone:
mxkrn/RISE
RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
mxkrn/SoundFile
SoundFile is an audio library based on libsndfile, CFFI, and NumPy
mxkrn/toolbox
mxkrn/ts_ci
✅ Continuous integration setup for TypeScript projects via GitHub Actions.
mxkrn/vector-quantize-pytorch
Vector Quantization using PyTorch