Learning to build a web application that allows users to upload an image, draw a mask on it, and export the original image and the mask image as a pair.
- React
- Fabric.js
- Axios
- Vite
cd frontend
npm install
npm run dev
- Image upload
- Interactive drawing canvas
- Adjustable brush controls
- Mask generation
- Clone the repository
- Set up frontend
and backendfollowing the setup instructions - Start development servers
- Access the application at http://localhost:5173