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.

26 lines
590 B

  1. # objectImageIdentifierAI
  2. ## Run
  3. - download images
  4. - for example, can be done with https://github.com/arnaucode/imgDownloader.git
  5. - In /serverPredictor directory
  6. ```
  7. python classifierChooser.py
  8. ```
  9. This will generate the model.pkl. Then, run the serverPredictor.py
  10. ```
  11. python serverPredictor.py
  12. ```
  13. - Can run the tests:
  14. ```
  15. bash test.sh
  16. ```
  17. - The deploy.sh will execute the classifierChooser.py, and then the serverPredictor.py
  18. ```
  19. bash deploy.sh
  20. ```
  21. ![hotdognohotdog](https://raw.githubusercontent.com/arnaucode/objectImageIdentifierAI/master/hotdognohotdog.png "hotdognohotdog")