GRANA / README.md
marekb-sci's picture
change SDK to Docker
9234f44 verified
|
Raw
History Blame Contribute Delete
1.29 kB
metadata
title: GRANA
sdk: docker

GRANA

GRANA (Graphical Recognition and Analysis of Nanostructural Assemblies) is an an AI-enhanced, user-friendly software tool that recognizes grana on thylakoid network electron micrographs and generates a complex set of their structural parameters measurements.

Website

More information about GRANA, including example dataset, can be found at GRANA website.

Demo

Demo version of GRANA is available at Hugging Face Spaces. Using demo version, you can analyze up to 5 images at once.

Running as Docker container

The recommended way to run GRANA is to use Docker container.

To run the container, use the following command:

docker run -p 7860:7860 mbuk/grana_measure:v0.5.4

After running the command, you can access the GRANA interface at http://localhost:7860.