
Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
This project presents a robust solution for machine learning enthusiasts and developers, combining a straightforward web interface with a programmatic API to facilitate various machine learning algorithms. With support for algorithms such as Support Vector Machine (SVM) and Support Vector Regression (SVR), it aims to simplify the deployment and execution of machine learning tasks. The setup process allows users to choose between Rancher and Docker-Compose, depending on their system preferences and reliability needs.
The installation and configuration process is well-documented, ensuring that users can easily get started on different operating systems. This accessibility makes it an appealing option for both newcomers and seasoned professionals looking to enhance their machine learning projects.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components