From f8eb51feabd8ba58cdc02b990f504e3808c75392 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Wed, 13 Mar 2024 15:29:37 +0300 Subject: [PATCH 1/3] =?UTF-8?q?docs(dev-platform):=20=F0=9F=93=9D=20ncnn?= =?UTF-8?q?=20and=20mp,tfjs=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bf7ce6f..eb51e4e 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ _Note_: To contribute, send a pull request to this repository. Note that this re - [Transformers.js](https://huggingface.co/docs/transformers.js/en/index): A library to run cutting edge models directly in-browser. - [huggingface.js](https://huggingface.co/docs/huggingface.js/en/index): A library to play with models on Hugging Face Hub through javascript. +- [TensorFlow.js](https://www.tensorflow.org/js): A library for machine learning in JavaScript. +- [Mediapipe](https://developers.google.com/mediapipe/api/solutions/js) A framework that has prebuilt and customizable ML solutions, ready to deploy on Web ### Mobile @@ -69,6 +71,7 @@ _Note_: To contribute, send a pull request to this repository. Note that this re - [ExecuTorch](https://pytorch.org/executorch/): A library for enabling on-device ML in mobile/edge devices for PyTorch models. - [huggingface.dart](https://github.com/shivance/huggingface.dart): A Dart SDK to interact with the models on Hugging Face Hub. - [flutter-tflite](https://github.com/tensorflow/flutter-tflite): TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms. +- [NCNN](https://github.com/Tencent/ncnn): A high-performance neural network inference framework optimized for the mobile platform. ### Edge From 4f1557f84475b7564243388052d306ad7a11f8f9 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Fri, 15 Mar 2024 21:18:53 +0300 Subject: [PATCH 2/3] =?UTF-8?q?doc:=20=F0=9F=93=9A=20tf/torch=20and=20thei?= =?UTF-8?q?r=20hubs=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eb51e4e..929c76d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ _Note_: To contribute, send a pull request to this repository. Note that this re - [Libraries, Platforms and Development Platform-specific Resources](#libraries-platforms-and-development-platform-specific-resources) - [Platforms](#platforms) - [Development Platform](#development-platform) + - [Framework] (#framework) - [Web](#web) - [Mobile](#mobile) - [Edge](#edge) @@ -52,19 +53,26 @@ _Note_: To contribute, send a pull request to this repository. Note that this re ### Platforms - [Hugging Face Hub](https://huggingface.co/): Collaborative platform for machine learning. Discover hundreds of thousands of open-source models able to work off-the-shelf in [/models](https://huggingface.co/models). - +- [Kaggle Models](https://www.kaggle.com/models): Discover and use thousands of machine learning models, including the most popular diffusion models and LLMs. +- [Pytorch Hub](https://pytorch.org/hub/): Discover and publish models to a pre-trained model repository designed for research exploration. + ### Development Platform - [ONNX Runtime](https://onnxruntime.ai/): Platform agnostic model runtime to use ML models. -### Web +#### Framework + +- [TensorFlow](https://www.tensorflow.org): An end-to-end open source platform for machine learning. +- [PyTorch](https://pytorch.org/): An open source machine learning framework that accelerates the path from research prototyping to production deployment. + +#### Web - [Transformers.js](https://huggingface.co/docs/transformers.js/en/index): A library to run cutting edge models directly in-browser. - [huggingface.js](https://huggingface.co/docs/huggingface.js/en/index): A library to play with models on Hugging Face Hub through javascript. - [TensorFlow.js](https://www.tensorflow.org/js): A library for machine learning in JavaScript. - [Mediapipe](https://developers.google.com/mediapipe/api/solutions/js) A framework that has prebuilt and customizable ML solutions, ready to deploy on Web -### Mobile +#### Mobile - [TensorFlow Lite](https://www.tensorflow.org/lite): A library to deploy models on mobile and edge devices. - [Mediapipe](https://developers.google.com/mediapipe): A framework that has prebuilt and customizable ML solutions, ready to deploy on Android, iOS. @@ -73,19 +81,19 @@ _Note_: To contribute, send a pull request to this repository. Note that this re - [flutter-tflite](https://github.com/tensorflow/flutter-tflite): TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms. - [NCNN](https://github.com/Tencent/ncnn): A high-performance neural network inference framework optimized for the mobile platform. -### Edge +#### Edge - [TensorFlow Lite](https://www.tensorflow.org/lite): A library to deploy models on mobile and edge devices. -- [ExecuTorch](https://pytorch.org/executorch/): A library for enabling on-device ML in mobile/edge devices for PyTorch models. +- [ExecuTorch](https://pytorch.org/executorch/): A library for enabling on-device ML in everywhere from AR/VR wearables to mobile/edge devices for PyTorch models. -### Cloud Deployment +#### Cloud Deployment -### Serving +#### Serving - [Text Generation Inference](https://huggingface.co/docs/text-generation-inference/index): Toolkit to serve large language models. - [Text Embedding Inference](https://huggingface.co/docs/text-embeddings-inference/index): Toolkit to serve text embeddings. -### Game Development +#### Game Development ## Modalities and Tasks From 3694a69a54a78c906c3b9c6626b5c7c4b41c40e6 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Mar 2024 12:57:07 +0300 Subject: [PATCH 3/3] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1c8331..a281e44 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ _Note_: To contribute, send a pull request to this repository. Note that this re - [Libraries, Platforms and Development Platform-specific Resources](#libraries-platforms-and-development-platform-specific-resources) - [Platforms](#platforms) - [Development Platform](#development-platform) - - [Framework] (#framework) + - [Framework](#framework) - [Web](#web) - [Mobile](#mobile) - [Edge](#edge) @@ -165,4 +165,4 @@ _Note_: The foundation model can be found under their associated task. ## Other -- [Raycast](https://github.com/raycast/extensions) Automate commands on macOS apps with a local ollama LLM, with Raycast extensions. \ No newline at end of file +- [Raycast](https://github.com/raycast/extensions) Automate commands on macOS apps with a local ollama LLM, with Raycast extensions.