Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.49.1
metadata
title: GRANA
app_file: app.py
sdk: gradio
sdk_version: 4.44.0
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.