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: .github/workflows/issue-greetings.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,5 +35,5 @@ jobs:
35
35
# serve with hot reload at localhost:3000
36
36
npm start
37
37
```
38
-
To ensure proper functionality of the application locally, an npm `6.x.x` and node.js `v12.x.x` versions are required. More information about this problem is available in the [#16](https://github.com/SkalskiP/make-sense/issues/16) issue.
38
+
To ensure proper functionality of the application locally, an npm `8.x.x` and node.js `v16.x.x` versions are required. More information about this problem is available in the [#16](https://github.com/SkalskiP/make-sense/issues/16) issue.
You can find out more about our tool from the newly released [documentation][14].
19
-
20
-
## 👀 Sneak Peek
21
-
22
-
<divalign="center">
23
-
<p>
24
-
<imgwidth="850"src=".//examples/demo-base.gif">
25
-
</p>
26
-
</div>
27
-
28
-
**Figure 1.** Basic version of the application - without AI support
19
+
You can find out more about our tool from the newly released [documentation][14] - still under 🚧 construction. Let us know what topics we should cover first.
29
20
30
-
## 🤖 Advanced AI functionalities
21
+
## 🤖 Advanced AI integrations
31
22
32
-
[makesense.ai][1] strives to significantly reduce the time we have to spend on labeling photos. To achieve this, we are going to use many different AI models that will be able to give you recommendations as well as automate repetitive and tedious activities.
23
+
[makesense.ai][1] strives to significantly reduce the time you have to spend on photo labeling. We are doing our best to integrate lates and gratest AI models, that are able to give you recommendations as well as automate repetitive and tedious activities.
33
24
34
-
*[SSD model][8] pretrained on the [COCO dataset][9], which will do some of the work for you in drawing bboxes on photos and also (in some cases) suggest a label.
35
-
*[PoseNet model][11] is a vision model that can be used to estimate the pose of a person in an image or video by estimating where key body joints are.
25
+
*[YOLOv5][16] is our most powerful integration yet. Thanks to the use of [yolov5js][17] you can load not only pretreated models from [yolov5js-zoo](18), but above all your own models trained thanks to YOLOv5 and [exported](19) to tfjs format.
26
+
*[SSD][8] pretrained on the [COCO dataset][9], which will do some of the work for you in drawing bboxes on photos and also (in some cases) suggest a label.
27
+
*[PoseNet][11] is a vision model that can be used to estimate the pose of a person in an image or video by estimating where key body joints are.
36
28
37
-
In the future, we also plan to add, among other things, models that classify photos, detect characteristic features of faces as well as whole faces. The engine that drives our AI functionalities is [TensorFlow.js][10] - JS version of the most popular framework for training neural networks. This choice allows us not only to speed up your work but also to care about the privacy of your data, because unlike with other commercial and open source tools, your photos do not have to be transferred to the server. This time AI comes to your device!
38
-
39
-
<divalign="center">
40
-
<p>
41
-
<imgwidth="850"src=".//examples/demo-ssd.gif">
42
-
</p>
43
-
</div>
29
+
The engine that drives our AI functionalities is [TensorFlow.js][10] - JS version of the most popular framework for training neural networks. This choice allows us not only to speed up your work but also to care about the privacy of your data, because unlike with other commercial and open source tools, your photos do not have to be transferred to the server. This time AI comes to your device!
44
30
45
-
**Figure 2.** SSD model - allows you to detect multiple objects, speeding up the bbox labeling process
To ensure proper functionality of the application locally, an npm `6.x.x` and node.js `v12.x.x` versions are required. More information about this problem is available in the [#16][4].
48
+
To ensure proper functionality of the application locally, npm `8.x.x` and node.js `v16.x.x` versions are required. More information about this problem is available in the [#16][4].
71
49
72
50
## 🐳 Docker Setup
73
51
74
52
```bash
75
53
# Build Docker Image
76
-
docker build -t make_sense docker/
54
+
docker build -t make-sense -f docker/Dockerfile .
77
55
78
56
# Run Docker Image as Service
79
-
docker run -dit -p 3000:3000 --restart=always --name=make_sense make_sense
@@ -143,13 +119,6 @@ We don't store your images, because we don't send them anywhere in the first pla
143
119
144
120
If you are just starting your adventure with deep learning and would like to learn and create something cool along the way, [makesense.ai][1] can help you with that. Leverage our bounding box labeling functionality to prepare a data set and use it to train your first state-of-the-art object detection model. Follow [instructions][12] and [examples][13] but most importantly, free your creativity.
**Figure 4.** Detection of players moving around the basketball court, based on <ahref="https://research.google.com/youtube8m/">YouTube-8M</a> dataset.
153
122
154
123
## 🏆 Contribution
155
124
@@ -191,3 +160,7 @@ This project is licensed under the GPL-3.0 License - see the [LICENSE][2] file f
0 commit comments