examples/bird-checker-with-nextjs/README.md
A Next.js application that gets a random image from Unsplash that matches a selected query and uses a Mastra AI Agent to determine if it is a bird or not
git clone <repository-url>
cd bird-checker-with-nextjs
pnpm install
cp .env.example .env.local
# Required for getting image
NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=your_unsplash_access_key
# Required for AI processing
ANTHROPIC_API_KEY=your_anthropic_key
pnpm dev
Open http://localhost:3000 to view the application.
Contributions are welcome! Please feel free to submit a Pull Request.