404 B
404 B
SpeechGenderAnalysis
Setup
MacOS
- Create virtual environment:
python3.8 -m venv venv8
source venv8/bin/activate
- Install dependencies:
pip3 install -r requirements.txt
- Configure
plaidmlto use GPU:
plaidml-setup
- Configure environment variables:
export KERAS_BACKEND="plaidml.keras.backend"
export tg_token="Your telegram token here"