jd7h, to LLMs
@jd7h@fosstodon.org avatar

TIL https://www.jailbreakchat.com/ is a website that collects prompt injection attacks for LLMs, i.e. getting the language model to do stuff that is not allowed by inserting malicious prompts.

#llms #jailbreakchat #llmsecurity #security #infosec #mlops #promptinjection

terrytangyuan, to Kubernetes

Hi everyone, Argo Workflows v3.5.0-rc2 is available!

Please try it out and let us know if you see any issues. Check out the release blog for more details!

#kubernetes #MLOps #DevOps #CloudNative

https://blog.argoproj.io/whats-new-in-argo-workflows-v3-5-f260e8603ca6

ramikrispin, to Bash
@ramikrispin@mstdn.social avatar

A Bash Scripting Course ๐Ÿš€

Bash is a useful language for automating processes on the command line and has a lot of applications from IT to MLOps. The Bash Scripting on Linux course by Jay LaCroix is an intro course for Bash. The course focuses on the foundation of Bash scripting, and it covers the following topics:
โœ… Working with variables
โœ… If-Else statements
โœ… Loops
โœ… Functions
โœ… Arguments
โœ… Scheduling

Course ๐Ÿ“ฝ๏ธ: https://www.youtube.com/playlist?list=PLT98CRl2KxKGj-VKtApD8-zCqSaN2mD4w

#bash #docker #MLOps #DataScience

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

In the past few months, I created a bunch of Docker ๐Ÿณ tutorials covering random topics, from a fun setting for a Python ๐Ÿ environment on the CLI to advanced topics such as multi-stage builds ๐Ÿ—๏ธ. I organized all the tutorials under one folder, and I plan to keep updating this folder with future-related ones ๐Ÿ˜Ž.

Currently on my Docker tutorial TODO list:
โžก๏ธ Docker ENTRYPOINT vs CMD
โžก๏ธ Docker multi-architecture build

๐Ÿ”— https://medium.com/@rami.krispin/list/docker-21408ce79e6a

Enjoy!

jameshwade, to random

๐Ÿง‘โ€๐Ÿ’ป New video! Walk through the "whole game" of #MLOps with #rstats:

๐Ÿ‘€ Data prep with #tidyverse
๐Ÿง  Model training & eval with #tidymodels
โœ… Deployment with #vetiver in #Docker ๐Ÿณ on @huggingface ๐Ÿค—
๐Ÿ“Œ Monitoring with #pins

๐ŸŽฅ: https://youtu.be/J32pRt1nuoY

KathyReid, to Nvidia
@KathyReid@aus.social avatar

My thinking here is that @huggingface is an acquisition target for #NVIDIA because they don't have an #MLOps platform offering - I also wonder where #GitLab sits in all this too ...

https://techcrunch.com/2023/08/08/nvidia-teams-up-with-hugging-face-to-offer-cloud-based-ai-training/

underdarkGIS, to random
@underdarkGIS@fosstodon.org avatar

The live stream recording of my #MovementData engineering workshop with #DVC and #MovingPandas is up now at ๐ŸŽฌ https://www.youtube.com/live/roPF1oth2Pk?si=qKcWpJU96VWc9vZZ ๐ŸŽฌ

Thanks to @opengeohub!

There will also be an edited version on TIB.eu in the future, if you prefer an add free platform. Stay tuned

#OGH2023 #MLOps #GISChat #MobilityDataScience

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

Are you planning to learn a new data science or engineering skill as your New Yearโ€™s resolution ? Here is a collection of random open and free courses and resources I came across during the past year covering various topics, including deep learning, NLP, Python, statistics, and more.

https://medium.com/@rami.krispin/a-list-of-data-science-free-courses-ecef02f91113

blasbenito, to machinelearning

#introduction

Hi folks!

I'm Blas, a PhD in Computational Ecology and MA in GIS who recently rebranded as a data science and engineering team leader in #agritech.

I develop #rstats packages and #machinelearning workflows focused on geographic data and spatial modelling for a living.

