Skip to content

Commit 9d61192

Browse files
committed
Add classification results image to README
1 parent b2516ec commit 9d61192

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Once the FastAPI app is running, run the following command to run the streamlit
2121
streamlit run app/Home.py
2222
```
2323

24+
## Classification Results
25+
The classification results are displayed in the streamlit app in a separate page and look like the following:
26+
27+
![Classification Results](images/iris_data_classification_result.png)
28+
2429
## Requirements
2530
requirements.yml file contains the list of all the packages required to run the code in this repository. requirements.yml is generated using the following command:
2631

0 commit comments

Comments
 (0)