Skip to content

QTIM-Lab/trame_optimeyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

venv

mv pyproject.pip.toml pyproject.toml
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
mv pyproject.toml pyproject.pip.toml

pyenv and poetry

mv pyproject.poetry.toml pyproject.toml
pyenv virtualenv 3.10.4 trame_optimeyes
pyenv activate trame_optimeyes
poetry install
mv pyproject.toml pyproject.poetry.toml

Run application

optimeyes --server --hot-reload --batch ./data/REFUGE_pure/glaucoma/images

# poetry
mv pyproject.poetry.toml pyproject.toml
poetry run optimeyes --server --hot-reload --batch ./data/REFUGE_pure/glaucoma/images
mv pyproject.toml pyproject.poetry.toml

Then connect to http://localhost:8080/

About

trame tools and visualizations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •