Marketplace of digital solutions
University of Calabria
University of Calabria
The project Marketplace of Digital Solutions is part of Tech4You - Technologies for climate change adaptation and quality of life improvement funded by Ministero dell'Università e della Ricerca under the programme NextGenerationEU.
Photovoltaic panels production forecasting [Download docker image (size: 8.96 GB)]
Power consumption forecasting [Download docker image (size: 9.41 GB)]
Classifications of batteries [Download docker image (size: 5.31GB)]
Sentiment analysis on text [Download docker image (size: 10.62 GB)]
Object recognition [Download docker image (size: 5.4 GB)]
Generator of images from text [Download docker image (size: 22.79 GB)]
CNL2ASP and ASP2CNL [Download docker image (size: 584.4 MB)]
CNL2ASP, ASP2CNL and SD (version 2) [Download docker image (size: 388.8 MB)]
Download the docker image you want to run.
Load the image with the command:
docker load -i <path to image tar file>
Start the service on your CPU with the following command:
docker run -it --rm -p <port_number>:3000 <image_name:tag> serve --production
Alternatively, start the service on your GPU with the following command:
docker run -it --rm --gpus device=0 -p <port_number>:3000 <image_name:tag> serve --production