LookCrafted is a Studio-Quality AI Headshots Generator.
Do you want to help build a better and open source AI headshot generator. Check out out contribution guidelines
Have any questions?
- Clone the repo
git clone https://github.com/vanxh/lookcrafted
- Install dependencies
bun install
- Copy
.env.example
to.env
inapps/web
andpackages/backend
cp .env.example .env
- Fill in the environment variables
- Start the development server
bun dev