SUNNY BHAVEEN CHANDRA
SUNNY BHAVEEN CHANDRA
  • 50
  • 132 209
Track tasks like a pro in VS Code | "TODO Tree" VS code extension
🚀 Are scattered TODOs, bugs, and quick fixes slowing down your coding workflow? In this video, I’ll introduce you to the TODO Tree extension for Visual Studio Code, a must-have tool for every developer. Watch as I walk you through how this extension can help you organize tasks, track bugs, and streamline your workflow-even across massive codebases!
In this video, you’ll learn:
✅ How to manage tasks effectively with TODO, BUG, FIXME, and more tags
✅ How to navigate large projects like LangChain with ease
✅ How to create custom tags to suit your coding needs
🔗 Useful Links:
📥 Download the TODO Tree Extension: marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree
📥 Clone LangChain: github.com/langchain-ai/langchain
📖 Learn more about ripgrep: github.com/BurntSushi/ripgrep
💬 What are your favorite VS Code extensions? Let me know in the comments-I’d love to feature them in future videos!
📌 Subscribe for more tips and tools to make coding easier.
👀 Follow me for more updates:
🐱 Github: github.com/c17hawke
💼 LinkedIn: www.linkedin.com/in/c17hawke/
📝 Medium: medium.com/@c17hawke
มุมมอง: 500

วีดีโอ

Enhancing FastAPI app with APIRouter for serving an ML App
มุมมอง 1152 หลายเดือนก่อน
Welcome to my channel! In this video, we explore the powerful features of FastAPI, specifically the 𝐀𝐏𝐈𝐑𝐨𝐮𝐭𝐞𝐫 class. If you want to enhance your machine learning or any app with efficient API routing, you’re in the right place!⁣ ⁣ 𝐖𝐡𝐚𝐭 𝐰𝐢𝐥𝐥 𝐲𝐨𝐮 𝐥𝐞𝐚𝐫𝐧?⁣ - 𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐅𝐚𝐬𝐭𝐀𝐏𝐈 𝐚𝐧𝐝 𝐀𝐏𝐈𝐑𝐨𝐮𝐭𝐞𝐫: Understand the basics of FastAPI and how the `APIRouter` class simplifies API development.⁣ - 𝐁𝐮𝐢𝐥𝐝𝐢𝐧𝐠 ...
Advanced CRUD with SQLModel & Dependency Injection in FastAPI!
มุมมอง 1842 หลายเดือนก่อน
In this video, we dive deep into the world of FastAPI, exploring how to leverage SQLModel and Dependency Injection to create a robust CRUD application for managing tweets. Whether you're a beginner or looking to enhance your skills, this tutorial has something for everyone! What You'll Learn: * Introduction to SQLModel: Understand how SQLModel simplifies database interactions in FastAPI. * Depe...
Advanced CRUD with HTTPException & Pydantic and more with FastAPI
มุมมอง 1052 หลายเดือนก่อน
In this video, we take a simple in-memory Twitter application built with FastAPI and elevate it to the next level! Join us as we explore how to implement advanced features that enhance the functionality and robustness of our CRUD operations. What You'll Learn: - HTTPException Handling: Learn how to handle errors gracefully and return meaningful responses. - JSONResponse: Discover how to customi...
Step-by-Step: CRUD Operations for Tweets with FastAPI
มุมมอง 2192 หลายเดือนก่อน
In this video, we will guide you through the process of building a simple Twitter-like API using FastAPI. Instead of a traditional database, we'll utilize a Python list of dictionaries to store tweet information, making it easier to understand and implement for demonstration purposes. What You Will Learn: ✏️ CRUD Operations: Understand how to create, read, update, and delete tweets using FastAP...
Introduction to FastAPI: Create Your First Web Application - Python Tutorial
มุมมอง 3212 หลายเดือนก่อน
Join us in this exciting new series on FastAPI for AI Applications! In this first episode, we will dive into FastAPI and how it can help you build high-performance APIs tailored for AI applications. Key Highlights: - Introduction to FastAPI - A practical example using Twitter's functionality. - CRUD Operations vs HTTP requests - Key Features of FastAPI's high performance, automatic documentatio...
Python for Beginners - 006 | Mastering Numbers in Python: A Guide to Integers, Floats, and More
มุมมอง 245ปีที่แล้ว
Learn about numbers in Python with this quick guide! 🔍 We’ll cover integers 🔢, floats 🔟, scientific notation 🔬, complex numbers 🔢, and built-in functions 🔧 for working with numbers. Perfect for beginners and experienced programmers alike. Watch and master numbers in Python! 🔮 It covers mainly the following - 00:00:00 - Introduction 00:00:50 - Integers 🔢 00:01:34 - Large Integers 🔎 00:03:33 - Fl...
LIDA | Automatically Generate Visualization with LLMs | The Future of Data Visualization
มุมมอง 7Kปีที่แล้ว
🚀 Introducing LIDA - the latest tool from @Microsoft that automatically generates visualizations and infographics from data using large language models like ChatGPT, Llama2, etc. 📊 In this video, we’ll demo LIDA’s features and show you how it can generate (without any programming language) visualization and create stunning graphics. 🎨 LIDA comprises of 4 modules: 1. A SUMMARIZER that converts d...
Python for Beginners - 005 | User-input, Data-type Casting and Conversions
มุมมอง 147ปีที่แล้ว
This video covers - user input, data-type casting, and conversions in Python. It covers mainly the following - 00:00:26 - User input: Python's inbuilt input method? 00:03:30 - Why do we need type conversions? with example 00:06:20 - Implicit type conversions 00:09:24 - Explicit type conversions 00:12:50 - Documents and notes Notes for this lecture - c17hawke.github.io/Python/noteboooks/004-type...
Python for Beginners - 004 | Data-types in Python
มุมมอง 145ปีที่แล้ว
This video covers the concept of data types in Python. It covers mainly the following - 00:00:00 - Introduction to data types? 00:02:09 - Real-life example from school days 00:15:39 - Real-life example from Amazon E-commerce website 00:20:14 - Hands-on using Python for the above examples Notes for this lecture - c17hawke.github.io/Python/noteboooks/003-data-types/notes/ Hand-written notes for t...
Python for Beginners - 003 | Variables in Python
มุมมอง 224ปีที่แล้ว
This video covers the concept of variables in Python. It covers mainly the following - 00:00:00 - What are variables in Python? 00:02:05 - f-string in the print function. 00:05:33 - Rules for defining variables 00:12:11 - Conventions for defining variables 00:15:11 - Features of variables 00:17:39 - Real-world examples Notes for this lecture - c17hawke.github.io/Python/noteboooks/002-variables-...
Python for Beginners - 002 | Getting started with Python | First glimpse
มุมมอง 175ปีที่แล้ว
In this video, I have covered our first hands-on session with Python. I will be covering the following topics - 00:00:00 - Installation prerequisites - th-cam.com/video/bVM-QujJ0AI/w-d-xo.html 00:01:00 - Notes and code - c17hawke.github.io/Python/ 00:02:45 - Start creating demo.py 00:04:21 - Hello world and intro to print statement. 00:07:48 - Single and multiline comments. 00:09:57 - Errors/Ex...
Python for Beginners - 001 | Introduction to Python
มุมมอง 630ปีที่แล้ว
In this video we will cover the following - Introduction to Python 00:34 What is a programming language? 05:04 What is Python? 16:59 Why Python? 20:02 What can be done with Python? 22:42 Drawback of Python. Notes for this lecture - c17hawke.github.io/Python/noteboooks/000-intro-to-python/python_notes_updated.pdf For more information - [1] Python notes- c17hawke.github.io/Python/ [2] Python TH-c...
How to Build a Weather Bot with OpenAI function calling Capability | @OpenAI
มุมมอง 2.4Kปีที่แล้ว
In this video, I will show you how to use the OpenAI API Function Calling capability to build a weather bot using CHAINLIT UI that can answer questions about the current weather in any location. You will learn how to: - Recent updates from OpenAI. - Use the function calling capability of OpenAI’s GPT models to execute external functions from within the text generation process. - Create a more s...
Now Build & Share LLM Apps Super Fast with Chainlit
มุมมอง 3.6Kปีที่แล้ว
In this video, I demo how to create an online food ordering chatbot with OpenAI and a chatGPT-like user interface by using a brand new Python package called Chainlit. Chainlit is an open-source Python package that makes it incredibly fast to build and share LLM apps. You can integrate the Chainlit API in your existing code to spawn a ChatGPT-like interface in minutes. You can also visualize mul...
05 Streamlit app for Generating Image Variation from Input Image | @OpenAI DALL-E API
มุมมอง 568ปีที่แล้ว
05 Streamlit app for Generating Image Variation from Input Image | @OpenAI DALL-E API
Supercharge your pandas with LLMs | PandasAI tutorial | @OpenAI
มุมมอง 1.8Kปีที่แล้ว
Supercharge your pandas with LLMs | PandasAI tutorial | @OpenAI
05 Streamlit app for text to image generation | @OpenAI DALL-E API
มุมมอง 1.5Kปีที่แล้ว
05 Streamlit app for text to image generation | @OpenAI DALL-E API
04 Create a multipage Streamlit app using @Microsoft Bing chat | @OpenAI DALL-E API
มุมมอง 413ปีที่แล้ว
04 Create a multipage Streamlit app using @Microsoft Bing chat | @OpenAI DALL-E API
03 Generate edited images from an input image | @OpenAI DALL-E API
มุมมอง 5Kปีที่แล้ว
03 Generate edited images from an input image | @OpenAI DALL-E API
02 Generate image variations of an input image | @OpenAI DALL-E API
มุมมอง 1.9Kปีที่แล้ว
02 Generate image variations of an input image | @OpenAI DALL-E API
01 Project setup & Text to image generation | @OpenAI DALL-E API
มุมมอง 1.2Kปีที่แล้ว
01 Project setup & Text to image generation | @OpenAI DALL-E API
00 Overview | @OpenAI DALL-E API + Streamlit App
มุมมอง 703ปีที่แล้ว
00 Overview | @OpenAI DALL-E API Streamlit App
Building Powerful Chatbots with ChatGPT API, Python, and Telegram
มุมมอง 2.5Kปีที่แล้ว
Building Powerful Chatbots with ChatGPT API, Python, and Telegram
How to Use AsyncIO, Async/Await and Aiohttp for Asynchronous Programming in Python?
มุมมอง 2.9Kปีที่แล้ว
How to Use AsyncIO, Async/Await and Aiohttp for Asynchronous Programming in Python?
"Unlock Secrets to Managing Your Credentials with Python-dotenv: Quickstart Guide"
มุมมอง 571ปีที่แล้ว
"Unlock Secrets to Managing Your Credentials with Python-dotenv: Quickstart Guide"
Experimental chatbot using @OpenAI chatGPT API + @WhatsApp + Twilio | Demo | #c17hawke
มุมมอง 797ปีที่แล้ว
Experimental chatbot using @OpenAI chatGPT API @WhatsApp Twilio | Demo | #c17hawke
chatGPT API + Telegram bot demo | #c17hawke
มุมมอง 671ปีที่แล้ว
chatGPT API Telegram bot demo | #c17hawke
Python for Beginners - 000 | Start thinking in Python!! 🙂
มุมมอง 1.2Kปีที่แล้ว
Python for Beginners - 000 | Start thinking in Python!! 🙂
Ultimate Beginner's Guide: AI Development Setup on Windows 10/11
มุมมอง 12K2 ปีที่แล้ว
Ultimate Beginner's Guide: AI Development Setup on Windows 10/11

ความคิดเห็น

  • @joymorais7263
    @joymorais7263 หลายเดือนก่อน

    Is SQLModel Production ready?

  • @davidburns7339
    @davidburns7339 หลายเดือนก่อน

    Very clear explanation os asynchronous. Thank you.

    • @c17hawke
      @c17hawke หลายเดือนก่อน

      Thanks! I'm glad you found the explanation helpful.

  • @hemantkumardas3333
    @hemantkumardas3333 หลายเดือนก่อน

    Still need this video. Thanks sir...

    • @c17hawke
      @c17hawke หลายเดือนก่อน

      Always welcome

  • @Ishaheennabi
    @Ishaheennabi 2 หลายเดือนก่อน

    Here again

  • @sanketsaurabh5881
    @sanketsaurabh5881 2 หลายเดือนก่อน

    sunny sir can you please cover some mlops tools after this series

    • @c17hawke
      @c17hawke 2 หลายเดือนก่อน

      what specific tools you are interested into?

    • @sanketsaurabh5881
      @sanketsaurabh5881 2 หลายเดือนก่อน

      @@c17hawke sir grafana to monitor ml prediction and metrics, kubeflow and any mostly used feature store like feast

    • @sanketsaurabh5881
      @sanketsaurabh5881 2 หลายเดือนก่อน

      @@c17hawke sir grafana, feast and kubeflow .

  • @c17hawke
    @c17hawke 2 หลายเดือนก่อน

    Github repo for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/05-api-routers

  • @emmanuelalder9052
    @emmanuelalder9052 2 หลายเดือนก่อน

    Hi, I just stumbled on your channel. I can't wait to explore your videos and gain some much tangible information. I'm new to FastAPI, and this is a great introduction video. Thank you, keep them coming.

    • @c17hawke
      @c17hawke 2 หลายเดือนก่อน

      Welcome aboard! :)

  • @Ishaheennabi
    @Ishaheennabi 2 หลายเดือนก่อน

    Thankue for this...

  • @ro-hit190
    @ro-hit190 2 หลายเดือนก่อน

    Thanks Sunny sir 🫡

  • @c17hawke
    @c17hawke 2 หลายเดือนก่อน

    Github repository for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/04-sqlmodel-and-dependency-injection

  • @sreevallimanda9389
    @sreevallimanda9389 2 หลายเดือนก่อน

    Hi Sunny. Your way of teaching is very nice. we are requesting playlist on ML, Deep learning and NLP also.

  • @ronylpatil
    @ronylpatil 2 หลายเดือนก่อน

    Testing of FastAPI - 2

  • @ronylpatil
    @ronylpatil 2 หลายเดือนก่อน

    Testing of FastAPI

  • @dswithbappy
    @dswithbappy 2 หลายเดือนก่อน

    😍😍

  • @ro-hit190
    @ro-hit190 2 หลายเดือนก่อน

    Thanks for this again Sunny sir Waiting to see the end to end AI application using FastAPI.

    • @c17hawke
      @c17hawke 2 หลายเดือนก่อน

      This will lead us there, right now just preparing the base for that....

  • @c17hawke
    @c17hawke 2 หลายเดือนก่อน

    Code for this repository - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/03-pydantic-data-validation-and-exception-handling

  • @kishanmenaria8407
    @kishanmenaria8407 2 หลายเดือนก่อน

    😍😍😍😍

  • @kishanmenaria8407
    @kishanmenaria8407 2 หลายเดือนก่อน

    Big fan sir

  • @Ishaheennabi
    @Ishaheennabi 2 หลายเดือนก่อน

    great to see you here again.

  • @Ishaheennabi
    @Ishaheennabi 2 หลายเดือนก่อน

    looks like you have moved to mac

    • @c17hawke
      @c17hawke 2 หลายเดือนก่อน

      Yep

  • @c17hawke
    @c17hawke 2 หลายเดือนก่อน

    Github repo for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/02-CRUD-operation-twitter-example

  • @ro-hit190
    @ro-hit190 2 หลายเดือนก่อน

    You are a gem Sunny sir 🙏🏻

  • @rinkisharma578
    @rinkisharma578 2 หลายเดือนก่อน

    Glad to see you back , i m big fan , but u want you to do some big topics as i think u can make tough easy please release some vidoes on generative ai even if u start a paid course i will join it

    • @c17hawke
      @c17hawke 2 หลายเดือนก่อน

      What topics you have in your mind?

    • @ro-hit190
      @ro-hit190 2 หลายเดือนก่อน

      I certainly would love to join too 1. NLP, Generative AI 2. MLOPS ( with end to end real world mimicking projects) Hope you consider this request

  • @arturogentili292
    @arturogentili292 2 หลายเดือนก่อน

    Can I hire you for do this job ?

  • @Jvdboss7
    @Jvdboss7 2 หลายเดือนก่อน

    Awesome sir ❤

  • @Ishaheennabi
    @Ishaheennabi 2 หลายเดือนก่อน

    Great to see you back

  • @hemangdhanani9434
    @hemangdhanani9434 2 หลายเดือนก่อน

    Finally you are back

  • @ABEALMIGHTY
    @ABEALMIGHTY 2 หลายเดือนก่อน

    Good to see you back Sir

  • @NeuralHackswithVasanth
    @NeuralHackswithVasanth 2 หลายเดือนก่อน

    Back with a banger🎉

  • @ro-hit190
    @ro-hit190 2 หลายเดือนก่อน

    Beautifully explained sir. I request you to please add more videos on a regular basis Sunny sir . Just love your way of teaching calm and cool yet learnt a lot Kudos

  • @rishavdash1272
    @rishavdash1272 2 หลายเดือนก่อน

    Awesome!!!!

  • @mitesh289
    @mitesh289 2 หลายเดือนก่อน

    You're back after a year

  • @ZeeshanKhan-ku5rd
    @ZeeshanKhan-ku5rd 2 หลายเดือนก่อน

    After a long time you are back.. Hope we would see your videos daily

  • @dswithbappy
    @dswithbappy 2 หลายเดือนก่อน

    🥰🥰 sir is back

  • @kishanmenaria8407
    @kishanmenaria8407 2 หลายเดือนก่อน

    big fan sir 😍

  • @zeerakkhan274
    @zeerakkhan274 2 หลายเดือนก่อน

    Great to have you back 😊. Hoping for more regular content in the future 😊

  • @c17hawke
    @c17hawke 2 หลายเดือนก่อน

    Github repo for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/01-hello-world-example

  • @Manikanta-lc5zu
    @Manikanta-lc5zu 3 หลายเดือนก่อน

    Awesome

  • @saideepaknamburu
    @saideepaknamburu 3 หลายเดือนก่อน

    Hi, I have an error in github actions after final publish of the code. The code works fine in VS with all pass in mypy and tox. But during git actions it falis with exit code 1. Any idea here?

    • @c17hawke
      @c17hawke 3 หลายเดือนก่อน

      Need to see the logs in your GitHub action, drop me a message with the screenshot on my LinkedIn ID

  • @alndr4u
    @alndr4u 4 หลายเดือนก่อน

    Which code assistant used

    • @c17hawke
      @c17hawke 3 หลายเดือนก่อน

      I generally use Tabnine

    • @alndr4u
      @alndr4u 3 หลายเดือนก่อน

      @@c17hawke free or paid version

  • @anujvats4793
    @anujvats4793 4 หลายเดือนก่อน

    Hello Sir, I am working on a Lida project.. But I am not supposed to use any API key.. I am wondering if it possible some other way.. where we can run Lida manully without using any openai key..

    • @c17hawke
      @c17hawke 3 หลายเดือนก่อน

      lids uses "llmx" python library that supports hugging face models you can check here - github.com/victordibia/llmx

  • @devendran.-.9263
    @devendran.-.9263 6 หลายเดือนก่อน

    Hi. i am following this video but the end result when i write the chainlit command, i get TypeError: Object of type Message is not JSON serializable. how can i fix this?

  • @rameshh3821
    @rameshh3821 7 หลายเดือนก่อน

    Hi. Does this work on a database instead of a simple excel or csv file?

  • @dineshkumarganesan7658
    @dineshkumarganesan7658 7 หลายเดือนก่อน

    sir please put the other concepts also here..

  • @ezSyntax
    @ezSyntax 7 หลายเดือนก่อน

    Hey, can anyone help me with chat history in frontend?, like how can we add it in custom frontend?

  • @dangya3481
    @dangya3481 7 หลายเดือนก่อน

    Is it support run on MacOS?

  • @sairam-nf3pj
    @sairam-nf3pj 8 หลายเดือนก่อน

    expecting more videos like this

  • @imai_official
    @imai_official 8 หลายเดือนก่อน

    the bot has memrory?