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:
* Docker-compose;
* Python 3.10 or higher.
* poetry
* git
## Installation
To install the workflow, clone the repository with (you may need to install git first, and request access to the repository):
```bash
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:
......@@ -40,6 +42,13 @@ If everithing went fine, you should be to see the containers running with:
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:
```bash
pip install poetry
......@@ -95,6 +104,13 @@ data
   └── 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
If you require additional information or have any problem running the software, please contact us at:
* 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