This project is a web application with no backend requirement that utilizes the TensorFlow.js library to recognize images shown on the user’s webcam and categorize them into one of four different images. If a good enough fit (>95%) is found, the webapp redirects the user to the HTML page with the image’s name.
- Clone this repository.
- localhost the file through python -m http.server
- Allow access to your webcam.
- Show an image to your webcam and wait for the application to recognize it.
- Images can be located at the try_using_these_images folder.
- See that you have been redirected