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
server
directory. (Nest JS) - Install dependencies:
npm install
. - Create a
.env
file based on the provided.env.example
. - Modify the
.env
file with your configurations.
Run the following command to start the server:
cd ai-tool-image-editor/server
npm run start:dev
Runs on http://localhost:3000
cd ai-tool-image-editor/client
npm run dev
Runs on http://localhost:5173