├── app.py # Main Flask application ├── app_streamlit.py # Alternative interface using Streamlit ├── requirements.txt # Python dependencies ├── Dockerfile # Docker build definition ├── Procfile # ...
This is a simple Flask web application that allows users to upload an image and get a description of it using a locally running Ollama instance with a multimodal model like LLaVA. # If this were a git ...