An open API service indexing awesome lists of open source software.

https://github.com/aimanamri/streamlit-app

Few apps using streamlit library. Still working on them but not very active.
https://github.com/aimanamri/streamlit-app

app python streamlit

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```bash
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/currencyconverterapp.py
```
![intro](https://github.com/aimanamri/streamlit-app/blob/main/images/intro.gif)


## 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
```bash
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](https://github.com/aimanamri/streamlit-app/blob/main/images/intro2.gif)
## 3. KIT Course Syllabus App (In-progress)
- **Python libraries :** streamlit, pandas
- Run this demo locally
```bash
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/syllabusapp.py
```
![intro3](https://github.com/aimanamri/streamlit-app/blob/main/images/intro3.gif)

## 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 |