Skip to content

Another learning experience through a React project, 3rd revision!

Notifications You must be signed in to change notification settings

Achyuth072/image-inpainting-widget-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Inpainting Widget v3

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.

Tech Stack

Frontend

  • React
  • Fabric.js
  • Axios
  • Vite

Setup

Frontend Setup

cd frontend
npm install
npm run dev

Features

  • Image upload
  • Interactive drawing canvas
  • Adjustable brush controls
  • Mask generation

Project Structure

Development

  1. Clone the repository
  2. Set up frontend and backend following the setup instructions
  3. Start development servers
  4. Access the application at http://localhost:5173

About

Another learning experience through a React project, 3rd revision!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published