Sign Language Project for INIT Build
-
Build Docker Image: Run
docker build -t my-streamlit-app .in the terminal. -
Run Docker Container: Execute
docker run -p 8501:8501 --privileged my-streamlit-app. -
Access the Streamlit App: Visit
http://localhost:8501in your web browser. -
Interacting with the App: Interact with your Streamlit app as usual.
-
Stopping the Container: Stop the Docker container using
Ctrl+Cor Docker CLI.