650 AI Lab
650 AI Lab
  • Видео 196
  • Просмотров 727 699
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
Просмотров: 119

Видео

Unscripted Engineering Series: Mastering Visual Studio Code (Part 3)
Просмотров 12614 дней назад
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)
Просмотров 6314 дней назад
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)
Просмотров 11914 дней назад
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,5 тыс.Год назад
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
Просмотров 955Год назад
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,6 тыс.Год назад
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)
Просмотров 525Год назад
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,3 тыс.Год назад
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
Просмотров 915Год назад
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,3 тыс.Год назад
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
Просмотров 14 тыс.Год назад
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?)
Просмотров 389Год назад
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)
Просмотров 590Год назад
Data Engineering and Storage Concepts (With ETL, ELT, Warehouse, Lake and Lake House)
Develop Successful Deep Learning Projects with this 10 Steps formula
Просмотров 476Год назад
Develop Successful Deep Learning Projects with this 10 Steps formula
Stability AI plugin for Blender - Create images, texture and animations
Просмотров 3,3 тыс.Год назад
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 тыс.Год назад
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
Просмотров 11 тыс.Год назад
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
Просмотров 615Год назад
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,8 тыс.Год назад
Meet Claude - Anthropic Large Language Model similar to ChatGPT
How ChatGPT can improve your career & professional prospects and land a new job?
Просмотров 772Год назад
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 тыс.Год назад
Beginners Guide to Rust code compilation and debugging in VSCode IDE
ChatGPT on test drive teaching how to learn Rust?
Просмотров 1,1 тыс.Год назад
ChatGPT on test drive teaching how to learn Rust?
Are you sure the open-source React package (from npm) is malicious/risky?
Просмотров 469Год назад
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?
Просмотров 885Год назад
Do you know if open-source Python package in your application is malicious/risky?