Skip to content

voice2vec/voicetools

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Voice vectorization with theano and lasagne

Features

  1. Voice activity detection

There are some realization of VAD algoritms. Zero Crossing rate, Energy, Magnitude realizations through Theano library. Using this article for algoritms.

  1. Vectorization

Vectorization of voice using lasagne. With voice vectors we can do something intresting... Predict gender, accent or to compare voices.

  1. Service

We want to do service with API for predicting voice vector.

Score

AUC score on our dataset with task 'same or not same voices': 0.8923 Dataset includes 51k voices with metainformation about authors.

For what?

  • Voice authorization
  • Personalization voice servoces
  • Clastering audio files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published