My list of interests includes #soilscience #analytics #coding #bigdata #spatialcomputing #dataviz #MLops #leadership #climatechange, and in my free time, #climbing #fitness #piano #music #biking #scifi

ramikrispin, to random
@ramikrispin@mstdn.social avatar

Great article by Chip Huyen about building LLM applications for productions ๐Ÿ“ ๐Ÿ‘‡

https://huyenchip.com/2023/04/11/llm-engineering.html

ramikrispin, to machinelearning
@ramikrispin@mstdn.social avatar

(1/2) MLflow for Machine Learning Development ๐Ÿš€

The MLflow for Machine Learning Development course by Manuel Gil provides a great introduction to the MLflow Python library ๐Ÿ. The course focuses on the MLflow core functionality and workflow and covers the following topics:
โœ… Setting MLflow
โœ… Creating and working with experiences
โœ… Logging metadata (parameters, score, etc.)
โœ… Model registry
โœ… Model tuning
โœ… MLflow project demo

#mlops #MachineLearning #python #DataScience

ramikrispin,
@ramikrispin@mstdn.social avatar
ramikrispin, to rust
@ramikrispin@mstdn.social avatar

(1/2) I recently posted a few posts about Rust ๐Ÿฆ€ and my intention to leverage it for data science applications. Multiple people asked if Rust is a substitute for R or Python, and the short answer (in my opinion) is no. I see Rust as a complementary or supporting language that could make languages like R and Python faster.

Polaris ๐Ÿปโ€โ„๏ธ is one example of a Python ๐Ÿ application that uses Rust on the backend. ๐Ÿงต๐Ÿ‘‡๐Ÿผ

ramikrispin, to python
@ramikrispin@mstdn.social avatar

This weekend working on a fun project combining AirFlow, MLflow, and Darts ๐Ÿ˜Ž

ramikrispin, to vscode
@ramikrispin@mstdn.social avatar

Getting started with the Dev Containers extension ๐Ÿš€๐Ÿ‘‡๐Ÿผ

The Dev Containers extension is the main reason I moved to VScode, as it provides a native and seamless integration of Docker ๐Ÿณ. I started to work on a sequence of tutorials focusing on the VScode Dev Containers extension. The first tutorial on the sequence focuses on getting started with the Dev Containers extension;

๐Ÿ”—: https://medium.com/towards-data-science/getting-started-with-the-dev-containers-extension-a5ea49abfc34

#vscode #docker #DataScience #mlops

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Thanks to @medium Staff for selecting my recent article - Introduction to Multi-Stage Image Build for Python ๐Ÿ, for a boost โค๏ธ!

This tutorial provides a step-by-step guide for converting a regular Python Dockerfile into a multi-stage build ๐Ÿš€.

๐Ÿ”—: https://medium.com/towards-data-science/introduction-to-multi-stage-image-build-for-python-41b94ebe8bb3

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

Production Monitoring & Automations of LLM with LangSmith ๐Ÿฆœ๐Ÿ‘‡๐Ÿผ

LangChain released a crash course for LangSmith, their DevOps platform for deploying LLM applications into production. The course covers topics such as:
โœ… LLM applications monitoring
โœ… Setting automation
โœ… Performance monitoring

๐Ÿ“ฝ๏ธ: https://www.youtube.com/playlist?list=PLfaIDFEXuae0bYV1_60f0aiM0qI7e1zSf

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

RAG from Scratch with LangChain ๐Ÿฆœ๐Ÿ‘‡๐Ÿผ

FreeCodeCamp released today a new course on building RAG from scratch with LangChain. The course, which is by Lance Martin from LangChain, focuses on the foundations of Retrieval Augmented Generation (RAG).

Course ๐Ÿ“ฝ๏ธ: https://www.youtube.com/watch?v=sVcwVQRHIc8
Code ๐Ÿ”—: https://github.com/langchain-ai/rag-from-scratch

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

