AnnotationApp:Main: Difference between revisions

From IMAGING
Jump to navigation Jump to search
Line 4: Line 4:


The [[Annotation App:Installation and Upgrades|Installation and Upgrades]] page
The [[Annotation App:Installation and Upgrades|Installation and Upgrades]] page
=== Pre-requisites ===
#Internet connection: In order to work with the Annotation App you need to be connected to the Internet at all times.
#Python 3: The Annotation App is developed in Python 3, thus you need to have it installed in your computer to work with it. See below how to [[Images:Annotation_App#Install Python 3#|install Python 3]].
#Annotation App: You need to download the Annotation App to your local file system. See below how to [[Images:Annotation_App#Download and run Annotation App| download and run the Annotation App]].
=== Install Python 3 ===
# Download the Windows installer for Python 3 using the following link:
#* https://www.python.org/ftp/python/3.8.7/python-3.8.7-amd64.exe
# Double click on the downloaded file to start the installation process. You will be prompted with the following screenshot:
#* Make sure to click on the check boxes: "Install launcher for all users" and "Add Python 3.8 to PATH".
#*;[[File:Python-installation-screenshot.png]]
# Click on "Install Now" and follow the steps until you are confirmed that the installation has been completed successfully.
#* In case of issues refer to this [https://www.python.org/downloads/windows/ page] for more help.
=== Download and run the Annotation App ===
Follow the instructions below to download and start the AnnotationApp
#Download the AnnotationApp using the following link:
#*https://github.com/dtim-upc/IMAGING
#*Click on "Code" and then "Download ZIP" as shown in the screenshot below.
#*;[[File:Annotationapp-download-screenshot.png]]
#Unzip the downloaded file to your preferred location.
#*Right click on top of the file and click "Extract here".
#Double-click on the unzipped folder and enter the "AnnotationApp" folder.
#*[ONLY IN THE VERY FIRST USE OF THE APP] Double-click on the "install-reqired-libraries.bat" program to install the necessary libraries. This operation needs to be performed only once.
#Run the AnnotationApp double-clicking on the program "start-AnnotationApp.bat"


==User Guide==
==User Guide==

Revision as of 15:39, 26 January 2023

Annotation App is a tool developed to support the process of annotating microscopic images of blood samples. It offers basic functionalities to highlight parts of the image and label them using pre-defined annotations. For instance, in the case of Malaria one can mark the different kinds of parasites appearing in the image and label them. The result of the labeling allows the creation of a training dataset that can be used to train machine learning models.

Installation and Upgrades

The Installation and Upgrades page

User Guide

The application is composed of a single window, whose elements are depicted in the image below:

Annotationapp-0.0.1-screenshot.png

Backup and Restore

The Backup and Restore page