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
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,31 @@ Tip of the Hat
20
20
===============
21
21
A tip of the hat to [Adrian Rosebrock](https://www.pyimagesearch.com/about/) to get me started. His articles are great.
22
22
23
+
Running in a Docker container
24
+
=============================
25
+
A simple `Dockerfile` is included with this project. It is preconfigured for *YOLOv4* model but can easily be changed to use any other available models.
To quickly test it run `curl http://localhost:5000/api/v1/health`, then follow the instructions below under the *Running* section.
42
+
23
43
Containerized Fork
24
-
==================
25
-
themoosman maintains a containerized fork of this [repo](https://github.com/themoosman/mlapi). This fork runs as a container and has been refactored to a WSGI (NGINX + Gunicorn + Flask) application. Please **do not** post questions about his containerized fork here. Please post issues in his fork.
44
+
------------------
45
+
[@themoosman](https://github.com/themoosman) maintains a [containerized fork of this mlapi](https://github.com/themoosman/mlapi).
46
+
47
+
This fork has been refactored to a WSGI (NGINX + Gunicorn + Flask) application. Please **do not** post questions about his containerized fork here. Please post issues in his fork.
26
48
27
49
Install
28
50
=======
@@ -37,7 +59,7 @@ Note that this package also needs OpenCV which is not installed by the above ste
0 commit comments