Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate old projects and fix README #166

Merged
merged 6 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32 changes: 13 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,19 @@ etc.

A list of updated and maintained projects by the ZenML team and the community:

| Project | Tags | Integrations |
|------------------------------------------------------------------------|---------------------------------------|--------------------------------------------------------------------------|
| [NBA Three-Pointer Predictor](nba-pipeline) | Time-series | `mlflow` `kubeflow` `evidently` `sklearn` `aws` |
| [Time Series Forecasting](time-series-forecast) | Time-series | `gcp` |
| [Customer Satisfaction](customer-satisfaction) | Tabular | `mlflow` `kubeflow` |
| [Customer Churn](customer-churn) | Tabular | `kubeflow` `seldon` |
| [Label Studio Annotation](label_studio_annotation) | Data Annotation | `label-studio` |
| [YOLOv5 Object Detection](sign-language-detection-yolov5) | Computer-vision | `mlflow` `gcp` |
| [LLMs To Analyze Databases](supabase-openai-summary) | NLP, LLMs | `gcp` `slack` |
| [GitFlow ZenML Project](https://github.com/zenml-io/zenml-gitflow) | MLOps with ZenML and GitHub Workflows | `mlflow` `deepchecks` `kserve` `kubeflow` `sklearn` `vertex` `aws` `gcp` |
| [ZenNews](zen-news-summarization) | NLP | `gcp` `vertex` `discord` |
| [LLM RAG Pipeline with Langchain and OpenAI](llm-agents/) | NLP, LLMs | `slack` `langchain` `llama_index` |
| [Orbit User Analysis](orbit-user-analysis) | Data Analysis, Tabular | - |
| [Huggingface to Sagemaker](huggingface-sagemaker) | NLP | `pytorch` `mlflow` `huggingface` `aws` `s3` `kubeflow` `slack` `github` |
| [Complete Guide to LLMs (from RAG to finetuning)](llm-complete-guide) | NLP, LLMs, embeddings, finetuning | `openai` `supabase` `huggingface` `argilla` |
| [LLM LoRA Finetuning (Phi3 and Llama 3.1)](llm-lora-finetuning) | NLP, LLMs | `gcp` |
| [ECP Price Prediction with GCP Cloud Composer](airflow-cloud-composer-etl-feature-train/README.md) | Regression, Airflow | `cloud-composer` `airflow` |
| [Simple LLM finetuning with Lightning Studio](simple-llm-finetuning/README.md) | Lightning AI Studio, LLMs | `cloud-composer` `airflow` |
| [Flux Dreambooth](flux-dreambooth/README.md) | Flux, Dreambooth, LLMs | `modal` `kubernetes` |
| Project | Tags | Tools |
|---------|------|-------|
| [LLM Agents](llm-agents) | `NLP` `LLM Agents` `Conversational AI` `RAG` `Vector Stores` `Production MLOps` | `langchain` `llama_index` `faiss` `openai` |
| [LLM Finetuning](llm-finetuning) | `NLP` `LLM` `Model Fine-tuning` `Transfer Learning` `Parameter Optimization` | `huggingface` `pytorch` `wandb` |
| [Complete Guide to LLMs](llm-complete-guide) | `NLP` `LLM` `RAG` `Fine-tuning` `Model Evaluation` `Embeddings` `Synthetic Data` | `openai` `supabase` `huggingface` `argilla` `gradio` `anthropic` `litellm` |
| [LLM LoRA Finetuning](llm-lora-finetuning) | `NLP` `Parameter-Efficient Fine-tuning` `LoRA` `LLM` `Distributed Training` | `huggingface` `pytorch` `accelerate` `peft` `phi-2` |
| [End-to-end Computer Vision](end-to-end-computer-vision) | `Computer Vision` `Object Detection` `Data Labeling` `Human-in-the-Loop` | `pytorch` `label_studio` `fiftyone` `vertex-ai` `gcp` `yolov8` |
| [Flux Dreambooth](flux-dreambooth) | `Image Generation` `Fine-tuning` `Stable Diffusion` `LoRA` `Video Generation` | `modal` `kubernetes` `huggingface` `flux` `stable-video-diffusion` |
| [Huggingface to Sagemaker](huggingface-sagemaker) | `Model Deployment` `NLP` `Sentiment Analysis` `Model Training` `CI/CD` | `pytorch` `mlflow` `huggingface` `aws` `sagemaker` `s3` `kubeflow` `slack` `github` |
| [Databricks Production QA Demo](databricks-production-qa-demo) | `Quality Assurance` `CI/CD` `Model Monitoring` `Model Explainability` `Data Drift` | `databricks` `mlflow` `evidently` `shap` `slack` |
| [ECB Interest Rate Prediction with GCP Cloud Composer](airflow-cloud-composer-etl-feature-train) | `ETL` `Time Series` `Feature Engineering` `Regression` `Workflow Orchestration` | `cloud-composer` `airflow` `vertex-ai` `bigquery` `xgboost` `gcp` |
| [Supabase OpenAI Summary](supabase-openai-summary) | `NLP` `Text Summarization` `Database Integration` `LLM` `Automated Reporting` | `openai` `supabase` `slack` `github-actions` `gcp` |
| [Sign Language Detection with YOLOv5](sign-language-detection-yolov5) | `Computer Vision` `Object Detection` `Real-time Processing` `Model Deployment` | `mlflow` `gcp` `bentoml` `vertex-ai` `docker` |

# 💻 System Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def train_xgboost_model(
dataset: Union[BigQueryDataset, CSVDataset],
) -> Tuple[
Annotated[
xgb.Booster, ArtifactConfig(name="xgb_model", artifact_type=ArtifactType.MODEL)
xgb.Booster,
ArtifactConfig(name="xgb_model", artifact_type=ArtifactType.MODEL),
],
Annotated[Dict[str, float], "metrics"],
]:
Expand Down
2 changes: 0 additions & 2 deletions classifier-e2e/.dockerignore

This file was deleted.

86 changes: 0 additions & 86 deletions classifier-e2e/README.md

This file was deleted.

Binary file removed classifier-e2e/_assets/cloud_mcp.png
Binary file not shown.
Binary file removed classifier-e2e/_assets/cloud_mcp_predictions.png
Binary file not shown.
Binary file removed classifier-e2e/_assets/cloud_mcp_screenshot.png
Binary file not shown.
Binary file removed classifier-e2e/_assets/deployment_pipeline.png
Binary file not shown.
Binary file not shown.
Binary file removed classifier-e2e/_assets/inference_pipeline.png
Binary file not shown.
Binary file removed classifier-e2e/_assets/pipeline_overview.png
Binary file not shown.
Binary file removed classifier-e2e/_assets/sagemaker_stack.png
Binary file not shown.
Binary file removed classifier-e2e/_assets/training_pipeline.png
Binary file not shown.
10 changes: 0 additions & 10 deletions classifier-e2e/configs/feature_engineering.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions classifier-e2e/configs/inference.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions classifier-e2e/configs/training_sgd.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions classifier-e2e/configs/training_sgd_sagemaker.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions classifier-e2e/configs/training_xgboost.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions classifier-e2e/configs/training_xgboost_sagemaker.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions classifier-e2e/pipelines/__init__.py

This file was deleted.

31 changes: 0 additions & 31 deletions classifier-e2e/pipelines/deploy.py

This file was deleted.

Loading
Loading