All Projects → tirthajyoti → ML-apps-with-Streamlit

tirthajyoti / ML-apps-with-Streamlit

Licence: MIT License
Building simple ML apps with Streamlit

Programming Languages

python
139335 projects - #7 most used programming language

forthebadge made-with-python

ML and data apps with Streamlit

Building simple ML and data apps with Streamlit.

See my article

See my article on Medium on this topic.

How to run the apps (scripts)

First,

pip install -U streamlit

Second,

Make sure you also have other packages as featured in the scripts (the following list is not exhaustive),

  • Numpy
  • Pandas
  • Matplotlib
  • Scikit-learn
  • Seaborn

etc.

Finally,

Open your terminal. Go to the folder/directory where these scripts reside. Then, run,

streamlit run <script.py>

where <script.py> must be replaced by the actual name of the Python script file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].