Jupyter Notebook Mlops

Open-source Jupyter Notebook projects categorized as Mlops

Top 23 Jupyter Notebook Mlops Projects

  • Made-With-ML

    Learn how to design, develop, deploy and iterate on production-grade ML applications.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • mlops-zoomcamp

    Free MLOps course from DataTalks.Club

    Project mention: Wk 4: Deployment - MLOPs with DataTalks | dev.to | 2024-07-07

    However, let's focus on how to get the assignment done with.

  • amazon-sagemaker-examples

    Example ๐Ÿ““ Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using ๐Ÿง  Amazon SageMaker.

  • evidently

    Evidently is โ€‹โ€‹an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.

    Project mention: Evidently: An open-source ML and LLM observability framework | news.ycombinator.com | 2024-08-20
  • superduper

    Superduper: Integrate AI models and machine learning workflows with your database to implement custom AI applications, without moving your data. Including streaming inference, scalable model hosting, training and vector search.

    Project mention: Build fully portable AI applications on top of Snowflake with SuperDuperDB | dev.to | 2024-06-26

    Customize how AI and databases work together. Scale your AI projects to handle more data and users. Move AI projects between different environments easily. Extend the system with new AI features and database functionality. Check it out: Blog: https://blog.superduperdb.com/version-02 Github: https://github.com/SuperDuperDB/superduperdb (leave us a star โญ๏ธ๐Ÿฅณ)

  • phoenix

    AI Observability & Evaluation (by Arize-ai)

    Project mention: Should I Use a Framework to Build an Agent? Code vs. LangGraph vs. Workflows | news.ycombinator.com | 2024-10-02

    LangGraph and LlamaIndex Workflows are generating a lot of buzz right now, and we wanted to see how they measure up in practice versus just writing the code. To do that, we took a straightforward agent architectureโ€”one we've built and deployed in code without a frameworkโ€”and implemented it using LangGraph and Workflows. Our main goal was to explore how these frameworks translate a simple agent design into their abstractions and assess the impact on the development and debugging process.

    We want to share our findings with the community, providing practical examples and honest observations about these frameworks where they introduce friction and where they shine. Thereโ€™s a lot of hype out there, and we hope to offer some clarity with real code examples and unbiased perspectives.

    For context, weโ€™ve been running our own Co-pilot agent/assistant in production for about eight months. Weโ€™ve also helped clients troubleshoot their assistants at scale, so weโ€™ve seen a wide range of use cases and challenges.

    The architecture we tested is a single-tier LLM routerโ€”a pattern we often see in various client implementations. It involves a single LLM router that uses function calling to route tasks or skills, which might include another LLM call before returning control to the router. Itโ€™s a simple but versatile pattern.

    Hereโ€™s a Towards Data Science write up we did on the project: https://towardsdatascience.com/choosing-between-llm-agent-frameworks-69019493b259

    Full code: https://github.com/Arize-ai/phoenix/tree/main/examples/agent_framework_comparison

    Hot take #1: For experienced developers, framework abstractions can add unnecessary complexity.

  • hands-on-llms

    ๐Ÿฆ– ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป about ๐—Ÿ๐—Ÿ๐— ๐˜€, ๐—Ÿ๐—Ÿ๐— ๐—ข๐—ฝ๐˜€, and ๐˜ƒ๐—ฒ๐—ฐ๐˜๐—ผ๐—ฟ ๐——๐—•๐˜€ for free by designing, training, and deploying a real-time financial advisor LLM system ~ ๐˜ด๐˜ฐ๐˜ถ๐˜ณ๐˜ค๐˜ฆ ๐˜ค๐˜ฐ๐˜ฅ๐˜ฆ + ๐˜ท๐˜ช๐˜ฅ๐˜ฆ๐˜ฐ & ๐˜ณ๐˜ฆ๐˜ข๐˜ฅ๐˜ช๐˜ฏ๐˜จ ๐˜ฎ๐˜ข๐˜ต๐˜ฆ๐˜ณ๐˜ช๐˜ข๐˜ญ๐˜ด

  • mlops-course

    Learn how to design, develop, deploy and iterate on production-grade ML applications.

    Project mention: Ask HN: Daily practices for building AI/ML skills? | news.ycombinator.com | 2023-12-14

    coming from a similar context, i believe going top down might be the way to go.

    up to your motivation, doing basic level courses first (as shared by others) and then tackling your own application of the concepts might be the way to go.

    i also observe the need for strong IT skills for implementing end-to-end ml systems. so, you can play to your strenghts and also consider working on MLOps. (online self-paced course - https://github.com/GokuMohandas/mlops-course)

    i went back to school to get structured learning. whether you find it directly useful or not, i found it more effective than just motivating myself to self-learn dry theory. down the line, if you want to go all-in, this might be a good option for you too.

  • whylogs

    An open-source data logging library for machine learning models and data pipelines. ๐Ÿ“š Provides visibility into data quality & model performance over time. ๐Ÿ›ก๏ธ Supports privacy-preserving data collection, ensuring safety & robustness. ๐Ÿ“ˆ

  • featureform

    The Virtual Feature Store. Turn your existing data infrastructure into a feature store.

    Project mention: 10 Open Source MLOps Projects You Didnโ€™t Know About | dev.to | 2024-08-01

    Featureform The success of a machine learning model relies on the quality of data and, hence, the features fed to the model. However, in large organizations, members of one team may not be aware of good features developed by other teams in the organization. A feature store helps eliminate this problem by providing a central repository of features that are accessible to all the teams and individuals within an organization.

  • MLOps

    MLOps examples

  • hamilton

    Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.

    Project mention: Greppability is an underrated code metric | news.ycombinator.com | 2024-09-02

    Yep. When I was designing https://github.com/dagworks-inc/hamilton part of the idea was to make it easy to understand what and where. That is, enable one to grep for function definitions and their downstream use easily, and where people can't screw this up. You'd be surprised how easy it is to make a code base where grep doesn't help you all that much (at least in the python data transform world) ...

  • vertex-ai-samples

    Notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage machine learning and generative AI workflows using Google Cloud Vertex AI.

    Project mention: Gemini Twitter Bot With Encore.ts | dev.to | 2024-09-26

    Google Gemini API Key: Create an account at Google Cloud Console to get your Gemini API key for tweet generation.

  • efficient-dl-systems

    Efficient Deep Learning Systems course materials (HSE, YSDA)

    Project mention: Efficient Deep Learning Systems Course (Yandex/HSE) | news.ycombinator.com | 2024-01-19
  • mlops-python-package

    Kickstart your MLOps initiative with a flexible, robust, and productive Python package.

  • serverless-ml-course

    Serverless Machine Learning Course for building AI-enabled Prediction Services from models and features

  • fsdl-text-recognizer-2022-labs

    Complete deep learning project developed in Full Stack Deep Learning, 2022 edition. Generated automatically from https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022

  • mlops-with-vertex-ai

    An end-to-end example of MLOps on Google Cloud using TensorFlow, TFX, and Vertex AI

  • MLSys-NYU-2022

    Slides, scripts and materials for the Machine Learning in Finance Course at NYU Tandon, 2022

  • fake-news

    Building a fake news detector from initial ideation to model deployment

  • serving-pytorch-models

    Serving PyTorch models with TorchServe :fire:

  • examples

    ๐Ÿ“ Examples of how to use Neptune for different use cases and with various MLOps tools (by neptune-ai)

  • whylogs-examples

    A collection of WhyLogs examples in various languages

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook Mlops discussion

Log in or Post with

Jupyter Notebook Mlops related posts

  • Should I Use a Framework to Build an Agent? Code vs. LangGraph vs. Workflows

    1 project | news.ycombinator.com | 2 Oct 2024
  • Wk 4: Deployment - MLOPs with DataTalks

    2 projects | dev.to | 7 Jul 2024
  • Wk 2 Experiment Tracking: MLOPs with DataTalks

    1 project | dev.to | 17 Jun 2024
  • Wk 1: MLOPs with DataTalks

    2 projects | dev.to | 17 Jun 2024
  • Created a plastic object detection model using AWS technologies ๐ŸŒ๐Ÿค–

    1 project | /r/learnmachinelearning | 26 Nov 2023
  • Created a plastic object detection model using AWS technologies ๐ŸŒ๐Ÿค–

    1 project | /r/projects | 25 Nov 2023
  • Created a plastic object detection model using AWS technologies ๐ŸŒ๐Ÿค–

    1 project | /r/computervision | 25 Nov 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source Mlops projects in Jupyter Notebook? This list will help you:

Project Stars
1 Made-With-ML 37,139
2 mlops-zoomcamp 11,012
3 amazon-sagemaker-examples 10,018
4 evidently 5,196
5 superduper 4,665
6 phoenix 3,528
7 hands-on-llms 2,996
8 mlops-course 2,838
9 whylogs 2,635
10 featureform 1,801
11 MLOps 1,775
12 hamilton 1,752
13 vertex-ai-samples 1,651
14 efficient-dl-systems 648
15 mlops-python-package 634
16 serverless-ml-course 529
17 fsdl-text-recognizer-2022-labs 446
18 mlops-with-vertex-ai 348
19 MLSys-NYU-2022 334
20 fake-news 133
21 serving-pytorch-models 101
22 examples 76
23 whylogs-examples 48

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Jupyter Notebook is
the 13th most popular programming language
based on number of metions?