Sign inSign up

jaqpot/jaqpot-core

By jaqpot

•Updated over 10 years ago

Jaqpot NTUA Modelling Services

Image
1

298

jaqpot/jaqpot-core repository overview

What is Jaqpot Jaqpot is a REST application developed under the eNanoMapper project (http://www.enanomapper.net⁠) that supports model training and data preprocessing algorithms such as multiple linear regression, support vector machines, neural networks, an implementation of the leverage algorithm for domain of applicability estimation and various data preprocessing algorithms like PLS and scaling.

How to use this image You can download the image and start a container with the following commands: docker pull jaqpot/jaqpot-core docker run -d -p 8080:8080 --net="host" jaqpot/jaqpot-core

In order to run Jaqpot core services, a local instance of MongoDB is needed. Jaqpot is configured to find it running on port: 27017 (Mongo default). You can run a MongoDB container with the following commands: docker pull mongo docker run -d -p 27017:27017 mongo

After running the containers successfully you can browse Jaqpot API from this url: http://localhost:8080/jaqpot/swagger/⁠

Tag summary

Content type

Image

Digest

Size

340.2 MB

Last updated

over 10 years ago

docker pull jaqpot/jaqpot-core