Deploy Website for Free

Prerequisites:
Streamlit Project ready as a folder
(Site only runs in local host)
Option: Streamlit community cloud
Can also deploy app to the streamlit using community cloud
https://streamlit.io/cloud
-Positives: Deployment process is super easy and also free
-Negatives: Low scale server
Option2: Render
(1)Create a requirements.txt file
requirements.txt file:
Contains all the libraries the server must install to run your app
File can be generated automatically although a manual way can exist

Install pipreqs package
Reference: https://www.youtube.com/watch?v=4SO3CUWPYf0