Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wassimoubaziz/train-classifier
Welcome to the Object Classifier Web App! This application allows you to classify objects using your device's camera. Simply turn on your camera, show the object (either a book or a phone), and the app will display the predicted label and percentage confidence.
https://github.com/wassimoubaziz/train-classifier
ai artificial-intelligence classification css html javascript machine-learning ml5-js ml5js oubaziz save save-class training wassim
Last synced: about 1 month ago
JSON representation
Welcome to the Object Classifier Web App! This application allows you to classify objects using your device's camera. Simply turn on your camera, show the object (either a book or a phone), and the app will display the predicted label and percentage confidence.
- Host: GitHub
- URL: https://github.com/wassimoubaziz/train-classifier
- Owner: wassimOubaziz
- License: mit
- Created: 2024-02-24T08:33:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T08:42:56.000Z (10 months ago)
- Last Synced: 2024-02-24T09:31:10.929Z (10 months ago)
- Topics: ai, artificial-intelligence, classification, css, html, javascript, machine-learning, ml5-js, ml5js, oubaziz, save, save-class, training, wassim
- Language: JavaScript
- Homepage: https://wassimoubaziz.github.io/train-classifier/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πΌοΈ Object Classifier Web App
Welcome to the Object Classifier Web App! This application allows you to classify objects using your device's camera. Simply turn on your camera, show the object (either a book or a phone), and the app will display the predicted label and percentage confidence.
## π Overview
The Object Classifier Web App provides a convenient way to classify objects in real-time using your device's camera. Whether you want to identify a book or a phone, this app leverages machine learning to provide accurate predictions.
### β¨ Features:
- **Real-time Object Classification:** Turn on your camera and show the object to classify it as either a book or a phone.
- **Custom Model Training:** Train a custom classifier by providing labeled images and generate model files for classification.
- **Save and Load Model:** Save the trained model files and load them for future use.## π Technologies Used:
- HTML
- CSS
- JavaScript
- ml5.js (for machine learning)## π‘ How to Use:
1. Open the Object Classifier Web App in your web browser.
2. Turn on your device's camera.
3. Hold up an object (book or phone) in front of the camera.
4. The app will classify the object and display the predicted label along with the percentage confidence.### π Training Custom Model:
1. Click on the "Train Model" button to start training a custom classifier.
2. Provide labeled images of books and phones for training.
3. After training, click on the "Save Model" button to save the model files.
4. Copy the generated model files and replace the existing ones in the app directory.## π Demo:
[Explore the Object Classifier Web App](https://wassimoubaziz.github.io/train-classifier/) - Add link to your deployed app.
## π€ Contribute:
Contributions are welcome! If you have ideas for enhancements or additional features, feel free to open an issue or submit a pull request.
## π£ Feedback:
Share your experience using the Object Classifier Web App. If you encounter any issues or have suggestions for improvements, connect with me on [LinkedIn](https://www.linkedin.com/in/wassim-oubaziz/) or open an issue.
Start classifying objects with the Object Classifier Web App today! πΈπ
made by Wassim Oubaziz