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