Skip to content

daniellopez882/Python-Streamlit-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Dashboard

Made by Daniel Lopez

Streamlit dashboard

official website : https://streamlit.io/

what is streamlit

Streamlit is an open-source app framework in python language. It helps us create beautiful web apps for data science and machine learning in a little time. It is compatible with major python libraries such as scikit-learn, keras, PyTorch, latex, numpy, pandas, matplotlib, etc.

SuperStore Data

This is a sample superstore dataset, a kind of a simulation where you perform extensive data analysis to deliver insights on how the company can increase its profits while minimizing the losses.

virtual environment steps :

python -m venv venv

venv\Scripts\activate

venv\Scripts\deactivate

pip install -r requirements.txt

streamlit run app.py

sample code :

import streamlit as st

import seaborn as sns

st.header("This is simple streamlit application")

st.text("step by step web app learning from creative soft")

df=sns.load_dataset('iris')

st.write(df.head(10))

Streamlit URL :

https://interactiveapp.streamlit.app/

Dashboard Screenshots with Light Mode :

image

Dashboard Screenshots with Dark Mode :

image

About

A versatile Python dashboard built with Streamlit for data science and machine learning applications. Integrate libraries like Pandas, Matplotlib, and Seaborn to create beautiful, responsive web apps for data exploration and model visualization.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages