diff --git a/README.md b/README.md index f7bac7a4..0665a958 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,16 @@ etc. | [Gamesense](gamesense) | ๐Ÿค– LLMOps | ๐Ÿง  LoRA, โšก Efficient Training | pytorch, peft, phi-2 | | [Nightwatch AI](nightwatch-ai) | ๐Ÿค– LLMOps | ๐Ÿ“ Summarization, ๐Ÿ“Š Reporting | openai, supabase, slack | | [ResearchRadar](research-radar) | ๐Ÿค– LLMOps | ๐Ÿ“ Classification, ๐Ÿ“Š Comparison | anthropic, huggingface, transformers | -| [End-to-end Computer Vision](end-to-end-computer-vision) | ๐Ÿ‘๏ธ Vision | ๐ŸŽฏ Object Detection, ๐Ÿท๏ธ Labeling | pytorch, label_studio, yolov8 | -| [Magic Photobooth](magic-photobooth) | ๐Ÿ‘๏ธ Vision | ๐Ÿ–ผ๏ธ Image Gen, ๐ŸŽฌ Video Gen | stable-diffusion, huggingface | -| [OmniReader](omni-reader) | ๐Ÿ‘๏ธ Vision | ๐Ÿ“ OCR, ๐Ÿ“Š Evaluation, ๐Ÿ”„ Batch Processing | polars, litellm, openai, ollama | +| [End-to-end Computer Vision](end-to-end-computer-vision) | ๐Ÿ‘ Computer Vision | ๐Ÿ”Ž Object Detection, ๐Ÿท๏ธ Labeling | pytorch, label_studio, yolov8 | +| [Magic Photobooth](magic-photobooth) | ๐Ÿ‘ Computer Vision | ๐Ÿ“ท Image Gen, ๐ŸŽž๏ธ Video Gen | stable-diffusion, huggingface | +| [OmniReader](omni-reader) | ๐Ÿ‘ Computer Vision | ๐Ÿ“‘ OCR, ๐Ÿ“Š Evaluation, โš™๏ธ Batch Processing | polars, litellm, openai, ollama | | [Oncoclear](oncoclear) | ๐Ÿš€ MLOps | ๐Ÿ“ฆ Deployment, ๐Ÿ”„ CI/CD | docker, kubernetes, scikit-learn | -| [Sign Language Detection](sign-language-detection-yolov5) | ๐Ÿ‘๏ธ Vision | ๐ŸŽฏ Object Detection, โšก Real-time | mlflow, bentoml, vertex-ai | +| [Sign Language Detection](sign-language-detection-yolov5) | ๐Ÿ‘ Computer Vision | ๐Ÿ”Ž Object Detection, โšก Real-time | mlflow, bentoml, vertex-ai | | [Huggingface to Sagemaker](huggingface-sagemaker) | ๐Ÿš€ MLOps | ๐Ÿ”„ CI/CD, ๐Ÿ“ฆ Deployment | mlflow, sagemaker, kubeflow | | [Databricks Production QA](databricks-production-qa-demo) | ๐Ÿš€ MLOps | ๐Ÿ“Š Monitoring, ๐Ÿ” Quality Assurance | databricks, evidently, shap | -| [Eurorate Predictor](eurorate-predictor) | ๐Ÿ“Š Data | โฑ๏ธ Time Series, ๐Ÿ”„ ETL | airflow, bigquery, xgboost | -| [RetailForecast](retail-forecast) | ๐Ÿ“Š Data | โฑ๏ธ Time Series, ๐Ÿ“ˆ Forecasting, ๐Ÿ”ฎ Multi-Model | prophet, zenml, pandas | -| [Bank Subscription Prediction](bank_subscription_prediction) | ๐Ÿ“Š Data | ๐Ÿ’ผ Classification, โš–๏ธ Imbalanced Data, ๐ŸŽฏ Feature Selection | xgboost, plotly, zenml | +| [Eurorate Predictor](eurorate-predictor) | ๐Ÿ“Š Data | โฑ๏ธ Time Series, ๐Ÿงน ETL | airflow, bigquery, xgboost | +| [RetailForecast](retail-forecast) | ๐Ÿ“Š Data | โฑ๏ธ Time Series, ๐Ÿ“ˆ Forecasting, ๐Ÿ”„ Multi-Model | prophet, zenml, pandas | +| [Bank Subscription Prediction](bank_subscription_prediction) | ๐Ÿ“Š Data | ๐Ÿ’ผ Classification, โš–๏ธ Imbalanced Data, ๐Ÿ” Feature Selection | xgboost, plotly, zenml | # ๐Ÿ’ป System Requirements diff --git a/huggingface-sagemaker/README.md b/huggingface-sagemaker/README.md index cc9d600e..065275d1 100644 --- a/huggingface-sagemaker/README.md +++ b/huggingface-sagemaker/README.md @@ -98,7 +98,7 @@ To run this project, you need to create a [ZenML Stack](https://docs.zenml.io/us ```shell make install-stack -zenml stack hf-sagekamer-local +zenml stack set hf-sagemaker-local ``` Additionally, if you're using the local Docker orchestrator, you'll need to create a cache directory for the datasets and ensure it has the correct permissions: diff --git a/magic-photobooth/README.md b/magic-photobooth/README.md index f30402d7..4fdd7d61 100644 --- a/magic-photobooth/README.md +++ b/magic-photobooth/README.md @@ -49,7 +49,7 @@ Behind the scenes, Magic Photobooth employs Low-Rank Adaptation (LoRA) technolog git clone https://github.com/zenml-io/zenml-projects.git # Navigate to Magic Photobooth - cd zenml-projects/flux-dreambooth + cd zenml-projects/magic-photobooth # Install dependencies pip install -r requirements.txt diff --git a/sign-language-detection-yolov5/README.md b/sign-language-detection-yolov5/README.md index 57cca500..8ae1a0cd 100644 --- a/sign-language-detection-yolov5/README.md +++ b/sign-language-detection-yolov5/README.md @@ -56,7 +56,6 @@ git clone https://github.com/zenml-io/zenml-projects.git git submodule update --init --recursive cd zenml-projects/sign-language-detection-yolov5 pip install -r requirements.txt -pip install -r yolov5/requirements.txt ``` Starting with ZenML 0.20.0, ZenML comes bundled with a React-based dashboard. This dashboard allows you to observe your stacks, stack components and pipeline DAGs in a dashboard interface. To access this, you need to [launch the ZenML Server and Dashboard locally](https://docs.zenml.io/user-guides/starter-guide#explore-the-dashboard), but first you must install the optional dependencies for the ZenML server: