/wee-ai

React Application which provide AI services (text-to-image and text-generation)

Primary LanguageTypeScript

wee-ai

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

  1. Clone this repository
git clone https://github.com/navetacandra/wee-ai.git
  1. Install packages (use npm or yarn)
npm install
# or
yarn install
# or
bun install
  1. Start server
npm run dev
# or
yarn dev
# or
bun dev