03ef8d08b5813c9add789181da6f66f8ff4554ab
SpeechGenderAnalysis
Setup
MacOS
- Create virtual environment:
python3.8 -m venv venv8
source venv8/bin/activate
- Install dependencies:
pip3 install -r requirements-mac.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%