Spaces:
Build error
Build error
Russel Brunton
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,19 +6,6 @@ Automatically generated by Colaboratory.
|
|
6 |
Original file is located at
|
7 |
https://colab.research.google.com/drive/1dVe0kyDXjRC5Or8m8qgqRT3VG7Waq6PQ
|
8 |
"""
|
9 |
-
!pip install --upgrade pip
|
10 |
-
!pip install sentence_transformers
|
11 |
-
!pip install streamlit
|
12 |
-
|
13 |
-
import streamlit as st
|
14 |
-
import numpy as np
|
15 |
-
import numpy.linalg as la
|
16 |
-
import pickle
|
17 |
-
import os
|
18 |
-
import gdown
|
19 |
-
from sentence_transformers import SentenceTransformer
|
20 |
-
import matplotlib.pyplot as plt
|
21 |
-
import math
|
22 |
|
23 |
## THIS CODE BLOCK -- plotting functions & Cosine Similarity (exponential)
|
24 |
|
|
|
6 |
Original file is located at
|
7 |
https://colab.research.google.com/drive/1dVe0kyDXjRC5Or8m8qgqRT3VG7Waq6PQ
|
8 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
## THIS CODE BLOCK -- plotting functions & Cosine Similarity (exponential)
|
11 |
|