Spaces:
Build error
Build error
Russel Brunton
commited on
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip install --upgrade pip
|
2 |
+
pip install sentence_transformers
|
3 |
+
pip install streamlit
|
4 |
+
|
5 |
+
import streamlit as st
|
6 |
+
import numpy as np
|
7 |
+
import numpy.linalg as la
|
8 |
+
import pickle
|
9 |
+
import os
|
10 |
+
import gdown
|
11 |
+
from sentence_transformers import SentenceTransformer
|
12 |
+
import matplotlib.pyplot as plt
|
13 |
+
import math
|