React Application which provide AI services (text-to-image and text-generation). This app use an API provided by Huggingface and Deepinfra
Preview: Click Here
- Clone this repository
git clone https://github.com/navetacandra/wee-ai.git
- Install packages (use
npm
oryarn
)
npm install
# or
yarn install
# or
bun install
- Start server
npm run dev
# or
yarn dev
# or
bun dev