# Workflow ## Description ```mermaid sequenceDiagram participant main as Main Thread participant audio as Audio Analyser participant video as Video Analyser participant tapeRestoration as Tape Audio Restoration participant tapeClassifier as Tape Irregularity Classifier participant packager as Packager participant data as Working Directory main ->> audio: GET /irregularityFile1.json audio ->> data: Save irregularityFile1 main ->> video: GET /irregularityFile1.json main ->> video: GET /irregularityFile2.json video ->> data: Save IrregularityFiles main ->> audio: GET /irregularityFile2.json Note right of data: All IrregularityFiles,
images and audio
have been stored packager ->> data: Store everything ``` ## Getting started ## Installation ## Usage ## Support If you require additional information or have any problem running the software, please contact us at: * Matteo Spanio (dev2@audioinnova.com) ## Authors and acknowledgment This project was developed by: * Matteo Spanio (Audio Innova); * Nadir Dalla Pozza (University of Padova); * Niccolò Pretto (University of Padova); * Sergio Canazza (University of Padova). This project takes advantage of docker and docker-compose. ## License This project is licensed with [GNU GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.html).