Meet Headshot AI: An Open-Source App That Generates Professional Headshots in Minutes.

Introducing Headshot AI, an open-source project from Leap AI that generates Professional AI Headshots in minutes.

Meet Headshot AI: An Open-Source App That Generates Professional Headshots in Minutes.
Introducing Headshot AI, an open-source project that generates Professional AI Headshots in minutes.

Introducing Headshot AI, an open-source project from Leap AI that generates Professional AI Headshots in minutes.

Headshot AI Demo

Live Demo & Repository

0:00
/
Headshot AI Video Demo

How It Works

The app is powered by:

Just add Stripe and you have a Headshot AI SaaS in a box.

How Headshot AI works

Running Locally

To create your own Headshot AI app, follow these steps:

  1. Clone the repository:
git clone https://github.com/leap-ai/headshots-starter.git

2. Enter the headshots-starter directory:

cd headshots-starter

3. Install dependencies:

For npm:

npm install

For yarn:

yarn

4. Create a new Supabase project and create the tables required for the app:

5. Create a Leap AI account

In your .env.local file:

  • Fill in your_api_key with your Leap API key
  • Fill in your-hosted-url/leap/train-webhook with https://{your-hosted-url}/leap/train-webhook
  • Fill in your-hosted-url/leap/image-webhook with https://{your-hosted-url}/leap/image-webhook
  • Fill in your-webhook-secret with

6. Create a Resend account

  • Fill in your-resend-api-key with your Resend API Key

7. Start the development server:

For npm:

npm run dev

For yarn:

yarn dev

Visit http://localhost:3000 in your browser to see the running app.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Or fork the repo and Deploy using Replit.

Run Headshot AI on Replit

Additional Use-Cases

Headshot AI can be easily adapted to support many other use-cases on Leap AI including:

Anime AI Demo
  • Pet Portraits
Pet Portraits AI Demo
  • Product Shots
  • Food Photography
Product AI Demo
Icons AI Demo

& more!

Contributing

We welcome collaboration and appreciate your contribution to Headshot AI. If you have suggestions for improvement or significant changes in mind, feel free to open an issue!

Resources and Support

License

Headshot AI is released under the MIT License.