Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisionWeave

VisionWeave is an AI-powered platform that allows users to generate images by simply providing text prompts. Built with the Segmind API, this Website enables users to explore creativity by creating, sharing, and downloading images.

Installation

Clone to the Project using : git clone https://github.com/Siser-Pratap/VisionWave.git

Run the Frontend

-> cd client

-> npm i

-> npm run dev

Deploy the backend

-> cd server

-> npm i

-> Add your Cloudinary API Details in a .env file

-> Add your Mongodb database details

-> nodemon start or npm start

Usage

Generate High Quality Images by providing prompt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.