Python Streamlit Apps Simple Projects 1. Currency Converter App (In-progress) Python libraries : streamlit, pandas Run this demo locally pip install --upgrade streamlit streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/currencyconverterapp.py 2. Simple Stock Price App (Completed) Currently app is running on herokuapp : https://stock-pricez.herokuapp.com/ Python libraries : streamlit, pandas, yfinance, base64 Run this demo locally pip install --upgrade streamlit streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/stockprice.py Might add some simple technical indicators (SMA,MA,MACD) and more stock ticker options in the future. 3. KIT Course Syllabus App (In-progress) Python libraries : streamlit, pandas Run this demo locally pip install --upgrade streamlit streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/syllabusapp.py Deploy on Heroku Heroku App Guide Links Deploying your Streamlit dashboard with Heroku https://gilberttanner.com/blog/deploying-your-streamlit-dashboard-with-heroku Keeping your Heroku App awake https://kaffeine.herokuapp.com/ Download Heroku CLI https://devcenter.heroku.com/articles/heroku-cli Download Git https://git-scm.com/downloads Simple YouTube Tutorial https://youtu.be/nJHrSvYxzjE