You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mlflow-site/src/app/components/Demo.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ import DemoCard from "./DemoCard";
3
3
constDemo=()=>{
4
4
constdemos=[];
5
5
constdemoCardHeaders=[
6
-
'Demo 1',
7
-
'Demo 2',
6
+
'Manage experiments',
7
+
'Complete workflow',
8
8
];
9
9
constdemoCardBlurbs=[
10
-
'Description for what\'s happening in Demo 1. This block of text will contain all the info needed to understand the demo.',
11
-
'Description for what\'s happening in Demo 2. This block of text will contain all the info needed to understand the demo.',
10
+
'Create experiments with MLflow.js. Using built-in workflows, manage complex operations easily.',
11
+
'Use MLflow.js to support a full ML project with TensorFlow.js. Log hyperparameters and key metrics during each training step. Evaluate model performance and register succesful models.',
Copy file name to clipboardExpand all lines: mlflow-site/src/app/components/Features.tsx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@ import FeatureCard from "./FeatureCard";
3
3
constFeatures=()=>{
4
4
constfeatureHeader='MLOps in Javascript, made simple.';
5
5
constfeatureLongBlurb=`
6
-
Longer blurb about MLFlow.js\'s feature set. Longer blurb about MLFlow.js\'s feature set. Longer blurb about MLFlow.js\'s feature set. Longer blurb about MLFlow.js\'s feature set. Longer blurb about MLFlow.js\'s feature set. Longer blurb about MLFlow.js\'s feature set.
6
+
MLflow.js makes ML experimentation and model management seamless for JavaScript developers. Built with TypeScript, it provides intuitive access to MLflow\'s complete REST API while adding powerful abstractions for common ML workflows. Whether you\'re training models with TensorFlow.js, managing A/B tests, or monitoring production models, MLflow.js helps you track everything in one place.
'Connect your JavaScript stack directly to MLflow with minimal setup.',
17
+
'Automate key MLOps tasks directly from Node.js, simplifying workflow management. Manage experiments, runs, model registry and model version management with dedicated methods.',
18
+
'Designed specifically for JavaScript developers: no Python knowledge required.',
19
+
'Execute complex MLOps tasks with a single function call with MLflow.js\'s powerful built-in workflows.'
0 commit comments