Skip to content

This project leverages Flask, a lightweight and versatile Python web framework, to create a RESTful service for background removal from images. The backbone of the background removal functionality is powered by the RGM (Remove Background) library, which is designed to efficiently eliminate backgrounds from images, enhancing their versatility.

License

Notifications You must be signed in to change notification settings

madushanjoel98/bgRemove_Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Flask Background Removing Rest Service


Image Background Removing Service

This project leverages Flask, a lightweight and versatile Python web framework, to create a RESTful service for background removal from images. The backbone of the background removal functionality is powered by the RGM (Remove Background) library, which is designed to efficiently eliminate backgrounds from images, enhancing their versatility. This service allows users to upload binary-encoded images in BASE64 format and receive binary output. The implementation is done using the Flask library, providing a simple and efficient web interface for image processing tasks. Before running the program, it is essential to ensure that the 'rgm' library is up-to-date. To do so, please check for the latest version of the 'rgm' library before executing the program. This ensures compatibility and incorporates any potential updates or improvements. For detailed instructions on how to run the service and ensure library compatibility, please refer to the documentation below.

Starting the Application

//Run this json body on POSTMAN 
{"base": "your Base 64 text"}

About

This project leverages Flask, a lightweight and versatile Python web framework, to create a RESTful service for background removal from images. The backbone of the background removal functionality is powered by the RGM (Remove Background) library, which is designed to efficiently eliminate backgrounds from images, enhancing their versatility.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages