An open API service indexing awesome lists of open source software.

https://github.com/wassimoubaziz/image-classifier

This is a simple web application that allows users to upload an image and classify its contents using the MobileNet machine learning model.
https://github.com/wassimoubaziz/image-classifier

classification image image-classification machine-learning ml5 ml5js oubaziz wassim

Last synced: 3 months ago
JSON representation

This is a simple web application that allows users to upload an image and classify its contents using the MobileNet machine learning model.

Awesome Lists containing this project

README

        

# Image Classification Web App

This is a simple web application that allows users to upload an image and classify its contents using the MobileNet machine learning model.

## Features

- Allows users to upload an image file.
- Utilizes the MobileNet model from the ml5.js library to classify the contents of the uploaded image.
- Displays the uploaded image and the classification result.

## Demo

You can try out the live demo [here](https://wassimoubaziz.github.io/image-classifier/).

## Installation

1. Open `index.html` in your web browser or host the files on a web server.

## Usage

1. Open `index.html` in your web browser.
2. Click on the "Choose File" button and select an image file.
3. Wait for the classification result to appear.

## Dependencies

- Bootstrap 5
- ml5.js
- [Placeholder Image](./raccoon.jpg)

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgements

- ml5.js for providing the MobileNet model.
- Bootstrap for the responsive CSS framework.

## Contact

Feel free to connect with me on LinkedIn: [Wassim Oubaziz](https://www.linkedin.com/in/wassim-oubaziz/)
wassim oubaziz