Skip to content

Jiyajiwon/CLIP_Python_Web_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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 Ryu 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.8%
  • Python 35.3%
  • CSS 21.9%