├── LICENSE ├── LICENSE.txt ├── README.md ├── caption_generation.py ├── config.py ├── image_processing.py ├── main.py ├── main2exp.py ├── openai_response_generation.py └── response_generation.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/README.md -------------------------------------------------------------------------------- /caption_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/caption_generation.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/config.py -------------------------------------------------------------------------------- /image_processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/image_processing.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/main.py -------------------------------------------------------------------------------- /main2exp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/main2exp.py -------------------------------------------------------------------------------- /openai_response_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/openai_response_generation.py -------------------------------------------------------------------------------- /response_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xISSAx/Alpha-Co-Vision/HEAD/response_generation.py --------------------------------------------------------------------------------