SUNNY BHAVEEN CHANDRA
SUNNY BHAVEEN CHANDRA
  • 50
  • 133 518
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
Переглядів: 732

Відео

Enhancing FastAPI app with APIRouter for serving an ML App
Переглядів 1283 місяці тому
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!
Переглядів 2243 місяці тому
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
Переглядів 1073 місяці тому
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
Переглядів 2353 місяці тому
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
Переглядів 3923 місяці тому
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
Переглядів 246Рік тому
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
Переглядів 7 тис.Рік тому
🚀 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
Переглядів 155Рік тому
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
Переглядів 146Рік тому
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
Переглядів 225Рік тому
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
Переглядів 179Рік тому
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 - ua-cam.com/video/bVM-QujJ0AI/v-deo.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/Exc...
Python for Beginners - 001 | Introduction to Python
Переглядів 634Рік тому
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 UA-c...
How to Build a Weather Bot with OpenAI function calling Capability | @OpenAI
Переглядів 2,5 тис.Рік тому
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,7 тис.Рік тому
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
Переглядів 573Рік тому
05 Streamlit app for Generating Image Variation from Input Image | @OpenAI DALL-E API
Supercharge your pandas with LLMs | PandasAI tutorial | @OpenAI
Переглядів 1,8 тис.Рік тому
Supercharge your pandas with LLMs | PandasAI tutorial | @OpenAI
05 Streamlit app for text to image generation | @OpenAI DALL-E API
Переглядів 1,5 тис.Рік тому
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
Переглядів 416Рік тому
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
Переглядів 5 тис.Рік тому
03 Generate edited images from an input image | @OpenAI DALL-E API
02 Generate image variations of an input image | @OpenAI DALL-E API
Переглядів 2 тис.Рік тому
02 Generate image variations of an input image | @OpenAI DALL-E API
01 Project setup & Text to image generation | @OpenAI DALL-E API
Переглядів 1,2 тис.Рік тому
01 Project setup & Text to image generation | @OpenAI DALL-E API
00 Overview | @OpenAI DALL-E API + Streamlit App
Переглядів 713Рік тому
00 Overview | @OpenAI DALL-E API Streamlit App
Building Powerful Chatbots with ChatGPT API, Python, and Telegram
Переглядів 2,5 тис.Рік тому
Building Powerful Chatbots with ChatGPT API, Python, and Telegram
How to Use AsyncIO, Async/Await and Aiohttp for Asynchronous Programming in Python?
Переглядів 3 тис.Рік тому
How to Use AsyncIO, Async/Await and Aiohttp for Asynchronous Programming in Python?
"Unlock Secrets to Managing Your Credentials with Python-dotenv: Quickstart Guide"
Переглядів 575Рік тому
"Unlock Secrets to Managing Your Credentials with Python-dotenv: Quickstart Guide"
Experimental chatbot using @OpenAI chatGPT API + @WhatsApp + Twilio | Demo | #c17hawke
Переглядів 809Рік тому
Experimental chatbot using @OpenAI chatGPT API @WhatsApp Twilio | Demo | #c17hawke
chatGPT API + Telegram bot demo | #c17hawke
Переглядів 672Рік тому
chatGPT API Telegram bot demo | #c17hawke
Python for Beginners - 000 | Start thinking in Python!! 🙂
Переглядів 1,3 тис.2 роки тому
Python for Beginners - 000 | Start thinking in Python!! 🙂
Ultimate Beginner's Guide: AI Development Setup on Windows 10/11
Переглядів 12 тис.2 роки тому
Ultimate Beginner's Guide: AI Development Setup on Windows 10/11

КОМЕНТАРІ

  • @WebDevJapan
    @WebDevJapan 11 днів тому

    Someone commented on my video that I should try TODO Tree and your video came up first on a Google search. It looks pretty amazing. Can I share these TODOs with other people who are working on the same project?

    • @c17hawke
      @c17hawke 5 днів тому

      Thanks! And yes please go ahead and share!

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

    Is SQLModel Production ready?

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

    Very clear explanation os asynchronous. Thank you.

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

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

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

    Still need this video. Thanks sir...

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

      Always welcome

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

    Here again

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

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

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

      what specific tools you are interested into?

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

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

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

      @@c17hawke sir grafana, feast and kubeflow .

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

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

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

    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 3 місяці тому

      Welcome aboard! :)

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

    Thankue for this...

  • @ro-hit190
    @ro-hit190 3 місяці тому

    Thanks Sunny sir 🫡

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

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

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

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

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

    Testing of FastAPI - 2

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

    Testing of FastAPI

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

    😍😍

  • @ro-hit190
    @ro-hit190 3 місяці тому

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

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

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

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

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

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

    😍😍😍😍

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

    Big fan sir

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

    great to see you here again.

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

    looks like you have moved to mac

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

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

  • @ro-hit190
    @ro-hit190 3 місяці тому

    You are a gem Sunny sir 🙏🏻

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

    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 3 місяці тому

      What topics you have in your mind?

    • @ro-hit190
      @ro-hit190 3 місяці тому

      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 3 місяці тому

    Can I hire you for do this job ?

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

    Awesome sir ❤

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

    Great to see you back

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

    Finally you are back

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

    Good to see you back Sir

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

    Back with a banger🎉

  • @ro-hit190
    @ro-hit190 4 місяці тому

    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 4 місяці тому

    Awesome!!!!

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

    You're back after a year

  • @ZeeshanKhan-ku5rd
    @ZeeshanKhan-ku5rd 4 місяці тому

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

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

    🥰🥰 sir is back

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

    big fan sir 😍

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

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

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

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

  • @Manikanta-lc5zu
    @Manikanta-lc5zu 4 місяці тому

    Awesome

  • @saideepaknamburu
    @saideepaknamburu 5 місяців тому

    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 4 місяці тому

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

  • @alndr4u
    @alndr4u 5 місяців тому

    Which code assistant used

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

      I generally use Tabnine

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

      @@c17hawke free or paid version

  • @anujvats4793
    @anujvats4793 5 місяців тому

    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 4 місяці тому

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

  • @devendran.-.9263
    @devendran.-.9263 7 місяців тому

    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 8 місяців тому

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

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

    sir please put the other concepts also here..

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

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

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

    Is it support run on MacOS?