App that uses AI to automatically generate captions for photos. The AI can analyze the content of the image and suggest relevant captions.
To install the dependencies first you need create a venv
python -m venv .venv
source .venv/Scripts/activate
pip install poetry
poetry install
Run the Code
streamlit run image_analyzer.py