Skip to content

ImageInk analyzes images to generate creative stories using Azure's image analysis and OpenAI's language model. This project blends technology and creativity, providing developers and storytellers with tools to inspire and enhance their imaginative processes through visual content.

Notifications You must be signed in to change notification settings

aashnajoshi/ImageInk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c81572e · Oct 16, 2024

History

18 Commits
Oct 16, 2024
Oct 2, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 8, 2024

Repository files navigation

ImageInk

ImageInk analyzes images and generates creative stories based on their content. Leveraging Azure's image analysis and OpenAI's language model, this project combines technology and creativity. Whether you're a developer integrating AI or a storyteller seeking inspiration, ImageInk offers tools to enhance your imagination through visual content.

Usage

All required libraries can be installed using a single-line command:

  pip install -r requirements.txt 

While to run the code:

Console-based version:

python main.py

Streamlit-based version:

streamlit run app.py

Description about various files:

  • .env: Contains all the credentials and secret information.
  • app.py: Contains a streamlit-based version of the main code.
  • main.py: Contains a console-based app to create a story based on the image I sent.
  • requirements.txt: Contains all required modules for the project.

About

ImageInk analyzes images to generate creative stories using Azure's image analysis and OpenAI's language model. This project blends technology and creativity, providing developers and storytellers with tools to inspire and enhance their imaginative processes through visual content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages