Skip to content

Akaike/photoshot

 
 

Repository files navigation

Photoshot

An open-source AI avatar generator web app

demo-final.mp4

Try it out at photoshot.app

Stack

Getting Started

Install dependencies:

yarn install

Setup environment variables:

cp .env.example .env.local

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%