Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.88 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.88 KB

Veronica

forthebadge forthebadge

📌 Introduction

Veronica is a machine learning based web app design for the prediction of famous Iris Dataset. The Iris Dataset contains four features (length and width of sepals and petals) of 50 samples of three species of Iris (Iris setosa, Iris virginica and Iris versicolor). These measures were used to create a linear discriminant model to classify the species. The dataset is often used in data mining, classification and clustering examples and to test algorithms.

🔥 Installation

  • Install important libraries
~> pip install pandas
~> pip install scikit-learn
~> pip install streamlit
  • Clone the Repository
~> git clone https://github.com/ankitdobhal/Veronica.git

💥 How to Use ?

  • Run this command inside Veronica folder
~> streamlit run veronica.py

Alt Text Alt Text

❤️ Contributors

|Ankit Dobhal|

| |

|Anisha Mamgain|

| |

License

This project follows GPL-3.0-License.