Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 512 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 512 Bytes

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