Skip to content

joqu86/streamlit-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

streamlit app sourced from youtube somewhere, link to source and credit to follow

streamlit-ec2

steps to create a streamlit instance on AWS ec2

1. Run the following commands

Note: Do the port mapping to this port:- 8501

sudo apt update
sudo apt-get update
sudo apt upgrade -y
sudo apt install git curl unzip tar make sudo vim wget -y
git clone "Your-repository"
sudo apt install python3-pip
pip3 install -r requirements.txt

may need to use --break-system-packages

#Temporary running
python3 -m streamlit run main.py
#Permanent running
nohup python3 -m streamlit run main.py

Note: Streamlit runs on this port: 8501

About

steps to create a streamlit instance on AWS ec2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages