Skip to content

msr8/classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub stars GitHub last commit GitHub issues

1-img


2-img


3-img


4-img




Introduction

  • Designed a web platform enabling users to interactively manipulate data generation processes and model hyperparameters, with visual feedback of the outcomes
  • Demonstrated knowledge and proficiency in the inner workings of various classification algorithms
  • Utilized Matplotlib for plotting the data and visualizing the decision boundaries
  • Developed an API using Flask to facilitate plot generation
  • Implemented thorough error validation mechanisms
  • Deployed the website using PythonAnywhere

Techstack

  • Python
  • Flask
  • Scikit-learn
  • Matplotlib
  • HTML+CSS+JS




Running the website

The website is already deplyed at https://msr8.dev/classification. However, if you want to run it locally, follow the steps below:


First of all, ensure that git and python are installed on your system. Then run the following commands:

git clone https://github.com/msr8/classification
cd classification
pip install -r requirements.txt
python main.py

And voila, the website should be up and running on http://127.0.0.1:8000