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.
pip install -r requirements.txt
python main.py
streamlit run app.py
- .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.