File size: 358 Bytes
09ef9a4
4d49d54
a2c3c48
4485e0a
 
4d49d54
 
 
 
 
 
 
 
93cb276
625d1bf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import streamlit as st
from streamlit_webrtc import webrtc_streamer, WebRtcMode
import av
import os
from twilio.rest import Client
from streamlit_image_select import image_select
import cv2 as cv
import numpy as np
import math
from feat import Detector
from feat.utils import FEAT_EMOTION_COLUMNS
import torch
from PIL import Image

st.text(f"{os.getcwd()}")