Skip to content

muou55555/ai-tool-image-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 3.7%
  • HTML 1.2%
  • CSS 0.4%