You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ The code has been tested using:
25
25
-[Flask] (3.1): a microframework for [Python] based on Werkzeug, Jinja 2 and good intentions.
26
26
-[Gunicorn] (23.0): a [Python][WSGI] HTTP Server for UNIX.
27
27
-[NGINX] (1.29): a free, open-source, high-performance HTTP server, reverse proxy, and IMAP/POP3 proxy server.
28
-
-[Docker] (28.3): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
28
+
-[Docker] (28.4): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
29
29
-[Docker Compose] (2.39): a tool for defining and running multi-container [Docker] applications.
30
30
-[Keras] ([TensorFlow] built-in): a high-level neural networks API, written in [Python] and capable of running on top of [TensorFlow].
31
31
-[TensorFlow] (2.20): an open source software [Deep Learning] library for high performance numerical computation using data flow graphs.
32
32
-[Matplotlib] (3.10): a plotting library for [Python] and its numerical mathematics extension [NumPy].
33
33
-[NumPy] (2.3): a library for [Python], adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
34
-
-[Ruff] (0.12): An extremely fast Python linter and code formatter, written in Rust.
34
+
-[Ruff] (0.13): An extremely fast Python linter and code formatter, written in Rust.
35
35
-[scikit-image] (0.25): a collection of algorithms for image processing with [Python].
36
36
37
37
### PYTHON VIRTUAL ENVIRONMENT
@@ -159,7 +159,7 @@ It is possible to execute tests of [Flask] microservice created with [pytest] fr
0 commit comments