Skip to content

Commit

Permalink
Update path to images
Browse files Browse the repository at this point in the history
This closes nidhaloff#41
  • Loading branch information
florianbussmann committed May 26, 2021
1 parent 313e8de commit 8949ef3
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions README.rst
Expand Up @@ -2,18 +2,8 @@
igel
====

.. image:: assets/logo.jpg
:width: 100%
:scale: 100%
:align: center
:alt: igel-icon


|
|

.. image:: https://img.shields.io/pypi/v/igel?color=green
:alt: PyPI
:target: https://pypi.python.org/pypi/igel
Expand Down Expand Up @@ -46,7 +36,6 @@ igel
:target: https://twitter.com/NidhalBaccouri

|
|
A delightful machine learning tool that allows you to train/fit, test and use models **without writing code**

Expand Down Expand Up @@ -213,7 +202,7 @@ You can run the help command to get instructions:
- Demo:

.. image:: assets/igel-help.gif
.. image:: ../assets/igel-help.gif

---------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -249,7 +238,7 @@ check it out and modify it if you want to, otherwise you can also create everyth

- Demo:

.. image:: assets/igel-init.gif
.. image:: ../assets/igel-init.gif

-----------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -302,7 +291,7 @@ Run this command in terminal to fit/train a model, where you provide the **path
- Demo:

.. image:: assets/igel-fit.gif
.. image:: ../assets/igel-fit.gif

--------------------------------------------------------------------------------------------------------

Expand All @@ -317,7 +306,7 @@ You can then evaluate the trained/pre-fitted model:
- Demo:

.. image:: assets/igel-eval.gif
.. image:: ../assets/igel-eval.gif

------------------------------------------------------------------------------------------------------

Expand All @@ -333,9 +322,9 @@ Finally, you can use the trained/pre-fitted model to make predictions if you are
- Demo:

.. image:: assets/igel-pred.gif
.. image:: ../assets/igel-pred.gif

.. image:: assets/igel-predict.gif
.. image:: ../assets/igel-predict.gif

----------------------------------------------------------------------------------------------------------

Expand All @@ -352,7 +341,7 @@ You can combine the train, evaluate and predict phases using one single command
- Demo:

.. image:: assets/igel-experiment.gif
.. image:: ../assets/igel-experiment.gif


- Alternatively, you can also write code if you want to:
Expand Down Expand Up @@ -394,11 +383,11 @@ a >= 0.2.6 version.

- Demo (init command):

.. image:: assets/igel-init-interactive.gif
.. image:: ../assets/igel-init-interactive.gif

- Demo (fit command):

.. image:: assets/igel-fit-interactive.gif
.. image:: ../assets/igel-fit-interactive.gif

As you can see, you don't need to memorize the arguments, you can just let igel ask you to enter them.
Igel will provide you with a nice message explaining which argument you need to enter.
Expand Down

0 comments on commit 8949ef3

Please sign in to comment.