/Imaginify

Transform Images into Words - Upload an image and get an AI-generated prompt to inspire your creativity. Imaginify is a web application that transforms images into creative writing prompts using the power of OpenAI's API.

Primary LanguageHTMLMIT LicenseMIT

Imaginify: AI-Powered Image Prompt Generator

Imaginify is a web application that transforms images into creative writing prompts using the power of OpenAI's API.

Features

  • Image Upload: Upload an image file or provide a URL to get started.
  • AI-Generated Prompts: Generate unique and inspiring prompts based on the uploaded image.
  • OpenAI API Integration: Uses OpenAI's API to power the prompt generation.
  • User-Friendly Interface: Intuitive design for easy navigation and prompt generation.
  • Previous Prompts: Store and access your previously generated prompts.
  • FAQ Section: Answers common questions about the application.

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/imaginify.git
    
  2. Install Dependency
       pip install -r requirements.txt```
    
    
  3. Run: python main.py

(img1.png, img2.png, img3.png) in a directory named images within your project directory. Similarly, place video.mp4 in a directory named videos. Adjust the paths (/images/img1.png, /videos/video.mp4) according to where you actually place these files in your project structure.