Skip to content

kochanha/CLIP_Web_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of CLIP from OpenAI on a Web

This project was carried out as a small project from SMARCLE and was produced with Yoo Ji-won.

image

Installation

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

Run Model

$ python flask_main.py

Project Pipeline

그림1