Commit 0aa52313 authored by Matteo's avatar Matteo
Browse files

update

parent 1d90910d
...@@ -17,11 +17,13 @@ The following software is required to run the workflow: ...@@ -17,11 +17,13 @@ The following software is required to run the workflow:
* Docker-compose; * Docker-compose;
* Python 3.10 or higher. * Python 3.10 or higher.
* poetry * poetry
* git
## Installation ## Installation
To install the workflow, clone the repository with (you may need to install git first, and request access to the repository): To install the workflow, clone the repository with (you may need to install git first, and request access to the repository):
```bash ```bash
git clone https://gitlab.dei.unipd.it/mpai/workflow.git git clone https://gitlab.dei.unipd.it/mpai/workflow.git
cd workflow
``` ```
Then, since the workflow has been developed in many repositories (one for each step), you need to clone the submodules with: Then, since the workflow has been developed in many repositories (one for each step), you need to clone the submodules with:
...@@ -40,6 +42,13 @@ If everithing went fine, you should be to see the containers running with: ...@@ -40,6 +42,13 @@ If everithing went fine, you should be to see the containers running with:
docker ps docker ps
``` ```
Create and copy your digital tape files in the following directories:
```bash
mkdir data
mkdir data/PreservationAudioFile
mkdir data/PreservationAudioVisualFile
```
To install the client application, you need to install poetry with: To install the client application, you need to install poetry with:
```bash ```bash
pip install poetry pip install poetry
...@@ -95,6 +104,13 @@ data ...@@ -95,6 +104,13 @@ data
   └── BERIO100.mov    └── BERIO100.mov
``` ```
To execute this program for file `BERIO100` prompt:
```
poetry run mpai-cae-arp -f BERIO100
```
It will take a while. When you see the message "Success", you can open the data folder where you will find the restoration files.
## Support ## Support
If you require additional information or have any problem running the software, please contact us at: If you require additional information or have any problem running the software, please contact us at:
* Matteo Spanio (dev2@audioinnova.com) * Matteo Spanio (dev2@audioinnova.com)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment