Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 546 Bytes

SAM + React

This project is a React application that integrates the SAM (Segment Anything Model) using ONNX Web Runtime.

Running locally

git clone https://github.com/imburak/sam-react
cd sam-react
npm install
npm run dev

The application will run at http://localhost:5173

Acknowledgements