/Voice-Synthesizer

Voice based Classification

Primary LanguageJupyter NotebookMIT LicenseMIT

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