Skip to content

Instantly share code, notes, and snippets.

View Vichoko's full-sized avatar
🌲
Coding

Vicente Oyanedel Muñoz Vichoko

🌲
Coding
View GitHub Profile
@Vichoko
Vichoko / main.py
Created November 20, 2019 00:47 — forked from hiromu/main.py
Speaker Identification using GMM on MFCC
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import glob
import librosa
import numpy as np
import os
import sklearn.mixture
import sys
@Vichoko
Vichoko / swagger-yaml-to-html.py
Created January 10, 2018 18:37 — forked from oseiskar/swagger-yaml-to-html.py
Converts Swagger YAML to a static HTML document (needs: pip install PyYAML)
#!/usr/bin/python
"""
Usage:
python swagger-yaml-to-html.py < /path/to/api.yaml > doc.html
"""
import yaml, json, sys
TEMPLATE = """