top of page
Caută
  • Poza scriitoruluioanaunciuleanu

Recognizer App AI

Object Recognizer


This 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:









8 afișări0 comentarii

Postări recente

Afișează-le pe toate

Weighted Job Scheduling in JAVA

You receive a list of jobs that have three elements: start time, finish time and profit. You have to schedule the jobs with no overlapping, in order to obtain the maximum profit. Solution: 1. static

Tiling Problem in JAVA

You 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 vertically 2 x 1 or horizontally as 1 x 2. Solution: 1. static

bottom of page