Skip to content

IndieCoderMM/imagine-this

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼 Imagine This

Imagine This is a web application that allows users to generate images using text prompts.

Screenshot

🛠 Tech Stack

🎨 Features

  • User-friendly interface
  • Instant image generation

🚀 Live Demo

Try out the live version on ImagineThis Website

⚙ Getting Started

To run this app on your local machine, follow these steps:

  1. Clone this repository into your desired project folder.
cd my-project
git clone git@github.com:IndieCoderMM/imagine-this.git .
  1. Install dependencies in client/ and server/ directories.
cd client && npm install
cd ../server && npm install
  1. Create .env file inside server/ folder and add your OpenAI_API_KEY.
OPENAI_API_KEY="sk-adfjeofoefkn........"

Please keep in mind that the OpenAI API key may have some issues if you are using the free plan. I faced some issues with my API key and am currently working on resolving them. I will update the app as soon as I have a solution.

  1. Run the development server.
cd server && npm run dev
  1. Inside client/src/App.js, set API_URL to "/openai/imagine".
  2. Start the application.
cd client && npm start

📧 Contact

I am always looking for ways to improve my project. If you have any suggestions or ideas, I would love to hear from you.

Github Twitter Linkedin Gmail

🤝 Contributing

I welcome any and all contribution that can help me improve my project. If you have any ideas or feedback that you'd like to share, please don't hesitate to reach out.

💖 Show your support

If you like this project, you can support me by giving a ⭐.

📜 License

This project is MIT licensed.

About

A web app that can generate images based on text prompts using OpenAI API. Created with React, Express.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published