anshulshah96 / Voice-Synthesizer

Voice based Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice Synthesizer

Setup

  1. Clone the Repository.
git clone https://github.com/anshulshah96/Voice-Synthesizer/
  1. Install Anaconda. Preferably Python 2.7.

  2. Create Conda Environment

conda create --name voice python=2.7
source activate voice
  1. Install Requirements
sudo apt-get install python-pyaudio libopenblas-dev
pip install numpy scipy matplotlib sklearn pandas tables Theano
conda install nb_conda
  1. In ~/.keras/keras.json change tensorflow to theano

License

MIT License

About

Voice based Classification

License:MIT License


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%