Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 760 Bytes

Local Photo Search Demo

What is this app?

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.

Key Technical Features

  • All AI is local, running on the GPU or the NPU (although GPU by default at the moment) using WebNN

Jump Right In

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!