leap-ai-avatars
leap-ai-avatars copied to clipboard
leap ai avatars ⚡️
welcome! this repo has everything you need to have a working ai avatars product out-of-the-box built with Leap AI. ✨
try it out here!
let's get started by forking this repository (button top right), and downloading it to your computer. from there follow the below :)
run it locally
- Open the terminal
- Run
npm install
to grab the neccesary packages - Hit
npm run dev
to start your server onhttp://localhost:3000
how to get ai avatars
- Upload 3-10 photos of yourself
- Add your API Key from Leap AI
- (Optional) add your model ID from Leap AI to use your existing models
making it your own
- Head to
pages/index.tsx
for editing text, prompts, and colors to match your theme - Adjust prompts and subjectKeyword (ie. @me) in
helpers/prompts.ts
- Adjust the number of images generated w/ the numberOfImages parameter in
/pages/api/generate
deploy to the world
- Push all your changes to Github (or another git provider)
- Head to vercel.app, import your repo, and hit deploy
- note: you will need vercel pro plan or
/pages/api/generate
call will likely timeout after 10 sec. You can also deploy on Zeet to avoid this issue.
you've got off localhost 👏
This is huge! You've got an AI Avatars app running on the web, and you can share it with the world.
if you got value from this -- plz give us a star 🙂⭐