Saurabh Jain
Saurabh Jain
  • 12
  • 10 809
Unlock the Power of GPT-4o for Eye-Catching YouTube Thumbnails
Want to take your UA-cam thumbnails to the next level? In this video, I will show you how to use the powerful GPT-4o model to create eye-catching, professional-looking thumbnails that will boost your click-through rate and attract more viewers.
Created by keeping beginner and small time UA-cam creators in mind, I will demonstrate how to utilize GPT-4o’s advanced features to enhance your creativity. Watch this tutorial to make your videos stand out on UA-cam and start creating stunning thumbnails that draw viewers in from the first glance.
If this video has provided value or assistance to you in any way, I would greatly appreciate your support. Your gesture of buying me a coffee would mean a lot and help fuel further content creation. Thank you for considering it! www.buymeacoffee.com/saurabhjain
Переглядів: 218

Відео

Code Like a Pro: Setting Up Model Llama-3-70B as Your VS Code Copilot
Переглядів 1,4 тис.4 місяці тому
In this video, I will walk you step-by-step through the process of integrating the Model Llama-3-70B into your VS Code environment. The video starts with an introduction to the Groq platform. We dive deep into the Groq offering and its playground. Then I show how to configure the API in the VS Code Continue extension. With its advanced AI capabilities, the Meta's Llama-3-70B acts as your truste...
Using ollama and phi3 in VS code as an github copilot alternative
Переглядів 7 тис.4 місяці тому
In this video we will be using Microsoft's newly released phi-3 model and ollama to have a coding assistant similar to github copilot. The viewers can also use llama-3 and other OSS models. We make use of an extension called continue. ollama: ollama.com/ phi-3: azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/ continue: github.com/continuedev/continue
MLOps Zoomcamp 2023: Week 2 Experiment Tracking using MLFlow
Переглядів 81Рік тому
Looking to implement MLOps for tracking machine learning experiments? Look no further than this informative video! With expert insights and practical advice on how to implement a robust MLOps workflow, this video is a must-watch for anyone who wants to maximize the value of their machine learning experiments. Discover how to streamline and automate your data pipelines, optimize your model train...
MLOps Zoomcamp 2023: Week 1 Homework
Переглядів 118Рік тому
In this video, I present a step-by-step guide of the code I have written for my MLOps Zoomcamp Week 1 homework. The topic is setting up the development environment, performing Exploratory Data Analysis (EDA) and training a baseline model using Linear Regression. I explain my approach and the logic behind it, highlighting the key features and functions of the code. The walkthrough covers everyth...
Setting up WSL for a Seamless Data Science Workflow on Windows
Переглядів 922Рік тому
In this tutorial, I will guide you on how to set up Windows Subsystem for Linux (WSL) for Data Science. I will show you the step-by-step process of configuring WSL to use Python, Vscode, Docker, and Git for Data science. By the end of this video, you will have a fully functional Data Science environment on your Windows computer. Follow along and optimize your workflow while using WSL for Data S...
GPT 3 short
Переглядів 332 роки тому
#short
Writing and running python code and print function
Переглядів 672 роки тому
In this video we take a look at different ways of writing and running python code. We cover: 1. Python Interpreter 2. Text Editor 3. Jupyter Notebooks 4. Visual Studio Code With the help of Jupyter notebook, we also look in detail at the built-in print function. Resources mentioned in the video: Escape Characters: www.w3schools.com/python/gloss_python_escape_characters.asp Visual Studio Code co...
01 Installing and setting up Anaconda for python development
Переглядів 602 роки тому
In this video, I will walk you through some initial setup and instructions for following along this playlist. Here are the contents of the video: Download and install Anaconda: (0:00) Create project directory: (2:10) Launch jupyter notebook: (3:20) Renaming jupyter notebooks: (4:17) Project Organization: (4:54) Walkthrough of the interface: (6:06) Keyboard shortcuts: (12:14) Closing the jupyter...
00 Introduction to the playlist
Переглядів 472 роки тому
This playlist is specially for students or working professionals who have no programming experience as such. After you finish these series of videos, you will be equipped with enough of basic python knowledge that will set you up in your programming journey. There will be quiz and some assignments for you to do on your own.
Effective Debugging Strategies
Переглядів 653 роки тому
Some general strategies that I have found useful for debugging applications.
GPT-3 Hands on Examples
Переглядів 4163 роки тому
In this video, we explore the playground and try out different properties. We will create our own Question Answer task, ELI5 of a complex text and look at the search functionality on our own data.

