650 AI Lab
650 AI Lab
  • 196
  • 760 958
Unscripted Engineering Series: PyCharm IDE Setup (Part 4)
Everything here is unscripted but the thought process is to provide you raw knowledge about how software engineers go on to their work.
This Part 4 videos covers the following:
- Setting up PyCharm (Python IDE)
- Setting up Python Interpreter (Anaconda)
- Various Configuration
- Connecting GitHub cloned public and private repos
#python #anaconda #zshell #developer #programming
#pycharm #unscripted #pythonprogramming #pythondeveloper
#pythontutorial #pythonide
#650ailab #prodramp #avkashchauhan
Переглядів: 158

Відео

Unscripted Engineering Series: Mastering Visual Studio Code (Part 3)
Переглядів 1353 місяці тому
Everything here is unscripted but the thought process is to provide you raw knowledge about how software engineers go on to their work. This Part 3 videos covers the following: - Setting up Visual Studio Code (Applicable on Linux also) - Installing various Plugins - Configure various aspects of VS Code - Setting GitHub cloned private and public Repos #python #anaconda #zshell #developer #progra...
Unscripted Engineering Series: Mastering GitHub (Part 2)
Переглядів 733 місяці тому
Everything here is unscripted but the thought process is to provide you raw knowledge about how software engineers go on to their work. This Part 2 videos covers the following: - Setting up GitHub - Creating Public and Private Repo - Cloning Repo locally - Managing GitHub Developer Token - Updating GitHub Developer Token - Cloning with GitHub Developer Token #python #anaconda #zshell #developer...
Unscripted Engineering Series: Setting up your development machine (Part 1)
Переглядів 1333 місяці тому
Everything here is unscripted but the thought process is to provide you raw knowledge about how software engineers go on to their work. This Part 1 videos covers the following: - Setting up your MacBook (Applicable on Linux also) - Installing Brew - Installing iTerm2 - Installing zshell with iTerm2 - Installing Anaconda - Setup Python using Conda (Anaconda) #python #anaconda #zshell #developer ...
h2ogpt: Another Open-source large language model by H2O.ai team
Переглядів 3,6 тис.Рік тому
Another full open source large language model from H2Oa.o AI team with 12B and 20B parameters, trained on the Pile open-source dataset is released with the following features: - Open-source repository with fully permissive, commercially usable code, data and models - Code for preparing large open-source datasets as instruction datasets for fine-tuning of large language models (LLMs), including ...
StableLM: An Opensource large language model by Stability AI team
Переглядів 972Рік тому
Another full open source large language model from Stability AI team with 3B and 7B parameters, trained on The Pile Datasets and fine tuned on 5 other conversational datasets - Stanford's Alpaca, Nomic-AI's gpt4all, RyokoAI's ShareGPT52K datasets, Databricks labs' Dolly, and Anthropic's HH Video Timeline (00:00) Content Intro (00:35) Introducing StableLM (01:19) StableLM Model Intro (03:03) Qui...
Bringing LLM to the Enterprise (training from scratch or just fine-tune) with Cerebras-GPT
Переглядів 1,7 тис.Рік тому
So you want to utilize LLM for your enterprise and don't know where to get started? This video is exactly for you. In this video you will learn how to utilize Cerebras open-source LLMs for your own enterprise consumption either training from scratch or just fine-tune on your enterprise data and everything around that... Video Timeline (00:00) Content Intro (00:54) Introducing Cerebras-GPT (04:0...
Dreamix - Applying Video Diffusion Models as General Video Editors (AI-fused Video Editing)
Переглядів 535Рік тому
Dreamix: Video Diffusion Models are General Video Editors Dreamix can create videos based on image and text inputs. In this example it is able to instill complex motion in a static image, adding a moving shark and making the turtle swim. In this case, visual fidelity to object location and background was preserved but the turtle direction was flipped. Given a small collection of images showing ...
Instruct-NeRF2NeRF - Combining Diffusion Models with NeRF to create new NeRF Objects
Переглядів 2,6 тис.Рік тому
Instruct-NeRF2NeRF enables instruction-based editing of NeRFs via a 2D diffusion model Resources and Source Code GitHub : - instruct-nerf2nerf.github.io/ - github.com/prodramp/DeepWorks/blob/main/nerf/README.md - github.com/prodramp/DeepWorks/blob/main/nerf/Instruct-NeRFNeRF.md ▬▬▬▬▬▬ ⏰ TUTORIAL TIME STAMPS ⏰ ▬▬▬▬▬▬ - (00:00) Instruct-NeRF2NeRF Introduction - (01:53) 3 Ways to use Instruct-NeRF...
Whiteboarding - Large Language Model (LLM) Tech Stack
Переглядів 1,4 тис.Рік тому
In this white-boarding session you will learn: - LLM In General - LLM Models accessible through API only - Open LLM Models (can be downloaded and hosted) - Summary The screenshots at GitHub: - github.com/prodramp/DeepWorks/blob/main/ChatGPT/Whiteboarding-LLM-TechStack.md Video Timeline (00:00) Content Intro (00:14) LLM Models (02:08) LLM Models from API (08:35) Self hosted LLM (11:05) ChatGLM-6...
Whiteboarding - Let's understand ChatGPT
Переглядів 921Рік тому
In this white-boarding session you will learn: - What is ChatGPT - The Role of GPT - ChatGPT training steps The screenshots at GitHub: - github.com/prodramp/DeepWorks/blob/main/ChatGPT/Whiteboarding-ChatGPT-Intro.md Video Timeline (00:00) Content Intro (00:47) What is ChatGPT? (05:20) Understanding GPT Models (10:24) ChatGPT Training (15:00) Recap Resources - github.com/chroma-core/chroma - git...
Beginners workshop to fine-tune OpenAI LLM model with enterprise web data in Python
Переглядів 4,4 тис.Рік тому
This hands-on workshop shows how to use Langchain LLM application framework with Chroma embedding database to fine-tune an OpenAI GPT-3.5-Turbo LLM model on web data. The final solution returns ChatGPT like interface to your customer web data. You will also learn: - Why it is important to fine-tune LLM models with ad-hoc data - How to use open-source libraries i.e Langchain, ChromaDB The worksh...
Python Gradio UI for Fine-tuning LLM (OpenAI GPT) with Custom Data
Переглядів 4,7 тис.Рік тому
This video is hands-on-lab to create a python application using Gradio UI to fine-tuning OpenAI LLM model with llamaindex (or gpt-index) library. Fine-tuning LLM: LLM can be extended, by fine tuning with custom dataset to provide Q&A, summary and many other ChatGPT like functions. In this video, we are using LlamaIndex (GPT Index) which provides a central interface to connect your LLM's with ex...
Fine Tuning LLM (OpenAI GPT) with Custom Data in python
Переглядів 15 тис.Рік тому
LLM can be extended, by fine tuning with custom dataset to provide Q&A, summary and many other ChatGPT like functions. In this video, we are using LlamaIndex (GPT Index) which provides a central interface to connect your LLM's with external data. Full code discussed in the video can be found here: - github.com/prodramp/DeepWorks/blob/main/ChatGPT/FineTuneLLM.md Video Timeline (00:00) Content In...
Modern and Postmodern Data Stack (Architecture and why you need it?)
Переглядів 393Рік тому
This video discussed the following topics: - Modern Data Stack - What is it? - Postmodern Data Stack - Why you need Postmodern Data Stack Video Timeline (00:00) Content Intro (00:58) Part 1 Review (01:52) Need for MDS (02:18) Moden Data Stack Intro (04:34) Modern Data Stack Features (07:25) Postmodern Data Stack - Why? (11:25) Postmodern Data Stack - Architecture (16:45) Conclusion Please visit...
Data Engineering and Storage Concepts (With ETL, ELT, Warehouse, Lake and Lake House)
Переглядів 609Рік тому
Data Engineering and Storage Concepts (With ETL, ELT, Warehouse, Lake and Lake House)
Develop Successful Deep Learning Projects with this 10 Steps formula
Переглядів 497Рік тому
Develop Successful Deep Learning Projects with this 10 Steps formula
Stability AI plugin for Blender - Create images, texture and animations
Переглядів 3,4 тис.Рік тому
Stability AI plugin for Blender - Create images, texture and animations
Ubuntu 22.04 Kernel (6.2.1) Update with latest Nvidia Display Driver (525.89.02)
Переглядів 4,1 тис.Рік тому
Ubuntu 22.04 Kernel (6.2.1) Update with latest Nvidia Display Driver (525.89.02)
Nvidia Display Driver (525.89.02) Installation (and update) on Ubuntu 22.04
Переглядів 12 тис.Рік тому
Nvidia Display Driver (525.89.02) Installation (and update) on Ubuntu 22.04
Video to Video Creation with GEN-1 AI Model and the power of Generative AI
Переглядів 620Рік тому
Video to Video Creation with GEN-1 AI Model and the power of Generative AI
Creating Deep Learning study plan with Mindmap using ChatGPT
Переглядів 5 тис.Рік тому
Creating Deep Learning study plan with Mindmap using ChatGPT
Prompt Engineering - Understanding Large Language Models with ChatGPT
Переглядів 3,1 тис.Рік тому
Prompt Engineering - Understanding Large Language Models with ChatGPT
Meet Claude - Anthropic Large Language Model similar to ChatGPT
Переглядів 1,9 тис.Рік тому
Meet Claude - Anthropic Large Language Model similar to ChatGPT
How ChatGPT can improve your career & professional prospects and land a new job?
Переглядів 779Рік тому
How ChatGPT can improve your career & professional prospects and land a new job?
ChatGPT: How to access through Python libraries in your code?
Переглядів 1,4 тис.Рік тому
ChatGPT: How to access through Python libraries in your code?
Beginners Guide to Rust code compilation and debugging in VSCode IDE
Переглядів 11 тис.2 роки тому
Beginners Guide to Rust code compilation and debugging in VSCode IDE
ChatGPT on test drive teaching how to learn Rust?
Переглядів 1,2 тис.2 роки тому
ChatGPT on test drive teaching how to learn Rust?
Are you sure the open-source React package (from npm) is malicious/risky?
Переглядів 4692 роки тому
Are you sure the open-source React package (from npm) is malicious/risky?
Do you know if open-source Python package in your application is malicious/risky?
Переглядів 8862 роки тому
Do you know if open-source Python package in your application is malicious/risky?

