AI-Styler is a web application that leverages the power of the DALL-E2 OpenAI API to help you visualize different styles for your images. With AI-Styler, you can upload images of yourself and submit prompts to generate images that showcase how you would look with various styles. This project is built using React for the frontend and styled with Tailwind CSS for a sleek and responsive design.
To run AI-Styler on your local machine, follow these steps:
Before you begin, make sure you have the following software installed on your system:
-
Clone this repository to your local machine using:
git clone https://github.com/your-username/AI-Styler.git
-
Navigate to the project directory:
cd AI-Styler
-
Install the project dependencies:
npm install
In the project directory, you can run the following commands to start the development server:
npm start
This command runs the app in development mode. Open your web browser and go to http://localhost:3000 to view the application. The page will automatically reload if you make any edits, and lint errors will be displayed in the console.