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.
 
 
 
 
 
 
arnaucode 950c6b4c57 pipeline model chooser working, server predictor working 6 years ago
other pipeline model chooser working, server predictor working 6 years ago
serverPredictor pipeline model chooser working, server predictor working 6 years ago
smartphoneApp initiating the smartphone app 6 years ago
.gitignore pipeline model chooser working, server predictor working 6 years ago
LICENSE Initial commit 6 years ago
README.md pipeline model chooser working, server predictor working 6 years ago
deploy.sh pipeline model chooser working, server predictor working 6 years ago
hotdognohotdog.png initiating the smartphone app 6 years ago

README.md

objectImageIdentifierAI

  • imagesToDataset
    • From two directories ('object' and 'noobject'), gets all the images inside the directories and generates the dataset
  • nnTrain
    • From the dataset file generated in the previous step, train the Neural Network
  • serverPredictor
    • Runs a server API, that with the Neural Network classifies the incoming images
  • smartphoneApp
    • Take photo and upload to the server, to get the response (object or no object)

hotdognohotdog

Real steps

python classifierChooser.py

This will generate the model.pkl. Then, run the serverPredictor.py

python serverPredictor.py