This app allows users to import photos that then get classified locally, on the users device. Those classifications are then used to enable searching through your photos, all without having to go to the cloud.
- All AI is local, running on the GPU or the NPU (although GPU by default at the moment) using WebNN
After you have cloned this app to your machine with Git, run through the following steps.
Install Dependencies:
npm install
And then start developing your app with:
npm run dev
With that command, the app will open in the browser and will update when you make changes to the code. And that's it! Good luck on your Progressive Web App adventure!