Skip to content

Commit 94c5132

Browse files
authored
Fix readme inconsistencies (#208)
1 parent cd8bec5 commit 94c5132

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ etc.
6363
| [Gamesense](gamesense) | 🤖 LLMOps | 🧠 LoRA, ⚡ Efficient Training | pytorch, peft, phi-2 |
6464
| [Nightwatch AI](nightwatch-ai) | 🤖 LLMOps | 📝 Summarization, 📊 Reporting | openai, supabase, slack |
6565
| [ResearchRadar](research-radar) | 🤖 LLMOps | 📝 Classification, 📊 Comparison | anthropic, huggingface, transformers |
66-
| [End-to-end Computer Vision](end-to-end-computer-vision) | 👁Vision | 🎯 Object Detection, 🏷️ Labeling | pytorch, label_studio, yolov8 |
67-
| [Magic Photobooth](magic-photobooth) | 👁Vision | 🖼️ Image Gen, 🎬 Video Gen | stable-diffusion, huggingface |
68-
| [OmniReader](omni-reader) | 👁Vision | 📝 OCR, 📊 Evaluation, 🔄 Batch Processing | polars, litellm, openai, ollama |
66+
| [End-to-end Computer Vision](end-to-end-computer-vision) | 👁 Computer Vision | 🔎 Object Detection, 🏷️ Labeling | pytorch, label_studio, yolov8 |
67+
| [Magic Photobooth](magic-photobooth) | 👁 Computer Vision | 📷 Image Gen, 🎞️ Video Gen | stable-diffusion, huggingface |
68+
| [OmniReader](omni-reader) | 👁 Computer Vision | 📑 OCR, 📊 Evaluation, ⚙️ Batch Processing | polars, litellm, openai, ollama |
6969
| [Oncoclear](oncoclear) | 🚀 MLOps | 📦 Deployment, 🔄 CI/CD | docker, kubernetes, scikit-learn |
70-
| [Sign Language Detection](sign-language-detection-yolov5) | 👁Vision | 🎯 Object Detection, ⚡ Real-time | mlflow, bentoml, vertex-ai |
70+
| [Sign Language Detection](sign-language-detection-yolov5) | 👁 Computer Vision | 🔎 Object Detection, ⚡ Real-time | mlflow, bentoml, vertex-ai |
7171
| [Huggingface to Sagemaker](huggingface-sagemaker) | 🚀 MLOps | 🔄 CI/CD, 📦 Deployment | mlflow, sagemaker, kubeflow |
7272
| [Databricks Production QA](databricks-production-qa-demo) | 🚀 MLOps | 📊 Monitoring, 🔍 Quality Assurance | databricks, evidently, shap |
73-
| [Eurorate Predictor](eurorate-predictor) | 📊 Data | ⏱️ Time Series, 🔄 ETL | airflow, bigquery, xgboost |
74-
| [RetailForecast](retail-forecast) | 📊 Data | ⏱️ Time Series, 📈 Forecasting, 🔮 Multi-Model | prophet, zenml, pandas |
75-
| [Bank Subscription Prediction](bank_subscription_prediction) | 📊 Data | 💼 Classification, ⚖️ Imbalanced Data, 🎯 Feature Selection | xgboost, plotly, zenml |
73+
| [Eurorate Predictor](eurorate-predictor) | 📊 Data | ⏱️ Time Series, 🧹 ETL | airflow, bigquery, xgboost |
74+
| [RetailForecast](retail-forecast) | 📊 Data | ⏱️ Time Series, 📈 Forecasting, 🔄 Multi-Model | prophet, zenml, pandas |
75+
| [Bank Subscription Prediction](bank_subscription_prediction) | 📊 Data | 💼 Classification, ⚖️ Imbalanced Data, 🔍 Feature Selection | xgboost, plotly, zenml |
7676

7777
# 💻 System Requirements
7878

huggingface-sagemaker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To run this project, you need to create a [ZenML Stack](https://docs.zenml.io/us
9898
```shell
9999
make install-stack
100100

101-
zenml stack hf-sagekamer-local
101+
zenml stack set hf-sagemaker-local
102102
```
103103

104104
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:

magic-photobooth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Behind the scenes, Magic Photobooth employs Low-Rank Adaptation (LoRA) technolog
4949
git clone https://github.com/zenml-io/zenml-projects.git
5050

5151
# Navigate to Magic Photobooth
52-
cd zenml-projects/flux-dreambooth
52+
cd zenml-projects/magic-photobooth
5353

5454
# Install dependencies
5555
pip install -r requirements.txt

sign-language-detection-yolov5/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ git clone https://github.com/zenml-io/zenml-projects.git
5656
git submodule update --init --recursive
5757
cd zenml-projects/sign-language-detection-yolov5
5858
pip install -r requirements.txt
59-
pip install -r yolov5/requirements.txt
6059
```
6160

6261
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:

0 commit comments

Comments
 (0)