Skip to content

vivekvjyn/geosynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geosynth

Sonification of geo-location using Auto-encoder

Geosynth

How to run

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

About

Sonification of geo-location using auto-encoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages