Skip to content

This repository is for my python scripts utilzing Streamlit framework.

Notifications You must be signed in to change notification settings

AmirSarrafzadeh/Streamlit

Repository files navigation

Streamlit Project Repository

Streamlit Logo

A collection of interactive web applications built with Streamlit.

Project Overview

This repository serves as a central hub for my Streamlit-powered Python projects. It showcases a variety of applications designed to demonstrate the power and flexibility of Streamlit in creating user-friendly data analysis and visualization tools.

Repository Structure

  • app_1.py - The Python source code for Application 1.
  • app_2.py - The Python source code for Application 2.
  • ... - Additional application files as needed.
  • requirements.txt - List of Python dependencies for the project.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/AmirSarrafzadeh/Streamlit.git
    
    
  2. Navigate to the Repository:
     cd Streamlit
    
  3. Install the Required Packages:
    pip install -r requirements.txt
    
  4. Run the Streamlit Application:
     streamlit run app_1.py

About Streamlit

Streamlit is an open-source Python library that makes it easy to create and share web apps for data science, machine learning, and more. It's a great tool for turning data scripts into shareable web apps in minutes, all in Python. Streamlit is highly extensible and works well with other popular Python libraries and frameworks.

Made with ❤️ by Amir

About

This repository is for my python scripts utilzing Streamlit framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published