Skip to content

lingchen42/LENASampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Prerequisite

Install LENASampler Web Application

  • Download LENASampler Code
git clone https://github.com/lingchen42/LENASampler.git --branch v1.0.0
  • Install LENASampler on your local computer through terminal
# cd into the source code
cd LENASampler 

# create software enviroment for running LENASampler
conda create -n lena_sampler python=3.10.6
conda activate lena_sampler
pip install -r requirements.txt

Run LENASampler on your local machine

# cd into the source code
cd LENASampler/ui
flask run --port 5001

Got to http://127.0.0.1:5001 to use the LENASampler Web Application

About

Randomly sample LENA recordings

Resources

Stars

Watchers

Forks

Packages

No packages published