Imaginify is a web application that transforms images into creative writing prompts using the power of OpenAI's API.
- 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.
- Clone the repository:
git clone https://github.com/your-username/imaginify.git
- Install Dependency
pip install -r requirements.txt```
- 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.