Skip to content

SocialNerds/TensorFlow-Voice-Authentication-episode-31

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio verification with TensorFlow

Did you ever want to have your own Audio verification/authentication application? You can now! See the live video here to learn how to do it in TensorFlow.

Installation

Requirements

  • You need to have Docker installed

Steps

  • Go to data/scripts/files/first and add 100-200 wav files of one person saying something
  • Go to data/scripts/files/second and add 100-200 wav files of another person saying the same thing
  • Go to data/scripts/files/test and add test wavs from these people (saying the same thing)

Run in root folder,

docker-compose build && docker-compose up -d

Login to the container,

docker exec -it tensorflow /bin/bash -c "TERM=$TERM exec bash"

Go to /scripts folder and run

python tf.py

By SocialNerds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages