This project contains the usage of the Streamlit package.
Streamlit is a python package which is used to build the WebGUI applications for machine learning and data science.
- pip install streamlit
- streamlit run [filename]. Eg: streamlit run lession1.py
- streamlit run [filename] --server.port [portnumber] # To modify the default port number.
- Surendra Reddy