Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.03 KB

MERN Stack Project - Text2Image AI

This project uses the MERN stack to create a web application that converts a given prompt into an image using OpenAI API. The resulting image can then be downloaded by the user. Tailwind CSS is used for styling and Cloudinary is used for image storage and management.

To view the website, simply visit https://text2image-ai.netlify.app.

Technologies used

  • Node.js - a JavaScript runtime built on Chrome's V8 JavaScript engine
  • Express.js - a web application framework for Node.js
  • MongoDB - a NoSQL document database used to store data
  • React.js - a JavaScript library used for building user interfaces
  • Tailwind CSS - a utility-first CSS framework
  • OpenAI API - a deep learning model used for image generation
  • Cloudinary - a cloud-based image and video management platform

Features

  • Enter a prompt to generate an image using OpenAI.
  • Download the generated image.

Contributing

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