replicate/replicate-sam-2-clicker
Vue
Captured source
source ↗replicate/replicate-sam-2-clicker
Description: SAM-2 image/video segmentation clicker app.
Language: Vue
Stars: 9
Forks: 3
Open issues: 0
Created: 2024-08-13T12:58:09Z
Pushed: 2024-08-14T14:37:04Z
Default branch: main
Fork: no
Archived: no
README:
🖱️ SAM-2 Clicker
Try it out at replicate-sam-2-clicker.vercel.app
How it works
This app is powered by:
🚀 Replicate, a platform for running machine learning models in the cloud.
🖍️ SAM-2, an open-source machine learning model that segments images and video.
▲ Vercel, a platform for running web apps.
⚡️ Nuxt.js [server-side API routes](server/api), for talking to the Replicate API.
🍃 Tailwind CSS, for styles.
Development
1. Install a recent version of Node.js 2. Copy your Replicate API token and set it in your environment:
echo "REPLICATE_API_TOKEN=" > .env.local
3. Install dependencies and run the server:
npm install npm run dev
4. Open localhost:3000 in your browser. That's it!
Notability
notability 2.0/10Low-starred new repo.