You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
598 B

  1. # objectImageIdentifierAI
  2. - imagesToDataset
  3. - From two directories ('object' and 'noobject'), gets all the images inside the directories and generates the dataset
  4. - nnTrain
  5. - From the dataset file generated in the previous step, train the Neural Network
  6. - serverPredictor
  7. - Runs a server API, that with the Neural Network classifies the incoming images
  8. - smartphoneApp
  9. - Take photo and upload to the server, to get the response (object or no object)
  10. ![hotdognohotdog](https://raw.githubusercontent.com/arnaucode/objectImageIdentifierAI/master/hotdognohotdog.png "hotdognohotdog")