Generate images based on Text. Youtube video link - https://youtu.be/6hkkTlWaCNo
Clone the project
git clone https://link-to-projectInstall dependencies
npm installStart the frontend
cd client
npm run devStart the backend
cd server
npm run start