Implementation of CLIP from OpenAI on a Web
This project was carried out as a small project from SMARCLE and was produced with Ryu Ji-won.
Needs Anaconda and NVIDIA GPU(not mandatory)
$ git clone https://github.com/kochanha/CLIP_Web_Project.git
$ cd CLIP_Web_Project
$ conda env create --file environment.yaml
$ conda activate clip
$ pip install git+https://github.com/openai/CLIP.git
$ python flask_main.py