Skip to content

Few apps using streamlit library. Still working on them but not very active.

License

Notifications You must be signed in to change notification settings

aimanamri/streamlit-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Streamlit Apps Simple Projects

GitHub Language Count GitHub Top Language GitHub Stars GitHub Last Commit Repository Size

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

intro

2. Simple Stock Price App (Completed)

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. intro2

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

intro3

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

About

Few apps using streamlit library. Still working on them but not very active.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages