Clip
- https://github.com/pharmapsychotic/clip-interrogator via conda on windows
git clone https://github.com/Sohojoe/soho-clip.git
cd soho-clip
conda env create
conda activate soho-clip
python clip_interrogator.py https://curiocity.com/wp-content/uploads/2021/03/sunset-1-1265x600.jpg
pip install openai
set OPENAI_API_KEY=your open api key
python gpt3_clip_interrogator.py https://curiocity.com/wp-content/uploads/2021/03/sunset-1-1265x600.jpg
conda install -c conda-forge opencv