Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from deephdc/ignacio-br0
Browse files Browse the repository at this point in the history
fix marketplace links
  • Loading branch information
laramaktub committed Feb 12, 2020
2 parents 87c2ec2 + d44ac79 commit 04ecdc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions source/user/overview/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ The marketplace
The DEEP Marketplace is a catalogue of modules that every user can have access to. Modules can be:

* **Trained**: Those are modules that an user can train on their own data to create a new service. Like training an
`image classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/train-an-image-classifier.html>`_ with a
`image classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-image-classification-tf.html>`_ with a
plants dataset to create a `plant classifier <http://marketplace.deep-hybrid-datacloud.eu/modules/plants-species-classifier.html>`_
service.
Look for the ``trainable`` tag in the marketplace to find those modules.

* **Deployed for inference**: Those are modules that have been pre-trained for a specific task (like the
`plant classifier <http://marketplace.deep-hybrid-datacloud.eu/modules/plants-species-classifier.html>`_ mentioned earlier).
`plant classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-plants-classification-tf.html>`_ mentioned earlier).
Look for the ``inference`` and ``pre-trained`` tags in the marketplace to find those modules.

Some modules can both be trained and deployed for inference.
For example the `image classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/train-an-image-classifier.html>`_
For example the `image classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-image-classification-tf.html>`_
can be trained to create other image classifiers but can also be deployed for inference as it comes pre-trained with a
general image classifier.

Expand All @@ -36,7 +36,7 @@ The :doc:`DEEPaaS API <api>` is a key component for making the modules accessibl
provides a consistent and easy to use way to access the model's functionality. It is available for both inference and training.

Advanced users that want to create new modules can make them :ref:`compatible with the API <user/overview/api:Integrate your model with the API>`
to make them available to the whole community. This can be easily done, since it only requires minor changes in user's code and
to make them available to the whole community. This can be easily done, since it only requires minor changes in user's code and
adding additional entry points.

For more information take a look on the full :doc:`API guide <api>`.
Expand Down
6 changes: 3 additions & 3 deletions source/user/overview/user-roles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The basic user

This user wants to use modules that are already pre-trained and :doc:`test them with their data <../howto/inference-locally>`,
and therefore don't need to have any machine learning knowledge. For example, they can take an already trained module
for `plant classification <https://marketplace.deep-hybrid-datacloud.eu/modules/plants-species-classifier.html>`_
for `plant classification <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-plants-classification-tf.html>`_
that has been containerized, and use it to classify their own plant images.

**What DEEP can offer to you:**
Expand All @@ -36,8 +36,8 @@ They still might not need high level knowledge on modelling of machine learning
programming skills to prepare their own data into the appropriate format.
Nevertheless, they can re-use the knowledge being captured in a trained network and adjust the network to their problem
at hand by re-training the network on their own dataset.
An example could be a user who takes the generic `image classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/train-an-image-classifier.html>`_
model and retrains it to perform `seed classification <https://marketplace.deep-hybrid-datacloud.eu/modules/seed-species-classifier.html>`_.
An example could be a user who takes the generic `image classifier <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-image-classification-tf.html>`_
model and retrains it to perform `seed classification <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-seeds-classification-tf.html>`_.

**What DEEP can offer to you:**

Expand Down

0 comments on commit 04ecdc5

Please sign in to comment.