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
## README Updates
- Added Code Pattern Title
- Added Code Pattern Overview
- Added Code Pattern Goals
- Added Flow and Architecture Diagram rough draft
- Added Steps ToC
- Added (Optional) API Step
- Updated icons README with License
- Made small text and formatting updates
## Code Pattern Documentation to be added to wiki
### Code Pattern Long Name (wiki: Short Description)
Use an open source object detector deep learning model to display and filter objects recognized in an image in a web application
### Code Pattern Description (wiki: Introduction)
The IBM Model Asset eXchange (MAX) has given application developers without data science experience easy access to prebuilt machine learning models. This code pattern shows how to create a simple web application to visualize the text output of a MAX model. The web app uses the Object Detector from MAX and creates a simple web UI that displays bounding boxes around detected objects in an image and lets you filter the objects based on their label and probable accuracy given by the model.
The images contained here are taken from https://github.com/cocodataset/cocodataset.github.io
1
+
The icons contained here were taken as is from the [COCO website GitHub](https://github.com/cocodataset/cocodataset.github.io)
2
+
with permission of the COCO Consortium.
2
3
3
-
They are used with the permission of the COCO team and this README will be
4
-
removed once we have a open source license to reference in their repository.
4
+
# License
5
+
6
+
"[COCO Website](http://cocodataset.org)" by [COCO Consortium](http://cocodataset.org/#people) is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0)
0 commit comments