Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/enterwiz/ai-anime-art-generator
- Owner: enterwiz
- Created: 2024-07-19T12:42:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:26:51.000Z (5 months ago)
- Last Synced: 2024-08-09T16:08:39.723Z (5 months ago)
- Topics: anime, generator, llm, website
- Language: TypeScript
- Homepage: https://aianimeartgenerator.com
- Size: 246 KB
- Stars: 61
- Watchers: 1
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - 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. (Building / Tools)
- awesome_ai_agents - 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. (Building / Tools)
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.