Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 833 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 833 Bytes

AI image Editing with claid api

Used claid api

  • Background Adddition with prompt

  • Background removal to transparent or white

  • Image enhancement

Prerequisites

  • Node.js
  • npm or yarn
  • AWS S3 Bucket

Getting Started

Server Setup

  1. Clone the repository.
  2. Navigate to the server directory. (Nest JS)
  3. Install dependencies: npm install.
  4. Create a .env file based on the provided .env.example.
  5. Modify the .env file with your configurations.

Start Server

Run the following command to start the server:

cd ai-tool-image-editor/server
npm run start:dev

Runs on http://localhost:3000

Start Client

cd ai-tool-image-editor/client
npm run dev

Runs on http://localhost:5173