Skip to content

sinchan-s/streamlit-webapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd182b5 · Sep 27, 2024
Sep 25, 2024
Jun 28, 2022
Jan 29, 2023
Feb 26, 2024
Sep 27, 2024
Sep 25, 2024
Jun 30, 2023
Jan 9, 2024
Dec 19, 2023
Jun 5, 2022
Dec 3, 2023
Aug 17, 2023
Feb 27, 2024
Jun 30, 2023
Jun 30, 2023
Feb 29, 2024
Jun 8, 2022
Jun 29, 2022
May 24, 2023
Jun 28, 2023

Repository files navigation

Streamlit-webapps

Basic-ml: Simple streamlit visualization app

Streamlit App

  • Different sklearn toy-datasets like Iris dataset, Breast cancer dataset & Wine dataset are vizualized graphically using matplotlib library in the streamlit app. The datasets are classified with different supervised ML classifiers like KNN, SVM & Random Forests.
  • Shape of the dataset, no. of classes along with its accuracy score for particular classifier are displayed above the graph. There is also a sidebar to tweak certain parameters related to the different classifiers used.

image

Sklearn's generated datasets

Streamlit App

  • This app is used to check the influence of various parameters/arguments on the sample data points of generated datasets.
  • Variuos generated datasets include: make_moons, make_circles & make_classification which creates two interleaving data points for classification purposes.
  • Used to visualize clustering and classification algorithms.

image

Linear SVM classifier in action

Streamlit App

  • To check real-time implementation of Linear SVM classifier using polynomial features on the sklearn generated dataset: make_moons.

image

Daily Defects app

Streamlit App

  • Web-app to track daily defects in producion-level for QA.
  • Mobile-friendly view of the web based app.
  • PDF download section also available for download of detailed defect report.

Web-view
image image

Mobile-view
Untitled2

Releases

No releases published

Packages

No packages published