Skip to content

Experience NeuroPalette: Your Gateway to AI-Generated Art! 🎨✨ Harnessing OpenAI's DALLE API, this platform transforms prompts into breathtaking images. Embrace MERN Stack Power with MongoDB, Express.js, React.js, and Node.js, backed by Cloudinary Integration.πŸ”₯πŸš€

Notifications You must be signed in to change notification settings

sinfzx/dalle-api

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NeuroPallete

React NodeJS Express.js TailwindCSS MongoDB Vercel


πŸ”—Live Link


Welcome to NeuroPallete! This innovative platform harnesses the power of the DALLE API to generate stunning images. With a dedicated community home page, users can explore a vast collection of prompts and their corresponding AI-generated images.

Watch Demo

Home Page

Home

Search Page

Search

Create Page

Search

Features:

  • AI Image Generation: Harness the capabilities of OpenAI to generate beautiful and unique images based on user prompts.
  • MERN Stack Implementation: Built with the MERN (MongoDB, Express.js, React.js, Node.js) stack, ensuring a robust and efficient full stack architecture.
  • Cloudinary Integration: Seamlessly integrate with the Cloudinary API for image storage, manipulation, and management.
  • Community Home Page: Explore an inspiring collection of user prompts and their corresponding AI-generated images, all contributed by the vibrant NeuroPalette community.
  • Search Functionality: Easily search and discover specific prompts or images to find inspiration and expand your creative horizons.
  • User Sharing: Share your own prompts and AI-generated images within the community, showcasing your creativity and sparking inspiration in others.

Join us on this creative journey as we push the boundaries of AI-generated art with NeuroPalette.

Usage:

To get started with NeuroPalette, follow these steps:

  1. Clone the repository: git clone https://github.com/suryanshsingh2001/Neuro_Pallete.git
  2. Install the necessary dependencies: npm install on both client and server.
  3. Create a new .env file in the server folder of the project.
  4. Set up the required API credentials by adding the following lines to the .env file:
OPENAI_API_KEY="<open_api_key>"
MONGODB_URL="<mongodb_url>"

CLOUDINARY_CLOUD_NAME="<cloudinary_cloud_name>"
CLOUDINARY_API_KEY="<cloudinary_api_key>"
CLOUDINARY_API_SECRET="<cloudinary_api_secret>"

Make sure to replace your-openai-api-key, your-cloudinary-api-key, your-cloudinary-api-secret and mongodb_url with your own API keys obtained from the OpenAI, Cloudinary and Mongodb platforms.

  1. Save the .env file.
  2. Run the application in split terminal for client and server: npm run dev and npm start respectively

Please note that without configuring the API keys correctly, the application may not function properly. Ensure that you have valid API keys from OpenAI and Cloudinary to fully utilize the NeuroPalette features.

Contact:

For any questions or inquiries, feel free to reach out to me on LinkedIn or via email: Mail.

Join the NeuroPalette community and unlock the potential of AI-generated art with our MERN Stack Application. Let your imagination run wild and create stunning visuals with ease!

About

Experience NeuroPalette: Your Gateway to AI-Generated Art! 🎨✨ Harnessing OpenAI's DALLE API, this platform transforms prompts into breathtaking images. Embrace MERN Stack Power with MongoDB, Express.js, React.js, and Node.js, backed by Cloudinary Integration.πŸ”₯πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 4.3%
  • HTML 1.9%