Software for processing and analysis of human faces. Re-implementation of [FIDENTIS Analyst](https://github.com/Fidentis/Analyst).
Software for processing and analysis of human faces. Re-implementation of [FIDENTIS Analyst](https://github.com/Fidentis/Analyst).
This project is being developed at Masaryk University, Brno as collaborative project between Human Computer Interaction Laboratory at Faculty of Informatics and Department of Anthropology at Faculty of Science.
This project is being developed at Masaryk University, Brno, as collaborative project between the Human Computer Interaction Laboratory at Faculty of Informatics and the Department of Anthropology at Faculty of Science.
## Requirements
## Requirements
* Java SE 8+
* Java SE 13+
*[Maven](https://www.mkyong.com/maven/how-to-install-maven-in-windows/) for compilation
*[Maven](https://www.mkyong.com/maven/how-to-install-maven-in-windows/) for compilation
* IDE for development, e.g. NetBeans or IntelliJ IDEA
* IDE for development, e.g. NetBeans or IntelliJ IDEA
...
@@ -19,3 +19,11 @@ This project is being developed at Masaryk University, Brno as collaborative pro
...
@@ -19,3 +19,11 @@ This project is being developed at Masaryk University, Brno as collaborative pro
***GUI:** GUI of the application.
***GUI:** GUI of the application.
***Comparison:** Application logic for the comparison of human faces.
***Comparison:** Application logic for the comparison of human faces.
## Installation and running
* To build the application from scratch, run `mvn clean install`.
* To run the application
* go to the `application` directory`,
* either execute a binary file located in the `target/fidentisanalyst/bin/` or run `mvn nbm:run-platform`