Skip to content

AureliusIvan/iris-prediction-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Prediction System using MongoDB Atlas

Iris Prediction System

Introduction

This project are meant to explore the uses of mongoDB atlas and how to connect it to a python application, while also utilize the benefits of virtual environment on python. The project is a simple machine learning model that predicts the species of iris flowers based on the length and width of the petals and sepals. The model is trained on the iris dataset which is a popular dataset for beginner machine learning projects. The dataset contains 150 samples of iris flowers and their corresponding species. The model is trained using the K-Nearest Neighbors algorithm which is a simple and easy to understand algorithm.

Getting Started!

  • Clone the repository
  • Install the required packages using the following command
pip install -r requirements.txt
  • Create a .env file in the root directory and add the following environment variables
MONGO_URI = "your_mongo_uri"

Source

Releases

No releases published

Packages

No packages published