Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshmankishore/irisclassification

An end to end ML project for practicing
https://github.com/lakshmankishore/irisclassification

flask heroku html-css-bootstrap knn-classification machine-learning

Last synced: about 2 months ago
JSON representation

An end to end ML project for practicing

Awesome Lists containing this project

README

        

# Iris Classification

This is a Hello World project for Machine Learning.
I have used XGBoost model for this project.
I have used py-script to do the model deployment.

## Tech Stack

**Client:** HTML5, CSS, Bootstrap, JavaScript, py-script


## Lessons Learned

I was able to link the Machine Learning Model to the web with help of py-script.
I was easily able to link the model to the frontend.
I learnt more about sklearn, xgboost, py-script python packages.

## Related

Here are some related projects

* [Color Name Prediction](https://github.com/LakshmanKishore/colorNamePrediction)
* [Loan Prediction](https://github.com/LakshmanKishore/loanPrediction)
## You can watch the code live [here](https://lakshmankishore.github.io/irisClassification/)

## Learn more about the project in my [blog post](https://lakshman007bff.hashnode.dev/deploying-iris-classification-model-with-xgboost-free-instant-updates-with-pyscript-deployment).