This is a Next.js project bootstrapped with create-next-app.
First, install npm package and then run the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devthen make sure to build a new .env.local file with the data stored in .env.local.example also don't forget to copy api key from EdenAI account.
Open http://localhost:3000 with your browser to see the result.