Welcome to Pixel Wise, where every photo tells a never-ending story.
6fa242b7-2614-4183-be2a-b40785576bbc.mp4
Visit our website at PixelWise
Pixel Wise is your gateway to an artful and effortless photo editing experience. Our cutting-edge AI-powered platform combines innovation with simplicity to bring your images to life like never before.
Pixel Wise is built using the following technologies:
To run Pixel Wise on your local machine, follow these installation instructions:
-
Clone the repository:
git clone <repository_url> cd pixel-wise
-
Install the dependencies:
npm install
-
Create an .env file in the root directory of the project and add the following environment variables. Replace the values with your own credentials:
CLOUDINARY_CLOUD_NAME=your_cloud_name CLOUDINARY_API_KEY=your_api_key CLOUDINARY_API_SECRET=your_api_secret
-
Start the development server:
npm run dev
-
Open your web browser and go to http://localhost:3000 to access Pixel Wise.
That's it! You're now ready to use Pixel Wise for your photo editing needs.
Please make sure to replace the example .env content with your actual Cloudinary credentials.