Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enterwiz/ai-anime-art-generator

AI-driven cutting-edge tool for anime arts creation, perfect for beginners to easily create stunning anime art without any prior experience.
https://github.com/enterwiz/ai-anime-art-generator

anime generator llm website

Last synced: 1 day ago
JSON representation

AI-driven cutting-edge tool for anime arts creation, perfect for beginners to easily create stunning anime art without any prior experience.

Awesome Lists containing this project

README

        

# AI Anime Art Generator

Welcome to the codebase of the wonderful tool AI Anime Arg Generator!

AI Anime Art Generator is an AI-driven cutting-edge tool for anime arts creation. Perfect for beginners to easily create stunning anime art without any prior experience.

website: [https://aianimeartgenerator.com](https://aianimeartgenerator.com)

![AI Anime Art Generator](https://i.imgur.com/nwXhYnQ.png)

## Use Cases

### Character Design for Anime

Create detailed and unique character designs for your anime series or manga. Customize every aspect to fit your story's needs and bring your characters to life with vibrant colors and dynamic expressions.

### Custom Avatars for Social Media

Generate personalized avatars for your social media profiles. Stand out with unique, AI-created anime artwork that reflects your personality and style.

### Art Inspiration and Exploration

Use the AI Anime Art Generator to explore new artistic styles and ideas. Experiment with different designs and color schemes to find inspiration for your next big project.

## Tech Stack

AI Anime Art Generator is built on the following stack:

- Next.js – Frontend/Backend
- TailwindCSS – Styles
- Google Analytics
- Vercel - Hosting
- Replicate - Image Generation
- CloudFlare R2 - Image Storage
- Clerk - User Login

## Deployment

Clone the codebase to your local machine.

```bash
git clone https://github.com/enterwiz/ai-anime-art-generator.git
cd ai-anime-art-generator
```

Initialize your local postgres database or use remote Supabase database.

```bash
export DATABASE_URL=your_local_postgres_connstr
npx prisma migrate dev
```

Copy the .env.example file to .env.local, fill in the environment variables.

Then you can run the project locally:

```bash
npm run dev
```

Open your local website: http://localhost:3000.

## Acknowledgements

This project heavily references another project [Landing page boilerplate](https://landingpage.weijunext.com/), and we are very grateful for their support.