Bear and Teddy Bear Classifier
This project is a simple web application that uses a pre-trained MobileNet model to classify images of bears or teddy bears. It allows users to select an image and see the classification result.
- Clone the repository
- Install dependencies using
npm install
- Start the application using
npm start
- After starting the application, open it in a web browser.
- Select an image of a bear or a teddy bear using the provided input button.
- The application will display the classification result, showing the class and confidence percentage.
This project is currently in development. The first image selected does not generate a classification result (a known issue that needs to be resolved).
- React
- TensorFlow.js
- @tensorflow-models/mobilenet
The MobileNet model used in this project is provided by TensorFlow.js and @tensorflow-models/mobilenet.
This project is licensed under the MIT License - see the LICENSE.md file for details.