Skip to content

👾 Streamlit used ML / Data Visualization codes go here.

License

Notifications You must be signed in to change notification settings

gaih/streamlit-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 Data Visualization using Streamlit Workshop by Global AI Hub

Syllabus:

  1. Basics and General API construction of Streamlit Using Applied Samples & Examples
  • Where, why, and how Streamlit is being used?
  • Downloading and installing Streamlit on local devices
  • Creating the first Streamlit environment
  • Following the Streamlit Docs API to learn the basics on applied code and project
    Attaching Various Following File Types to the Page:
  • Image
  • Text
  • Headers
  • Videos
  • Sounds
  • Plots (i.e Matplotlib)
  1. Full Project Showcase
Using Following Classifiers:
1) KNN
2) SVM
3) Random Forest
Custom user input interaction to test on the following Datasets: 
1) Iris Dataset
2) Breast Cancer Dataset
3) Wine Dataset

to find the most optimal classifier arguments, which would get the best trained model output as a result.

How to Run

  1. Creating the environment
1) Either create a virtual environment for your workspace
2) MacOS/Linux: $pip3 install -r requirements.txt
   Windows: $pip install -r requirements.txt

or

# MacOS/Linux:
$pip3 install -r requirements.txt

# Windows:
$pip install -r requirements.txt
  1. Make sure you are in the correct path
Get into the according folder where the main.py is located in.
  1. Run the app in localhost
streamlit run main.py

Certification

The workshop is certified.

About

👾 Streamlit used ML / Data Visualization codes go here.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages