Skip to content

optim-corp/image-search-by-japanese-clip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Search by Japenese-CLIP

This project is for OPTiM TECH BLOG.

Usage

  1. Copy images which you want to search (.jpg only) to datasets dir
    mkdir datasets
    cp /path/to/images/*.jpg datasets/
    
  2. Build image
    docker build -t clip .
    
  3. Run container
    docker run --rm -it -p 8501:8501 clip
    
  4. Open localhost:8501 in browser

LICENSE

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published