Skip to content

Commit b50f97b

Browse files
authored
Create Readme.md
1 parent 86a318d commit b50f97b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Streamlit-ML-apps/Readme.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# ML-apps-with-Streamlit
2+
Building simple ML apps with Streamlit.
3+
4+
## How to run the apps (scripts)
5+
6+
### First,
7+
8+
`pip install streamlit`
9+
10+
### Second,
11+
Make sure you also have other packages as featured in the scripts (the following list is not exhaustive),
12+
13+
- `Numpy`
14+
- `Pandas`
15+
- `Matplotlib`
16+
- `Scikit-learn`
17+
18+
### Finally,
19+
Open your terminal. Go to the folder/directory where these scripts reside. Then, run,
20+
21+
`streamlit run <script.py>`
22+
23+
where `<script.py>` must be replaced by the actual name of the Python script file.

0 commit comments

Comments
 (0)