Sonification of geo-location using Auto-encoder
Clone the repository
git clone https://github.com/vivekvjyn/geosynth.git
cd geosynth
Create and activate conda environment
conda create -n geosynth python=3.10
conda activate geosynth
Install CUDA and CuDNN
conda install -c conda-forge -y cudatoolkit=11.2 cudnn=8.1
Install dependencies
pip install -r requirements.txt
Run geosynth
CUDA_VISIBLE_DEVICES=0 TF_CPP_MIN_LOG_LEVEL=3 python main.py