Skip to content

kimpenn/aegle_patch_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to install the environment for Aegle Patch Viewer

# Create the environment with numpy and pandas, setting conda-forge as priority
conda create --name aegle_patch_viewer -c conda-forge numpy pandas
conda activate aegle_patch_viewer 
# Install streamlit and Pillow
pip install streamlit
brew install libjpeg && pip3 install Pillow

Run the application

streamlit run app.py --server.headless true

Install Git LFS to pull images

brew install git-lfs
git lfs install --system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages