This project presents an image classifier using MobileNet from TensorFlow.js within a SvelteKit framework. Users can uplod an image, and the application displays the image alongside three predicted classifications. This is a simple project and will evolve throughout my machine learning journey.
-
Clone the repository:
git clone https://github.com/Estelle-K/ml-vision.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev -- --open
-
Access the app: Open http://localhost:5173/ in your browser.
Usage:
- Click the "Select an image to classify" button and select an image file.
- The image will be uploaded and displayed.
- The application will process the image using MobileNet and display three predicted classifications.
Additional Information:
- Stay informed about future developments by following the project on GitHub.