- Python libraries : streamlit, pandas
- Run this demo locally
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/currencyconverterapp.py- 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.

- Python libraries : streamlit, pandas
- Run this demo locally
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/syllabusapp.py| 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 |

