{"id":20130574,"url":"https://github.com/md-emon-hasan/streamlit_basic","last_synced_at":"2025-10-14T17:49:37.623Z","repository":{"id":218204771,"uuid":"745019347","full_name":"Md-Emon-Hasan/Streamlit_Basic","owner":"Md-Emon-Hasan","description":"A repository featuring examples and tutorials for building web applications using Streamlit, focusing on data visualization and interaction with Python.","archived":false,"fork":false,"pushed_at":"2024-08-01T11:53:39.000Z","size":705,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T09:57:42.989Z","etag":null,"topics":["data-science","data-visualization","deployment","library","streamlit","streamlit-dashboard","streamlit-webapp"],"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/Md-Emon-Hasan.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":"2024-01-18T13:34:57.000Z","updated_at":"2024-08-01T11:53:42.000Z","dependencies_parsed_at":"2024-08-01T13:07:38.838Z","dependency_job_id":"97780edd-01ba-4dca-9d05-e71b94841e3d","html_url":"https://github.com/Md-Emon-Hasan/Streamlit_Basic","commit_stats":null,"previous_names":["md-emon-hasan/streamlit_basic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Md-Emon-Hasan/Streamlit_Basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Emon-Hasan%2FStreamlit_Basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Emon-Hasan%2FStreamlit_Basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Emon-Hasan%2FStreamlit_Basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Emon-Hasan%2FStreamlit_Basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Md-Emon-Hasan","download_url":"https://codeload.github.com/Md-Emon-Hasan/Streamlit_Basic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Md-Emon-Hasan%2FStreamlit_Basic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020051,"owners_count":26086807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-science","data-visualization","deployment","library","streamlit","streamlit-dashboard","streamlit-webapp"],"created_at":"2024-11-13T20:39:05.830Z","updated_at":"2025-10-14T17:49:37.606Z","avatar_url":"https://github.com/Md-Emon-Hasan.png","language":"Python","readme":"# Streamlit Basics\n\nWelcome to the **Streamlit Basics** repository! This repository serves as a collection of Streamlit projects and exercises designed to enhance your understanding and application of Streamlit, a popular library for creating interactive web applications with Python.\n\n## 📋 Contents\n\n- [Introduction](#introduction)\n- [Projects Overview](#projects-overview)\n- [Key Topics Covered](#key-topics-covered)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [Challenges Faced](#challenges-faced)\n- [Lessons Learned](#lessons-learned)\n- [Why I Created This Repository](#why-i-created-this-repository)\n- [License](#license)\n- [Contact](#contact)\n\n---\n\n## 📖 Introduction\n\nThis repository includes a variety of Streamlit projects aimed at practical learning and skill development. These projects demonstrate the use of Streamlit for building interactive web applications.\n\n---\n\n## 📘 Projects Overview\n\nThe **Streamlit Basics** repository features a diverse set of projects, including:\n\n- **Basic Streamlit Apps:** Simple examples showcasing basic Streamlit functionalities.\n- **Data Visualization:** Projects demonstrating interactive data visualizations using Streamlit.\n- **Widgets and Interactivity:** Examples of different widgets and interactive elements in Streamlit.\n\n---\n\n## 🔑 Key Topics Covered\n\n- **Streamlit Basics:** Fundamentals of Streamlit and its core features.\n- **Data Visualization:** Techniques for visualizing data interactively.\n- **Widgets:** Use of various Streamlit widgets for user input and interaction.\n- **Deployment:** Tips and practices for deploying Streamlit applications.\n\n---\n\n## 🚀 Getting Started\n\nTo begin exploring the projects in this repository, follow these steps:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/Md-Emon-Hasan/Streamlit_Basic.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```bash\n   cd Streamlit_Basic\n   ```\n\n3. **Install dependencies:**\n\n   Ensure you have Streamlit installed. You can install it using pip:\n\n   ```bash\n   pip install streamlit\n   ```\n\n4. **Run a Streamlit app:**\n\n   ```bash\n   streamlit run app_name.py\n   ```\n\n   Replace `app_name.py` with the name of the Streamlit script you want to run.\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how you can get involved:\n\n1. **Fork the repository.**\n2. **Create a new branch:**\n\n   ```bash\n   git checkout -b feature/new-project\n   ```\n\n3. **Make your changes:**\n\n   - Add new projects, improve existing ones, or enhance documentation.\n\n4. **Commit your changes:**\n\n   ```bash\n   git commit -am 'Add a new project or update'\n   ```\n\n5. **Push to the branch:**\n\n   ```bash\n   git push origin feature/new-project\n   ```\n\n6. **Submit a pull request.**\n\n---\n\n## 🛠️ Challenges Faced\n\nSome challenges faced while working on this repository include:\n\n- Ensuring interactive elements function correctly across different devices and browsers.\n- Handling performance issues with larger datasets or complex visualizations.\n\n---\n\n## 📚 Lessons Learned\n\nKey takeaways from working on this repository include:\n\n- Improved skills in building interactive web applications with Streamlit.\n- Enhanced understanding of best practices for Streamlit development and deployment.\n- Gained experience in creating user-friendly and visually appealing data applications.\n\n---\n\n## 🌟 Why I Created This Repository\n\nI created this repository to showcase a collection of Streamlit projects that reflect my learning and application of interactive web app development with Python. It aims to provide practical resources for others looking to explore and utilize Streamlit.\n\n---\n\n## 📜 License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## 📬 Contact\n\n- **Email:** [iconicemon01@gmail.com](mailto:iconicemon01@gmail.com)\n- **WhatsApp:** [+8801834363533](https://wa.me/8801834363533)\n- **GitHub:** [Md-Emon-Hasan](https://github.com/Md-Emon-Hasan)\n- **LinkedIn:** [Md Emon Hasan](https://www.linkedin.com/in/md-emon-hasan)\n- **Facebook:** [Md Emon Hasan](https://www.facebook.com/mdemon.hasan2001/)\n\nFeel free to reach out for any questions, feedback, or collaboration opportunities!\n\n---\n\nYou can adjust or expand any sections based on the specific content and focus of your repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-emon-hasan%2Fstreamlit_basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmd-emon-hasan%2Fstreamlit_basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-emon-hasan%2Fstreamlit_basic/lists"}