Demo Video - https://youtu.be/73djB5WX3A8
-
Background Adddition with prompt
-
Background removal to transparent or white
-
Image enhancement
- Node.js
- npm or yarn
- AWS S3 Bucket
- Clone the repository.
- Navigate to the
serverdirectory. (Nest JS) - Install dependencies:
npm install. - Create a
.envfile based on the provided.env.example. - Modify the
.envfile with your configurations.
Run the following command to start the server:
cd ai-tool-image-editor/servernpm run start:devRuns on http://localhost:3000
cd ai-tool-image-editor/clientnpm run devRuns on http://localhost:5173