2021-12-22 23:13:10 -05:00
2021-12-22 22:23:54 -05:00
2021-12-22 03:30:29 -05:00
2021-12-22 22:31:04 -05:00
2021-12-22 23:13:10 -05:00
2021-12-22 03:30:29 -05:00

SpeechGenderAnalysis

Setup

MacOS

  1. Create virtual environment:
python3.8 -m venv venv8
source venv8/bin/activate
  1. Install dependencies:
pip3 install -r requirements-mac.txt
  1. Configure plaidml to use GPU:
plaidml-setup
  1. Configure environment variables:
export KERAS_BACKEND="plaidml.keras.backend"
export tg_token="Your telegram token here"
S
Description
Analytical component of voice.hydev.org
Readme 1.6 MiB
Languages
Python 99.6%
Shell 0.4%