Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 306 Bytes

baby_cry

PyTorch based implementation of the Infant Cry Paper.

Installation

apt-get update && apt-get install -y libsndfile1 ffmpeg conda create -p ./venv python=3.9 conda activate ./venv pip install -r requirements.txt