Skip to content

Commit

Permalink
colab
Browse files Browse the repository at this point in the history
  • Loading branch information
mlelarge committed Nov 9, 2023
1 parent e50720d commit 4838565
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Module19/Zeroshot_with_CLIP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@
"![](https://raw.githubusercontent.com/openai/CLIP/main/CLIP.png)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "24f15a94",
"metadata": {},
"outputs": [],
"source": [
"# Uncomment the code below if you use google colab:\n",
"#%pip install git+https://github.com/openai/CLIP.git\n",
"#%mkdir data\n",
"#%cd data\n",
"#!wget https://raw.githubusercontent.com/dataflowr/notebooks/master/Module19/data/cat.jpg\n",
"#!wget https://raw.githubusercontent.com/dataflowr/notebooks/master/Module19/data/dog.png\n",
"#!wget https://raw.githubusercontent.com/dataflowr/notebooks/master/Module19/data/caltech101_full.json\n",
"#%cd .."
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 4838565

Please sign in to comment.