RAG From Scratch - Langchain Tutorial ๐Ÿฆœ๐Ÿ‘‡๐Ÿผ

The RAG From Scratch is a crash course by Lance Martin from LangChain focusing on the foundations of Retrieval Augmented Generation (RAG). This tutorial covers the process of index, retrieval, and generation of a query from scratch ๐Ÿš€.

Video ๐Ÿ“ฝ๏ธ: https://www.youtube.com/playlist?list=PLfaIDFEXuae2LXbO1_PKyVJiQ23ZztA0x
Code ๐Ÿ”—: https://github.com/langchain-ai/rag-from-scratch

Image credit: Tutorial slides

#llm #rag #DataScience #langchain #mahcinelearning #mlops

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Setting A Dockerized ๐Ÿณ Python ๐Ÿ Environment โ€” The Elegant Way

A few weeks ago, I created a short tutorial about setting up a dockerized ๐Ÿณ Python ๐Ÿ environment via the CLI, or the hard way. The second tutorial on this topic provides a more elegant and robust approach for setting up a Python dockerized development environment with VScode and the Dev Containers extension ๐Ÿš€.

video/mp4

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) I created the second tutorial on the series of running RStudio inside a container ๐Ÿš€. This tutorial focuses on formalizing the run command from the first tutorial with Docker Compose using the Rocker RStudio image ๐Ÿณ ๐Ÿ‘‡๐Ÿผ

Setting and running RStudio inside a containerized environment is easier than it seems, thanks to the Rocker project.

video/mp4

ramikrispin, to llm
@ramikrispin@mstdn.social avatar

I am excited to present at the OSDC East conference next week about using LLM to create language to SQL code generator.

https://odsc.com/speakers/data-automation-with-llm/

#llm #datascience #MLops

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/3) I created a step-by-step tutorial for launching and customizing the RStudio server in a container using the Rocker RStudio image ๐Ÿณ and the run command ๐Ÿš€ ๐Ÿ‘‡๐Ÿผ

Setting and running RStudio inside a containerized environment is easier than it seems, thanks to the Rocker project. This tutorial mainly focuses on the docker run command.

#rstats #docker #DataScience

ramikrispin,
@ramikrispin@mstdn.social avatar

(3/3) This is the first tutorial out of a sequence. The next ones are going to cover:
โžก๏ธ Formalizing the run command with Docker Compose
โžก๏ธ Customizing the Rocker image with additional requirements
โžก๏ธ Create a template
โžก๏ธ Mount databases (e.g., Postgres, etc.)

https://medium.com/towards-data-science/running-rstudio-inside-a-container-e9db5e809ff8

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) ๐ˆ๐ง๐ญ๐ซ๐จ๐๐ฎ๐œ๐ญ๐ข๐จ๐ง ๐ญ๐จ ๐Œ๐ฎ๐ฅ๐ญ๐ข-๐’๐ญ๐š๐ ๐ž ๐ˆ๐ฆ๐š๐ ๐ž ๐๐ฎ๐ข๐ฅ๐ ๐Ÿณ ๐Ÿ๐จ๐ซ ๐๐ฒ๐ญ๐ก๐จ๐ง ๐Ÿ

The size of the Docker image could quickly increase during the build time. I became more mindful of the image size when I started to deploy on Github Actions. The bigger the image size, the longer the run time and the higher the runtime cost.

This is when you should consider using a multi-stage build ๐Ÿš€.

๐Ÿงต๐Ÿ‘‡๐Ÿผ

#docker #mlops #python #DataScience #medium

ramikrispin,
@ramikrispin@mstdn.social avatar

(4/4) I created the following tutorial for setting up a dockerized Python environment using a multi-stage approach ๐Ÿ‘‡๐Ÿผ

https://medium.com/towards-data-science/introduction-to-multi-stage-image-build-for-python-41b94ebe8bb3

Happy Build! ๐Ÿณ๐Ÿ—๏ธ

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • provamag3
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • anitta
  • tester
  • megavids
  • Leos
  • lostlight
  • All magazines