jbonda / ml-workflow-pipeline

The work flow of CS-600(Professional software development) Project.Project Title: GUI pipeline for ML models.
0 stars 0 forks source link

Web-based GUI for Machine Learning Workflow/Pipeline

Professional software development project from the Fall 2023 semester at UAF.

Development Instructions

Flask Application

Local Debugging

[!NOTE] This project utilizes Pipenv for managing virtual environments. You can install it with pip install --user pipenv.

Production Environment
System Benchmarking ###### Node.js - Navigate to the source directory: `cd benchmark/src` - Install dependencies: `npm i` - Run the development script: `npm run devstart` ###### Hybrid - Supplementary resources are available within the [`benchmark`](https://github.com/jbonda/ml-workflow-pipeline/tree/main/benchmark) directory. ###### .NET - [ML.NET Tutorial - Get started in 10 minutes](https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/intro) ## Project Diagrams ![PERT/CPM Chart](docs/PERT_CPM_Chart.svg)