Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An open-source AI avatar generator web app - https://photoshot.app
| Date | Stars |
|---|---|
| 2026-07-24 | 3873 |
| 2026-07-25 | 3874 |
| 2026-07-28 | 3874 |
| 2026-07-30 | 3874 |
| 2026-08-06 | 3874 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Photoshot [](https://twitter.com/photoshot_ai) [](https://photobooth-ai.app/) An open-source AI avatar generator web app [ ](https://user-images.githubusercontent.com/1102595/206658000-d349ef06-e4f2-4626-9deb-6c8a246f7553.mp4) Try it out at [photoshot.app](https://photoshot.app) ## Stack - ▲ [Next.js](https://nextjs.org/) for webapp - 🖼 [Chakra UI](https://chakra-ui.com/) for UI components - 📦 [Prisma](https://www.prisma.io/) for database - 🧠 [Replicate](https://replicate.com/), a platform for running machine learning models in the cloud - 💰 [Stripe](https://stripe.com/) for payments - 👩🎨 [Flux](https://blackforestlabs.ai/) an open-source text-to-image generation model ## Getting Started Install dependencies: ```bash yarn install ``` You can use Docker to run a local postgres database and maildev server (accessible at http://localhost:1080): ```bash docker-compose up -d ``` Create .env.local: ```bash cp .env.example .env.local ``` Update environment variable values: | Environment Variable | Explanation | | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | DATABASE_URL | The connection string for your PostgreSQL database. It will be `postgresql://photoshot:photoshot@localhost:5432/photoshot` if you are using the provided docket setup. | | NEXTAUTH_URL | The URL of your Next.js application, used for authentication purposes with NextAuth.js. | | S3_UPLOAD_KEY | The access key for your AWS S3 bucket used for storing pictures. | | S3_UPLOAD_SECRET | The secret key for your AWS S3 bucket used for storing pictures. | | S3_UPLOAD_BUCKET | The name of your AWS S3 bucket used for storing pictures. | | S3_UPLOAD_REGION | The AWS region where your S3 bucket is located. | | REPLICATE_API_TOKEN | The [API token](https://replicate.com/account) for Replicate. | | REPLICATE_USERNAME | The username associated with your Replicate account. | | REPLICATE_MAX_TRAIN_STEPS | The maximum number of training steps for the Dreambooth AI model. Defaults to `3000`. | | REPLICATE_NEGATIVE_PROMPT | A prompt used for negative training examples in the Replicate AI model. Defualts to `cropped face, cover face, cover visage, mutated hands` | | REPLICATE_HD_VERSION_MODEL_ID | The version of the model for upscaling the generated images. Such models can be browsed [here](https://replicate.com/collections/super-resolution)
Excerpt of 6,295 characters
Read on GitHub55
2
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a0bf9a6da36cdf4d, topic:stable-diffusion, readme:text-to-image, readme:image generation