- 50
- 133 518
SUNNY BHAVEEN CHANDRA
India
Приєднався 27 гру 2019
Hi there, my name is SUNNY BHAVEEN CHANDRA. Welcome to my UA-cam channel! I'm passionate about sharing my expertise in Deep Learning, Computer Vision, Natural Language Processing (NLP), Generative AI (GenAI), Python Programming, Robotics, and AIOps/MLOps/LLMOps.
- What You Can Expect
Explore these topics through engaging tutorials, discussions, and hands-on projects. Regular content updates will enhance your understanding and enable the practical application of concepts.
- Connect and Support
If you find my content valuable, please consider supporting this channel and its research. Contribute via UPI: sunny.c17hawke@icici
- One-on-One Sessions
For personalized guidance, book a one-on-one session: topmate.io/c17hawke
- Disclaimer
All the content on this channel represents my opinion.
Subscribe now to embark on a journey of learning and innovation in the world of technology!
#DeepLearning #ComputerVision #NLP #GenAI #Python #Robotics #AIOps #MLOps
- What You Can Expect
Explore these topics through engaging tutorials, discussions, and hands-on projects. Regular content updates will enhance your understanding and enable the practical application of concepts.
- Connect and Support
If you find my content valuable, please consider supporting this channel and its research. Contribute via UPI: sunny.c17hawke@icici
- One-on-One Sessions
For personalized guidance, book a one-on-one session: topmate.io/c17hawke
- Disclaimer
All the content on this channel represents my opinion.
Subscribe now to embark on a journey of learning and innovation in the world of technology!
#DeepLearning #ComputerVision #NLP #GenAI #Python #Robotics #AIOps #MLOps
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
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
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?
Thanks! And yes please go ahead and share!
Is SQLModel Production ready?
Very clear explanation os asynchronous. Thank you.
Thanks! I'm glad you found the explanation helpful.
Still need this video. Thanks sir...
Always welcome
Here again
sunny sir can you please cover some mlops tools after this series
what specific tools you are interested into?
@@c17hawke sir grafana to monitor ml prediction and metrics, kubeflow and any mostly used feature store like feast
@@c17hawke sir grafana, feast and kubeflow .
Github repo for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/05-api-routers
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.
Welcome aboard! :)
Thankue for this...
Thanks Sunny sir 🫡
Github repository for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/04-sqlmodel-and-dependency-injection
Hi Sunny. Your way of teaching is very nice. we are requesting playlist on ML, Deep learning and NLP also.
Testing of FastAPI - 2
Testing of FastAPI
😍😍
Thanks for this again Sunny sir Waiting to see the end to end AI application using FastAPI.
This will lead us there, right now just preparing the base for that....
Code for this repository - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/03-pydantic-data-validation-and-exception-handling
😍😍😍😍
Big fan sir
great to see you here again.
looks like you have moved to mac
Yep
Github repo for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/02-CRUD-operation-twitter-example
You are a gem Sunny sir 🙏🏻
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
What topics you have in your mind?
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
Can I hire you for do this job ?
Awesome sir ❤
Great to see you back
Finally you are back
Good to see you back Sir
Back with a banger🎉
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
Awesome!!!!
You're back after a year
After a long time you are back.. Hope we would see your videos daily
🥰🥰 sir is back
big fan sir 😍
Great to have you back 😊. Hoping for more regular content in the future 😊
Github repo for this video - github.com/c17hawke/FastAPI-for-AI/tree/main/scripts/01-hello-world-example
Awesome
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?
Need to see the logs in your GitHub action, drop me a message with the screenshot on my LinkedIn ID
Which code assistant used
I generally use Tabnine
@@c17hawke free or paid version
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..
lids uses "llmx" python library that supports hugging face models you can check here - github.com/victordibia/llmx
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?
Hi. Does this work on a database instead of a simple excel or csv file?
sir please put the other concepts also here..
Hey, can anyone help me with chat history in frontend?, like how can we add it in custom frontend?
Is it support run on MacOS?