Boris

Results 513 comments of Boris

Very relevant reading: https://medium.com/@gjovanov/realtime-face-recognition-de1ee3076878 Article is about face recognition with _face-api.js_ and code lives here: https://github.com/gjovanov/facer

Thank you Steven! I came across the `0.6` threshold an an [article](https://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07) by the author of _face-api.js_ - it's good to know it's a good default number to use. I...

I've not forgotten about this feature -- I just want to finish releasing version `3.0.0` first -- see here #456 🎉

Interesting idea! _Note:_ at the moment there _is_ an `or` search - you just have to enable it in the settings (1st tab) "File names with each" vs "File names...

Thank you for opening the issue. This is a standard warning from Windows about an "unrecognized app" 🤷‍♂️ 👌 On Windows 10 there's a question about whether you want to...

I'll keep the issue open with a `help wanted` tag -- in case someone who knows a bit more could comment / contribute 👍 My understanding is I need a...

Thank you for the feedback. First, a user requested a good feature: to show how many items are currently selected. I think it's relatively easy to do and is worth...

💡 I should also add a little notification (aka "toaster") that appears when you click on a tag - to notify user "N tags have been added" when they click...

Awesome! Let me know if you have any questions or would like any help (whether vague or detailed) 🤝

Thank you for the question! Feels like `_` for sure is meant as a space, so `abc_def` should be equivalent to `abc def` (as if 2 words). I'm not sure...