Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.02 KB

MEGA-AI

MEGA-AI is a Web Application for generating images from text using stability-ai using only vanilla javascript.

The project is based on Fireship course for javascript.

Dependencies

Installation

  1. Run nvm use to use the correct Node.JS version.
  2. Run npm install to install dependencies.

Getting Started

  1. Run npm run dev to start the application
  2. Go to http://localhost:5173 to view the website.

The Environment

To set up the enviroment you have to signup for replicate to get your API key and paste it in .env file.

replicate_KEY="Your replicate API key"

Run

Run this command to start up the server:

node server.js

And now you are good to go.

Test the app and i am waiting for your feedback😊.

License

MIT