dhikri commited on
Commit
0d00c62
1 Parent(s): 45a231f

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +12 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ x = st.slider('Select a value')
4
+ st.write(x, 'squared is', x * x)
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy
2
+ pandas
3
+ matplotlib
4
+ redis
5
+ jupyter
6
+ pillow
7
+ opencv-python
8
+ insightface
9
+ pyarrow
10
+ onnxruntime
11
+ streamlit
12
+ streamlit-webrtc