8fba9f0572000aa3dc1b4fdbdc61b5409ea53b23
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"
Description
Languages
Python
99.6%
Shell
0.4%