КОМЕНТАРІ

  • @jitudeka3371
    @jitudeka3371 4 дні тому

    1. Please Explain that why you took size_x as index [1] and size_y as index [0], I suppose it should have been the opposite. 2. Please care to explain the meaning of for example [2,1,1,256,256,3]. [2,1] indicates modality but what does the other 1 mean. 3. If the modality is [5,8], then len of the image after patchification is only 5. Why is it so?? I was expecting a 5*8 = 40 images. Where I am going wrong?

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

    Hi Do you have any code examples for VQGAN . If you can post code in GIT HUB Thanks

  • @maddybhatt5552
    @maddybhatt5552 16 днів тому

    Why no youtuber till now didn't upload videos with custom cnn with lime

  • @vivekstpl-m7g
    @vivekstpl-m7g 22 дні тому

    can we calculate the area of land from the satellite image?

  • @dew_reddit
    @dew_reddit Місяць тому

    Im seeing some weird behaviour when running the app via pycharm configurations vs when running from commandline. I’m using unicorn to run the app. However, with command line, the app runs fine but from pycharm configurations, the app throws some ssl errors in one of my module which connects to openai apis. I’ve even manually pointed the env file in the pycharm configurations but it doesn’t work. Im wondering what’s the issue.

  • @LearnwithShahzadDar
    @LearnwithShahzadDar Місяць тому

    B to C can be visited via B-A-C. kindly check.

  • @MdhotshotShotter
    @MdhotshotShotter Місяць тому

    Troublesome with GTX760, 470 comes with 11.4, to run cuda, is it necessarily to install cuDNN as well? Pytorch has been installed recognizing True, but cannot be use it says too old version.. trying figure it out with suitable pytorch version.. any one got the same problem ?

  • @bob_tech256
    @bob_tech256 Місяць тому

    Nice tutorial , could you please provide me with the full code?,Thanks a lot

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

    Thank you but please can you give me the python code of LIME for images

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

    This series on graph neural networks was awesome. Thanks so much.

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

    Can you create a video explaining how to convert a tabular data set into a graph data set for use with pytorch geometric?

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

    Thank you so much, it was really helpful.

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

    Good job! I am really grateful.

  • @jimmyjohn-g8f
    @jimmyjohn-g8f 3 місяці тому

    Unfortunately, I find that Whisper AI is just not usable for real life situations because it takes so much time just to transcribe 1-minute mp3 (roughly 1 hour). I also did not run other applications and only run whisper; if I run whisper with other apps Ubuntu goes panic and reboot automatically. Therefore, I cannot accept this and tried to uninstall it and when I tried to uninstall using pip uninstall whisper command, it indicated "Whisper not installed" while whisper is already installed in my machine... I tried so many other ways but still no luck. So, I need to remove the whisper files one-by-one and ensure my machines can start-up smoothly. Until now I don't feel this tool is ready for production and it is a failure project I would say...

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

      try “faster whisper” or “whisper.cpp”。 they are faster

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

    How many more videos do you plan to make sir ?

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

    Welcome back! It's fantastic to see you return after a year - we're excited to dive back into your valuable lessons and can't wait to learn even more from you. Please share more of your incredible knowledge, as your insights have been greatly missed!

    • @650AILab
      @650AILab 3 місяці тому

      Awesome! Thank you so much for nice words.. I hope to share something new to each one of you..

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

    Thank you for doing this. Hope we get to see this series through.

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

    Great masterclass! Greeting's from Chile

  • @BadriNarayanPanda-v7m
    @BadriNarayanPanda-v7m 4 місяці тому

    How to add break points and debug line by line?

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

    Thanks a lot. Jesus loves you. Please repent and turn away from your sins to obtain eternal salvation and escape eternal damanation.

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

    awesome - thanks

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

    46:00

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

    44:00

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

    Very nice

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

    34:00

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

    15:00

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

    What if I use windows ?

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

    A great introductory video. Thank you sir.

  • @ShivamkumarSingh-bm6bt
    @ShivamkumarSingh-bm6bt 5 місяців тому

    Hello sir, I need to integrate satellite data, Geospatial data like flood point and non flooded point As well ndvi nwdi etc in ML to trained my model Could you please help me out with this

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

    I can't understand why you didn't use ravel function with x while plotting as x is also a set of multidimensional array?

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

    Hello Mr. Avkash, The video is really useful. But, my question is if I have tiff image then how should I go ahead with mask image and labeling? @650AILab I hope I will get answer ASAP.

  • @EatuopLyreqzgj-f5l
    @EatuopLyreqzgj-f5l 5 місяців тому

    Walker Lisa Rodriguez Anthony Lopez Frank

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

    Sir I want to detect clouds to satellite images is this tutorial help to achieve this

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

    This was very descriptive, thank you

  • @donaldreitsma6419
    @donaldreitsma6419 6 місяців тому

    Thanks. It's pronounced like "cloud." A clever take on cloud computing.

  • @pankajchand6761
    @pankajchand6761 6 місяців тому

    How is each patch made into a feature vector? What is the feature extraction process?

  • @souravkarmakar1
    @souravkarmakar1 6 місяців тому

    Sir kindly share the weather data with the wildfire, video, Thank you

  • @zhulili4788
    @zhulili4788 6 місяців тому

    when use patchify function to execute subset, why you doesn't consider overlap?

  • @egehassurucu9076
    @egehassurucu9076 7 місяців тому

    It's a really nice full walk through video of Instant NGP, thanks for all your effort! :)

  • @dmaxdsbabo
    @dmaxdsbabo 7 місяців тому

    I thought the CUDA toolkit downloads the Driver automatically?

  • @killpointx
    @killpointx 7 місяців тому

    drive.google.com/file/d/1zbzBhjc9AOAjRquVR8ecqRB1LP60ksWL/view?usp=sharing Audio Corrected

  • @tesfayesusyimenu3292
    @tesfayesusyimenu3292 7 місяців тому

    The full hands-on coding workshop is exactly what I needed to get started. Thanks for sharing this valuable content!

  • @ganeshragade4439
    @ganeshragade4439 7 місяців тому

    I want to do multifeature and multiscale high spatial resolution image segmentation is it possible by using U-net

  • @praveenkumarchandaliya1900
    @praveenkumarchandaliya1900 7 місяців тому

    Generally, image channels have three (RGB). If we try to concrete more than two color models, then the channels of the image is more than 3, means 6,9,12...How we can use LIME on more than three-channel images.

  • @chhakulizingare9382
    @chhakulizingare9382 7 місяців тому

    I want help in the pie chart I want custom arc link labels how to do that.

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

    If you're running Windows, the path should be something like "C:/Python311/Lib/site-packages/streamlit" and your debugger will work for Streamlit.

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

    This tutorial helped me so much! Thank you!

  • @anonymousgawd..3047
    @anonymousgawd..3047 8 місяців тому

    Sir can u suggest which type of hardware is okay for deep learning rtx ddr4 ram 8gb i7 processor is okay ?or i need more adavanced system

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

    Perfect sir

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

    Is that map works with offline environment ?