КОМЕНТАРІ

  • @shiyammosies5975
    @shiyammosies5975 2 місяці тому

    What's your system configuration? And how much RAM do you have ?

  • @user-dl7co6yx7m
    @user-dl7co6yx7m 2 місяці тому

    Is GPU enabled in WSL?

  • @ariahadid2775
    @ariahadid2775 2 місяці тому

    What kind of spec devices are used in this project? btw is there a tutorial to install zsh in wsl seems interesting

    • @saurabhkankriya
      @saurabhkankriya 2 місяці тому

      If you go through my previous videos, you will find a video on doing the setup using wsl and zsh

  • @BanXxX69
    @BanXxX69 3 місяці тому

    Thanks for the video! Well explained, gonna try it out immediately!😁💪🏽

  • @mykojai
    @mykojai 3 місяці тому

    This is freaking gold my friend! instant subscribe! thanks so much keep up the good work.

  • @priyaranjanmarathe
    @priyaranjanmarathe 3 місяці тому

    Is Ollama available on windows?

    • @saurabhkankriya
      @saurabhkankriya 3 місяці тому

      It's in Preview at the moment. Let's hope it will be available soon.

    • @richdevboston2776
      @richdevboston2776 2 місяці тому

      Yes, it is now (June 20, 2024)

  • @efexzium
    @efexzium 3 місяці тому

    This is like a season finally episode of ur favorite series.

  • @trustn01
    @trustn01 3 місяці тому

    thx for this video and free usage of 70b. but it looks like, that CodeQwen1.5-7B-Chat is outperforming Llama3-70B-instruct so u can use local llm?

    • @saurabhkankriya
      @saurabhkankriya 3 місяці тому

      It's completely your call. The purpose of the demo is to show that one can replace openai models with the open source ones.

    • @trustn01
      @trustn01 3 місяці тому

      @@saurabhkankriya Yes, of course, thanks so much for the demo. just thought share some other options if anyone is interested

  • @trustn01
    @trustn01 3 місяці тому

    Hello, thanks for the video. it was helpful! 😍 What is the extension to make the terminal look like this?

    • @saurabhkankriya
      @saurabhkankriya 3 місяці тому

      Glad you liked the video. I am using Zsh terminal and customized it with some plugings. You can refer the WSL setup video on my channel.

    • @trustn01
      @trustn01 3 місяці тому

      @@saurabhkankriya thx! I get ohmyzsh... but still need some cutomisation I think?

    • @trustn01
      @trustn01 3 місяці тому

      @@saurabhkankriya It looks like you're using a special theme. I can't even find it.😢

    • @saurabhkankriya
      @saurabhkankriya 3 місяці тому

      Hey! The name of the theme is powerlevel10k. You also need to add syntax highlighting, auto complete plugins

    • @trustn01
      @trustn01 3 місяці тому

      @@saurabhkankriya thanks so much for this theme bro! it's so cool! and your channel is very informative, I wish you every success;)

  • @arlogabriel8618
    @arlogabriel8618 4 місяці тому

    Waiting for someone to suggest "Groqopilot" extension.

  • @AmitDas-yb3re
    @AmitDas-yb3re 4 місяці тому

    How can you do this in Jetbrains IDE?

    • @saurabhkankriya
      @saurabhkankriya 4 місяці тому

      I don't have experience with Jetbrains. You can read the continue extension's github Readme. They probably may have a documentation on this kind of integration.

  • @utkarsh8719
    @utkarsh8719 4 місяці тому

    Revoke your api key

    • @saurabhkankriya
      @saurabhkankriya 4 місяці тому

      Thanks for pointing this out. After recording the video, I deleted the API keys.

  • @ranjaniitr
    @ranjaniitr 4 місяці тому

    This is basically recommended for faster llm token inference to be used in ai playground😊

  • @warlockassim4240
    @warlockassim4240 4 місяці тому

    Tckkj

  • @ROKKor-hs8tg
    @ROKKor-hs8tg 4 місяці тому

    Is this similar devin

    • @saurabhkankriya
      @saurabhkankriya 4 місяці тому

      No Devin is a different beast. It is an agent for software automation. This video is about using Small Language Model inside of VS code editor.

  • @anjalijadhav4126
    @anjalijadhav4126 4 місяці тому

    Informative video. Thanks for sharing!

  • @apah
    @apah 4 місяці тому

    Thanks for the video, everything was crystal clear =) Why do you use zsh instead of regular bash btw ?

    • @saurabhkankriya
      @saurabhkankriya 4 місяці тому

      . Bash is good but think it's bit dry. I use zsh because of plugings and customization. For example, auto complete and syntax highlighting are really cool and helps to identify if there is a mistake in the command

  • @nilutpaldas8336
    @nilutpaldas8336 11 місяців тому

    Till now i was searching here and there to get wsl2 setup for data science. But now I'm satisfied. This video is gem. ❤️ I am in a dilemma can you please help me, whether to continue in windows data science setup or switch to linux wsl2 setup? Thanks in advance sirji 🙏🏻

    • @saurabhkankriya
      @saurabhkankriya 8 місяців тому

      Sorry for my late reply. For development purpose, I would recommend using Linux WSL setup. When you work with cloud, you'll experience the ease.

    • @nilutpaldas8336
      @nilutpaldas8336 8 місяців тому

      @@saurabhkankriya thank you sirji. happy new year sirji. 🙏

  • @saurabhkankriya
    @saurabhkankriya 2 роки тому

    This upload failed as a short. I learnt that you cannot upload shorts from laptop.

  • @Param_Edits07
    @Param_Edits07 2 роки тому

    Mast he mama

  • @nash12394
    @nash12394 2 роки тому

    Great 👍

  • @martinmai4327
    @martinmai4327 3 роки тому

    Very informative, and very well made. Thank you

  • @francescociulla
    @francescociulla 3 роки тому

    hey thanks for this video informative and I like the style!