An open-source AI avatar generator web app
demo-final.mp4
Try it out at photoshot.app
- ▲ Next.js for webapp
- 🖼 Chakra UI for UI components
- 🧠 Replicate, a platform for running machine learning models in the cloud
- 💰 Stripe for payments
- 👩🎨 Stable Diffusion an open-source text-to-image generation model
Install dependencies:
yarn installSetup environment variables:
cp .env.example .env.localFirst, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.