Skip to content

jyoung105/fast-avatar-dev

Repository files navigation

👩‍🎨 Fast Avatar

Generate AI profile by chatting with a generative AI model.

Try it out

How it works

This app is powered by:

🚀 Replicate, a platform for running machine learning models in the cloud.

🎨

Vercel, a platform for running web apps.

⚡️ Next.js server-side API routes, for talking to the Replicate API.

👀 Next.js React components, for the browser UI.

🍃 Tailwind CSS, for styles.

Development

  1. Install a recent version of Node.js
  2. Copy your Replicate API token and set it in your environment:
    echo "REPLICATE_API_TOKEN=<your-token-here>" > .env.local
    
  3. Install dependencies and run the server:
    npm install
    npm run dev
    
  4. Open localhost:3000 in your browser. That's it!

About

Make your AI avatar super fast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published