{"id":21587067,"url":"https://github.com/aimanamri/streamlit-app","last_synced_at":"2026-05-15T21:31:38.127Z","repository":{"id":165418609,"uuid":"372727408","full_name":"aimanamri/streamlit-app","owner":"aimanamri","description":"Few apps using streamlit library. Still working on them but not very active.","archived":false,"fork":false,"pushed_at":"2022-02-06T16:55:20.000Z","size":42775,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T06:35:10.190Z","etag":null,"topics":["app","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aimanamri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-01T06:41:09.000Z","updated_at":"2021-12-24T09:22:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"632dc83d-fc2e-41c8-acfd-2680b65b6c9a","html_url":"https://github.com/aimanamri/streamlit-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aimanamri/streamlit-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimanamri%2Fstreamlit-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimanamri%2Fstreamlit-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimanamri%2Fstreamlit-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimanamri%2Fstreamlit-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aimanamri","download_url":"https://codeload.github.com/aimanamri/streamlit-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimanamri%2Fstreamlit-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","python","streamlit"],"created_at":"2024-11-24T15:15:41.961Z","updated_at":"2026-05-15T21:31:38.113Z","avatar_url":"https://github.com/aimanamri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Streamlit Apps Simple Projects\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/aimanamri/streamlit-app\"\u003e\n    \u003cimg alt=\"GitHub Language Count\" src=\"https://img.shields.io/github/languages/count/aimanamri/streamlit-app\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/aimanamri/streamlit-app\"\u003e\n    \u003cimg alt=\"GitHub Top Language\" src=\"https://img.shields.io/github/languages/top/aimanamri/streamlit-app\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://github.com/aimanamri/streamlit-app/stargazers\"\u003e\n    \u003cimg alt=\"GitHub Stars\" src=\"https://img.shields.io/github/stars/aimanamri/streamlit-app?style=social\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/aimanamri/streamlit-app/commits/main\"\u003e\n    \u003cimg alt=\"GitHub Last Commit\" src=\"https://img.shields.io/github/last-commit/aimanamri/streamlit-app\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/aimanamri/streamlit-app\"\u003e\n    \u003cimg alt=\"Repository Size\" src=\"https://img.shields.io/github/repo-size/aimanamri/streamlit-app\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 1. Currency Converter App  (In-progress) \n- **Python libraries :** streamlit, pandas \n- Run this demo locally\n```bash\npip install --upgrade streamlit\nstreamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/currencyconverterapp.py\n```\n![intro](https://github.com/aimanamri/streamlit-app/blob/main/images/intro.gif)\n\u003cbr\u003e\n## 2. Simple Stock Price App (Completed)\n- Currently app is running on herokuapp : https://stock-pricez.herokuapp.com/\n- **Python libraries :** streamlit, pandas, yfinance, base64 \n- Run this demo locally\n```bash\npip install --upgrade streamlit\nstreamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/stockprice.py\n```\n- Might add some simple technical indicators (SMA,MA,MACD) and more stock ticker options in the future.\n![intro2](https://github.com/aimanamri/streamlit-app/blob/main/images/intro2.gif)\n## 3. KIT Course Syllabus App  (In-progress) \n- **Python libraries :** streamlit, pandas\n- Run this demo locally\n```bash\npip install --upgrade streamlit\nstreamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/syllabusapp.py\n```\n![intro3](https://github.com/aimanamri/streamlit-app/blob/main/images/intro3.gif)\n\n## Deploy on Heroku\n|         Heroku App Guide    | Links                                                                |\n| ----------------- | ------------------------------------------------------------------ |\n| Deploying your Streamlit dashboard with Heroku | https://gilberttanner.com/blog/deploying-your-streamlit-dashboard-with-heroku |\n| Keeping your Heroku App awake | https://kaffeine.herokuapp.com/ |\n| Download Heroku CLI | https://devcenter.heroku.com/articles/heroku-cli |\n| Download Git | https://git-scm.com/downloads |\n| Simple YouTube Tutorial |https://youtu.be/nJHrSvYxzjE |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimanamri%2Fstreamlit-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faimanamri%2Fstreamlit-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimanamri%2Fstreamlit-app/lists"}