Streamlit / app.py
SS8297's picture
Update app.py
625d1bf
raw
history blame
358 Bytes
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()}")