Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ The application that we want to protect listen at **127.0.0.1:5000**. Then:

.. code-block:: console

$ waf_brain -A 127.0.0.1:5000 -l 0.0.0.0
$ waf-brain -A 127.0.0.1:5000 -l 0.0.0.0
======== Running on http://127.0.0.1:8000 ========
(Press CTRL+C to quit)

**custom model**

.. code-block:: console

$ waf_brain -l 0.0.0.0 -A 127.0.0.1:5000 -M custom_model.h5
$ waf-brain -l 0.0.0.0 -A 127.0.0.1:5000 -M custom_model.h5
======== Running on http://127.0.0.1:8000 ========
(Press CTRL+C to quit)

Expand All @@ -96,7 +96,7 @@ For launch a server in **test mode** with our model on **localhost**, and collec

.. code-block:: console

$ waf_brain -T --dump-file logs.txt -l 0.0.0.0 -A 127.0.0.1:5000
$ waf-brain -T --dump-file logs.txt -l 0.0.0.0 -A 127.0.0.1:5000
======== Running on http://127.0.0.1:8000 ========
(Press CTRL+C to quit)

Expand Down Expand Up @@ -171,4 +171,4 @@ or skim existing tickets to see where you could help out.
Acknowledgments
===============

Logo image was `Designed by Freepik <http://www.freepik.com>`_
Logo image was `Designed by Freepik <http://www.freepik.com>`_