KO
|
EN
gitlite — search
Search
#ai
#claude-code
#developer-tools
#codex
#ai-agents
#claude
#open-source
#mcp
#automation
#python
#agent
#go
leap-ai-cover-images
★ 97
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
age-plugin-fido2-hmac
:
Age plugin to encrypt files with fido2 tokens using the hmac-secret extension and non-discoverable credentials.
casdoor-old
:
An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, WebAuthn, TOTP and MFA
delta-sharing-rs
:
A Minimalistic Rust Implementation of Delta Sharing Server.
Orleans.Multitenant
:
Secure, flexible tenant separation for Microsoft Orleans
semantic-segmentation-ml-pipeline
:
Machine Learning Pipeline for Semantic Segmentation with TensorFlow Extended (TFX) and various GCP products
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
leap-ai-cover-images
?
Download (.md)
# Leap AI Cover Images 🎆 Welcome! This repo has a working implementation of how to generate AI cover images using Leap AI. ✨ Try it out [here](https://ai-cover-images.vercel.app/)! Get started by forking this repository (button top right), and downloading it to your computer. From there follow the below :) # Getting started 1. Learn more about [AI Backgrounds with Leap](https://www.tryleap.ai/use-cases/backgrounds-headers) 2. Read our [AI Backgrounds Guide](https://www.tryleap.ai/docs/generating-backgrounds) 3. Visit the [Leap Developer Hub](https://www.tryleap.ai/developers) ### Setup 1. Add your credentials in .env, following the .envExample file 2. Head to `pages/index.tsx` for editing text, prompts, and colors to match your theme 3. Adjust image prompts in `helpers/prompts.ts` 4. Adjust the number of images generated w/ the numberOfImages parameter in `/pages/api/generate` ### Run it locally 1. Open the terminal 2. Run `npm install` to grab the necessary packages 3. Hit `npm run dev` to start your server on `http://localhost:3000` 4. Enter a prompt or choose a style to generate 5. Click the Generate Cover Button ### Deploy to the world 1. Push all your changes to Github (or another git provider) 2. Head to vercel.app, import your repo, and hit deploy 3. note: you will need vercel pro plan or `/pages/api/generate` call will likely timeout after 10 sec. You can also deploy on [Zeet](https://zeet.co/) to avoid this issue. [](https://vercel.com/import/project?template=https://github.com/alexschachne/leap-ai-cover-images.git) ### You've got off localhost 👏 This is huge! You've got an AI image app running on the web, and you can share it with the world. if you got value from this -- plz give us a star 🙂⭐ built w/ ❤️ by [alex](https://twitter.com/thealexshaq) with [Leap AI](https://tryleap.ai)