Skip to content

hitunc/image-processing-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing Web Application

This project is a web-based application designed for image processing tasks, consisting of separate backend and frontend components. Follow the steps below to set up and run the application locally.

Alt text

Run Backend

cd backend
docker build -t image-processing-api .
docker run -d -p 4000:4000 image-processing-api

Run Frontend

cd frontend
npm run install
npm run dev

About

Image Processor Web" is a web application that allows users to easily remove backgrounds from images. More features will be added in the future.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors