From 0fe6664888c72fede78353c2bfbc676c17b64143 Mon Sep 17 00:00:00 2001 From: Vishal Das <35860774+kindavishal@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:34:56 +0530 Subject: [PATCH] Content update 25 Oct (#763) * Content Update 31 May * Fix errors * Content update 5 June * Content till 7 June * Approved Content till 9 June * Fix duplicate author pages * Tags update * tfjs tags update * Content update 14 Jun * Added profile bios * Content update 20 June * Update tf-core tag * Content update 28 June * Tags and Bio update * Content update 5 Jul * Update Google-Maps to Maps * Update tags * Update tags * Content update 12 Jul * Removed spam submission * Content update 21 Jul * Content update 9 Aug * Update running-flutter-on-apple-vision-pro-5ccbe96fdd55.json * Content update 16 Aug * Update erfansn.json * Revert article by nocommandline * Content update 16 Aug * Delete nocommandline.json * Delete NoCommandLine-dev_appserver-python3-windows.json * Content update 24 Aug * Fix incorrect tags * Content update Sep 11 * Update doggy8088-PaLM.json * Content update 27 Sep * Content update 6 Oct * Update how-to-use-generative-ai-in-dialogflow-cx-console-861a22ed4ec4.json * Content update 10 Oct * Bio updates * Content update 16 Oct * Profile and tags fix * Content update 19 Oct * Profile updates * Content update 25 Oct * Update product.ts * Update incorrect tags * Update taking-advantage-of-tensorboard-part-i.json --------- Co-authored-by: Garima Mehra <90247501+garimame@users.noreply.github.com> --- config/advocu.json | 2 +- config/authors/arthurstarks.json | 6 ++++++ config/authors/nortln.json | 6 ++++++ ...siness-metadata-part-3-2-d0fc27699632.json | 15 +++++++++++++++ ...js-using-pretrained-models-and-docker.json | 15 +++++++++++++++ ...blog-developing-using-rasa-and-docker.json | 13 +++++++++++++ ...-machine-learning-simple-ml-for-sheet.json | 13 +++++++++++++ ...aking-advantage-of-tensorboard-part-i.json | 14 ++++++++++++++ .../nortln-Brain_MRI_Classification.json | 19 +++++++++++++++++++ shared/product.ts | 8 ++++++++ 10 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 config/authors/arthurstarks.json create mode 100644 config/authors/nortln.json create mode 100644 config/cloud/blogs/dataplex-data-catalog-tagging-operations-and-business-metadata-part-3-2-d0fc27699632.json create mode 100644 config/ml/blogs/blog-accelerating-machine-learning-with-tensorflow-js-using-pretrained-models-and-docker.json create mode 100644 config/ml/blogs/blog-developing-using-rasa-and-docker.json create mode 100644 config/ml/blogs/no-code-machine-learning-simple-ml-for-sheet.json create mode 100644 config/ml/blogs/taking-advantage-of-tensorboard-part-i.json create mode 100644 config/ml/repos/nortln-Brain_MRI_Classification.json diff --git a/config/advocu.json b/config/advocu.json index 05bc7894..163645b8 100644 --- a/config/advocu.json +++ b/config/advocu.json @@ -1,3 +1,3 @@ { - "lastPullTime": 1697707329384 + "lastPullTime": 1698208362185 } \ No newline at end of file diff --git a/config/authors/arthurstarks.json b/config/authors/arthurstarks.json new file mode 100644 index 00000000..57cef4ea --- /dev/null +++ b/config/authors/arthurstarks.json @@ -0,0 +1,6 @@ +{ + "name": "Arthur KAZA", + "bio": "Senior Machine Learning Engineer | Google Developer Group Kinshasa Co-Organizer | AI Product Strategy Lead Engineer | Business Intelligence | AI Architect", + "photoURL": "https://avatars.githubusercontent.com/ArthurStarks", + "githubURL": "https://github.com/ArthurStarks" +} diff --git a/config/authors/nortln.json b/config/authors/nortln.json new file mode 100644 index 00000000..f15f5a16 --- /dev/null +++ b/config/authors/nortln.json @@ -0,0 +1,6 @@ +{ + "name": "Clinton Aikhu", + "bio": "Artificial Intelligence & Virtual Reality & Cybersecurity @nortln", + "photoURL": "https://avatars.githubusercontent.com/nortln", + "githubURL": "https://github.com/nortln" +} diff --git a/config/cloud/blogs/dataplex-data-catalog-tagging-operations-and-business-metadata-part-3-2-d0fc27699632.json b/config/cloud/blogs/dataplex-data-catalog-tagging-operations-and-business-metadata-part-3-2-d0fc27699632.json new file mode 100644 index 00000000..c8587bfe --- /dev/null +++ b/config/cloud/blogs/dataplex-data-catalog-tagging-operations-and-business-metadata-part-3-2-d0fc27699632.json @@ -0,0 +1,15 @@ +{ + "expertise": "INTERMEDIATE", + "version": 1, + "source": "medium", + "authorIds": [ + "nishitkamdar" + ], + "author": "Nishit Kamdar", + "title": "Data Catalog | Tagging Operations and Business Metadata", + "link": "https://medium.com/@nishitkamdar/dataplex-data-catalog-tagging-operations-and-business-metadata-part-3-2-d0fc27699632", + "tags": [ + "data-analytics" + ], + "description": "Dataplex — Data Catalog | Tagging Operations and Business Metadata| Part — 3.2" +} diff --git a/config/ml/blogs/blog-accelerating-machine-learning-with-tensorflow-js-using-pretrained-models-and-docker.json b/config/ml/blogs/blog-accelerating-machine-learning-with-tensorflow-js-using-pretrained-models-and-docker.json new file mode 100644 index 00000000..34d09e82 --- /dev/null +++ b/config/ml/blogs/blog-accelerating-machine-learning-with-tensorflow-js-using-pretrained-models-and-docker.json @@ -0,0 +1,15 @@ +{ + "expertise": "INTERMEDIATE", + "version": 1, + "source": "other", + "authorIds": ["harshmanvar"], + "author": "Harsh Manvar", + "title": "Accelerating Machine Learning with TensorFlow.js: Using Pretrained Models and Docker", + "link": "https://www.docker.com/blog/accelerating-machine-learning-with-tensorflow-js-using-pretrained-models-and-docker/", + "tags": [ + "tfjs", + "tf-core", + "pose" + ], + "description": "Accelerating Machine Learning with TensorFlow.js: Using Pretrained Models and Docker" +} diff --git a/config/ml/blogs/blog-developing-using-rasa-and-docker.json b/config/ml/blogs/blog-developing-using-rasa-and-docker.json new file mode 100644 index 00000000..cb39d79d --- /dev/null +++ b/config/ml/blogs/blog-developing-using-rasa-and-docker.json @@ -0,0 +1,13 @@ +{ + "expertise": "INTERMEDIATE", + "version": 1, + "source": "other", + "authorIds": ["harshmanvar"], + "author": "Harsh Manvar", + "title": "Conversational AI Made Easy: Developing an ML FAQ Model Demo from Scratch Using Rasa and Docker", + "link": "https://www.docker.com/blog/developing-using-rasa-and-docker/", + "tags": [ + "other-google-ml-products" + ], + "description": "Conversational AI Made Easy: Developing an ML FAQ Model Demo from Scratch Using Rasa and Docker" +} diff --git a/config/ml/blogs/no-code-machine-learning-simple-ml-for-sheet.json b/config/ml/blogs/no-code-machine-learning-simple-ml-for-sheet.json new file mode 100644 index 00000000..fb54c2f1 --- /dev/null +++ b/config/ml/blogs/no-code-machine-learning-simple-ml-for-sheet.json @@ -0,0 +1,13 @@ +{ + "expertise": "BEGINNER", + "version": 1, + "source": "other", + "authorIds": ["arthurstarks"], + "author": "Arthur Kaza", + "title": "Simple ML is a powerful and free add-on that lets you easily analyze", + "link": "https://arthurkaza.hashnode.dev/no-code-machine-learning-simple-ml-for-sheet", + "tags": [ + "other-google-ml-products" + ], + "description": "Simple ML is a powerful and free add-on that lets you easily analyze your data in Google Sheets and make predictions without needing any experience with machine learning. With just a few clicks, Simple ML can be installed and used for a variety of projects, from predicting missing values." +} diff --git a/config/ml/blogs/taking-advantage-of-tensorboard-part-i.json b/config/ml/blogs/taking-advantage-of-tensorboard-part-i.json new file mode 100644 index 00000000..f7b399ee --- /dev/null +++ b/config/ml/blogs/taking-advantage-of-tensorboard-part-i.json @@ -0,0 +1,14 @@ +{ + "expertise": "BEGINNER", + "version": 1, + "source": "other", + "authorIds": ["arthurstarks"], + "author": "Arthur Kaza", + "title": "TensorBoard is an open-source service launched by Google packaged TF", + "link": "https://arthurkaza.hashnode.dev/taking-advantage-of-tensorboard-part-i?source=more_series_bottom_blogs", + "tags": [ + "tfx", + "pose" + ], + "description": "TensorBoard is a powerful open-source tool developed by Google as part of the TensorFlow project. It allows machine learning engineers and researchers to understand, debug, and optimize machine learning models simply by providing visual insight into the training, visualization and performance" +} diff --git a/config/ml/repos/nortln-Brain_MRI_Classification.json b/config/ml/repos/nortln-Brain_MRI_Classification.json new file mode 100644 index 00000000..d9712920 --- /dev/null +++ b/config/ml/repos/nortln-Brain_MRI_Classification.json @@ -0,0 +1,19 @@ +{ + "expertise": "INTERMEDIATE", + "version": 1, + "source": "github", + "authorIds": [ + "nortln" + ], + "owner": "nortln", + "repo": "Brain_MRI_Classification", + "name": "Brain MRI Classification", + "shortDescription": "A brain mri classification projects. Takes a brain mri scan as input and classifies the tumor disease associated with the scan.", + "longDescription": "A brain mri classification projects. Takes a brain mri scan as input and classifies the tumor disease associated with the scan.", + "content": "README.md", + "pages": [], + "tags": [ + "tf-core", + "pose" + ] +} diff --git a/shared/product.ts b/shared/product.ts index 33d5e7a3..87d7eaec 100644 --- a/shared/product.ts +++ b/shared/product.ts @@ -125,6 +125,14 @@ export const ALL_PRODUCTS: Record = { label: "TPU", value: "tpu", }, + { + label:"Vertex AI", + value:"vertex-ai" + }, + { + label:"MakerSuite", + value:"makersuite" + }, { label: "Other Google ML products", value: "other-google-ml-products",