Giter Club home page Giter Club logo

n2d-simple-ai-image-generator-webapp's Introduction

N2D Simple AI Image Generator Web App

Click for tutorial video:

** THE FILES ATTACHED TO THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY **

Step 1

** PLEASE CLICK TO READ THE DISCLAIMER BEFORE CONTINUING: **

https://github.com/net2devcrypto/N2D-Simple-AI-Image-Generator-WebApp/blob/main/disclaimer.txt

** IF YOU PROCEED TO STEP 2, YOU AGREE TO THE TERMS AND CONDITIONS IN THE DISCLAIMER **

Step 2

Download App:

https://github.com/net2devcrypto/N2D-Simple-AI-Image-Generator-WebApp/archive/refs/heads/main.zip

Step 3

Extract the zip file, navigate to the app folder and install NodeJS :

node-v18.15.0-x64.msi

During the wizard, install without any additional tools since its not required.

Step 4

Create your Account in Stablediffusion: https://stablediffusionapi.com/

Create API key in your account then copy it.

In the app folder, go to "backend" folder and open "key.js" with notepad, then update the key accordingly:

const stablekey = 'REPLACE_WITH_YOUR_STABLE_DIFFUSION_API_KEY';

Save file.

Step 5

Create your Account in OpenAI: https://platform.openai.com/

Create API key in your account then copy it.

In the app folder, go to "backend" folder and open "key.js" with notepad, then update the key accordingly:

const openaikey = 'REPLACE_WITH_OPEN_AI_API_KEY';

Save file.

Step 6

Execute "install.bat" located in the app folder.

Step 7

Execute "startapp.bat" located in the app folder.

Your application should be active, navigate to http://localhost:3000 in your browser :)

Subscribe to my Youtube! Net2Dev

n2d-simple-ai-image-generator-webapp's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

n2d-simple-ai-image-generator-webapp's Issues

Server Error

Server Error
TypeError: Cannot read properties of null (reading 'useContext')

This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
Object.useContext
file:///D:/N2D-Simple-AI-Image-Generator-WebApp-main/node_modules/react/cjs/react.development.js (1618:21)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.