oanaunciuleanu14 apr. 20201 min de cititRecognizer App AIObject RecognizerThis is an Android Studio App that recognizes objects and people using the camera of your phone.In order for it to work on your phone, you have to copy the dnns folder on your phone's internal storage.Check the code on github:https://github.com/oanaunc/Recognizer
Object RecognizerThis is an Android Studio App that recognizes objects and people using the camera of your phone.In order for it to work on your phone, you have to copy the dnns folder on your phone's internal storage.Check the code on github:https://github.com/oanaunc/Recognizer
Weighted Job Scheduling in JAVAYou receive a list of jobs that have three elements: start time, finish time and profit. You have to schedule the jobs with no...
Total number of non-decreasing numbers with n digits in JAVAA non-decreasing number has every digit greater than or equal to the previous digit. Given the number of digits, find how many numbers...
Tiling Problem in JAVAYou can use a board that is 2 x n size. The tiles are of size 2 x 1. Count the number of ways to tile the board. Tiles can be placed...
Comentários