lucataco / cartoonPet

Upload a photo of your pet to generate a cartoon portrait with AI

Home Page:https://www.cartoonpet.pics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cartoonPet.pics - Turn your pet into a cartoon

This is an open source version of cartoonPet.pics (a paid SaaS product). It's a fork of roomGPT with the auth, payments, and a few additional features like hamburger menu. It's simple to clone, deploy, and play around with.

Room GPT

How it works

It uses a custom ML model called cartoonify used to generate various cartoon pictures. This application gives you the ability to upload a photo of any pet, which will send it through this ML Model using a Next.js API route, and return your generated cartoon picture. The ML Model is hosted on Replicate and Bytescale is used for image storage.

Running Locally

Create an account on Replicate to get an API key

  1. Go to Replicate to make an account.
  2. Click on your profile picture in the top left corner, and click on "API Tokens".
  3. Here you can find your API token. Copy it.

Store the API keys in .env

Create a file in root directory of project with env. And store your API key in it, as shown in the .example.env file.

If you'd also like to do rate limiting, create an account on UpStash, create a Redis database, and populate the two environment variables in .env as well. If you don't want to do rate limiting, you don't need to make any changes.

Clone the repository locally

git clone https://github.com/lucataco/cartoonPet

Installing the dependencies.

npm install

Run the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

License

This repo is MIT licensed.

About

Upload a photo of your pet to generate a cartoon portrait with AI

https://www.cartoonpet.pics/


Languages

Language:TypeScript 97.9%Language:CSS 1.2%Language:JavaScript 1.0%