Skip to main content

Using statistical methods to determine speech femininity/masculinity based on phonetic features

Project description

SpeechGenderAnalysis

Setup

MacOS

1. Setup Python:

python3.8 -m venv venv8
source venv8/bin/activate
pip3 install -r requirements-mac.txt

2. Configure plaidml to use GPU:

plaidml-setup

3. Configure environment variables in the run script:

export KERAS_BACKEND="plaidml.keras.backend"
export tg_token="Your telegram token here"

Windows (CUDA)

1. Setup Python

python3.9 -m venv venv
.\venv\Scripts\activate
pip install -r requirements-win-cuda.txt

2. Install CUDA

3. Check Device List

python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"

Arch Linux (CUDA)

Install CUDA

yay -S downgrade
sudo pacman -S tensorflow-cuda
sudo downgrade 'cuda=11.2.2' 'cudnn=8.1.1.33'

Python (3.9.11)

python -m venv venv
source ./venv/bin/activate
pip install -r requirements-win-cuda.txt
python -c "from tensorflow.python.client import device_lib; print(device_lib.list_local_devices())"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speech-gender-statistics-1.0.9.tar.gz (48.6 kB view hashes)

Uploaded Source

Built Distribution

speech_gender_statistics-1.0.9-py3-none-any.whl (46.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page