Please be aware that the AI functionality on the deployed website relies on OpenAI services. In some cases, the AI features may not work as expected if there are low or no OpenAI credits available.
π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.
- 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.
To get started with NeuroPalette, follow these steps:
- Clone the repository:
git clone https://github.com/suryanshsingh2001/Neuro_Pallete.git
- Install the necessary dependencies:
npm install
on bothclient
andserver
. - Create a new
.env
file in theserver
folder of the project. - 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.
- Save the
.env
file. - Run the application in split terminal for
client
andserver
:npm run dev
andnpm 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.
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!