This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "applyBuiltinDefaults": true, | |
| "version": "0.9.0-20260327", | |
| "onboarding": { | |
| "completed": true, | |
| "completedAt": "2026-05-01T05:25:01.431Z", | |
| "version": "0.9.0-20260327" | |
| }, | |
| "features": { | |
| "pathAccess": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from PIL import Image | |
| from IPython.core.debugger import set_trace | |
| import requests | |
| import json | |
| import pandas as pd | |
| import time | |
| from transformers import CLIPProcessor, CLIPModel | |
| #model = CLIPModel.from_pretrained("openai/clip-vit-base-patch32") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import os | |
| import sys | |
| import requests | |
| from bs4 import BeautifulSoup | |
| import openai | |
| openai.api_key = os.environ['OPENAI_API_KEY'] | |
| EXAMPLE_QUESTIONS = ''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from plotly import __version__ | |
| from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot | |
| import plotly.graph_objs as go | |
| init_notebook_mode(connected=True) | |
| import numpy as np | |
| import pandas as pd | |
| import pylab | |
| import matplotlib | |
| import scipy | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from fabric.api import local, task, env | |
| #### parameters | |
| project = 'flint' | |
| version = '0.0.1' | |
| port = 5432 | |
| cpus = 1 | |
| memory = 4096 | |
| kubeconfig_local_filename = '~/.kube/config' | |
| kubeconfig_baikonur_filename = 'kubeconfig' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import time | |
| import scipy | |
| from scipy import sparse | |
| import random | |
| def cosine_matrix(X,X_): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.