| import subprocess | |
| import streamlit as st | |
| import os | |
| import numpy as np | |
| import torchaudio | |
| import tensorflow as tf | |
| from tensorflow.keras.models import load_model | |
| import tensorflow_hub as hub | |
| import time | |
| import tempfile | |
| import streamlit.components.v1 as components | |
| st.markdown('<span style="color:black; font-size: 48px; font-weight: bold;">Neu</span> <span style="color:black; font-size: 48px; font-weight: bold;">RO:</span> <span style="color:black; font-size: 48px; font-weight: bold;">An Application for Code-Switched Autism Detection in Children</span>', unsafe_allow_html=True) | |