Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jun 13, 2023
1 parent 9de59b0 commit d1eb8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webrtc-flask.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br/>
<sup>WebApp Frameworks</sup></s></p>

# Flask (DNN Playground)
# Flask + REST (DNN Playground)

[Flask](https://flask.palletsprojects.com/en/2.2.x/) is a popular Python web micro-framework that routes HTTP/HTTPS requests to user-implemented Python functions. You can also easily handle backend REST requests with it, which can be used by the client to dynamically control properties and trigger content from the frontend based on user inputs. This interactive DNN playground (found under [`python/www/flask`](../python/www/flask)) has multiple vision models that you can toggle simultaneously from the webapp and control their various settings with the UI in realtime:

Expand Down

0 comments on commit d1eb8bf

Please sign in to comment.