Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-spirit-369/imaginify-openjourney-replicate
Build Imaginify, an AI Image Generating application that allows you to generate high-quality images based on prompts.
https://github.com/code-spirit-369/imaginify-openjourney-replicate
aiimagegenerator nextjs14 openjourney tailwindcss typescript
Last synced: 5 days ago
JSON representation
Build Imaginify, an AI Image Generating application that allows you to generate high-quality images based on prompts.
- Host: GitHub
- URL: https://github.com/code-spirit-369/imaginify-openjourney-replicate
- Owner: code-spirit-369
- Created: 2024-07-14T19:31:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T07:53:30.000Z (5 months ago)
- Last Synced: 2024-11-15T07:15:05.336Z (2 months ago)
- Topics: aiimagegenerator, nextjs14, openjourney, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📋 Table of Contents
1. 🎬 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
4. 🚀 [Quick Start](#quick-start)## 🚨 Tutorial
This repository contains the code corresponding to an in-depth tutorial available on our YouTube channel, Code Spirit.
- React.js
- Next.js
- Typescript
- TailwindCSS
- OpenJourney
- MongoDBWelcome to the AI Image Generator app! This application allows you to generate high-quality images based on prompts using the OpenJourney model hosted on Replicate. It's a powerful tool for creators, designers, and anyone who needs custom visuals.
## 🔋 Features
👉 **AI-Powered Image Generation**: Generate images by providing descriptive prompts, thanks to the OpenJourney model.
👉 **Image Gallery**: View and manage all generated images within the app.
👉 **Responsive Design**: Optimized for use on various devices, including desktops, tablets, and smartphones.
Follow these steps to set up the project locally on your machine.
**Prerequisites**
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)**Cloning the Repository**
```bash
git clone https://github.com/code-spirit-369/imaginify-openjourney-replicate.git
cd imaginify-openjourney-replicate
```**Installation**
Install the project dependencies using npm:
```bash
npm install
```**Set Up Environment Variables**
Create a new file named `.env.local` in the root of your project and add the following content:
```env
REPLICATE_API_TOKEN=
MONGODB_URI=
```**Running the Project**
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to view the project.