Patrick Loeber
Patrick Loeber
  • Видео 206
  • Просмотров 21 601 681
Build a free writing assistant with Python and Ollama
In this Python tutorial, we'll build a typing assistant with Mistral 7B and Ollama that's running locally. You'll also learn how to implement a hotkey listener and keyboard controller with Python. Follow along in this step-by-step coding tutorial.
Code: github.com/patrickloeber/ai-typing-assistant
Blog post: patloeber.com/typing-assistant-llm/
Get my Free NumPy Handbook:
www.python-engineer.com/numpybook
✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: sourcery.ai/? *
⭐ Join Our Discord : discord.gg/FHMg9tKFSN
📓 ML Notebooks available on Patreon:
www.patreon.com/patrickloeber
If you enjoyed this video, please subscribe to the channel:
▶️ : ruclips.net/channe...
Просмотров: 8 749

Видео

Build an AI app with FastAPI and Docker - Coding Tutorial with Tips
Просмотров 48 тыс.10 месяцев назад
Join me in a coding session with Sebastián Ramírez and learn how to build a Machine Learning app with FastAPI and Docker. Along the way we will show you some tips like the interactive coding session and Docker init command, and best practices when working with FastAPI. During the premiere, there will also be a giveaway to win Docker swag!🐳🥳 Sebastián is the creator of FastAPI, Typer, and other ...
Mojo 🔥 - a new programming language for AI developers (first look)
Просмотров 106 тыс.Год назад
Yesterday Chris Lattner announced a new programming language called Mojo, which builds on top of Python and is designed specifically for AI applications. They claim it’s up to 35000 times faster than Python. So let’s take a quick first look at it. Website: www.modular.com/mojo Docs: docs.modular.com/mojo/ Keynote: ruclips.net/video/-3Kf2ZZU-dg/видео.html Get my Free NumPy Handbook: www.python-e...
PyScript is officially here!🚀 Build web apps with Python & HTML
Просмотров 221 тыс.Год назад
PyScript is officially here! Build web apps with Python & HTML. In this Crash Course we take a look at the new PyScript platform, I show you all important features, and some example websites you can build with it. Get started here: bit.ly/40de9vS * Try Anaconda's other offerings and sign up for the Starter Tier level: bit.ly/3ULu8jA * Demos: - Code from video: adec3dd4-c366-46d3-9d45-84d3b0996a...
LangChain Crash Course - Build apps with language models
Просмотров 126 тыс.Год назад
In this LangChain Crash Course you will learn how to build applications powered by large language models. We go over all important features of this framework. Timeline: 00:00 - Introduction 01:09 - Installation 01:22 - LLMs 03:08 - Prompt Templates 04:58 - Chains 06:02 - Agents and Tools 09:54 - Memory 11:15 - Document Loaders 12:24 - Indexes Resources: Written guide: www.python-engineer.com/po...
How to automate Notion with Python | Notion API Tutorial
Просмотров 43 тыс.Год назад
Learn how to work with the Notion API in Python. Code: www.python-engineer.com/posts/notion-api-python/ Notion Setup: developers.notion.com/docs/create-a-notion-integration Get my Free NumPy Handbook: www.python-engineer.com/numpybook ✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: sourcery.ai/? * ⭐ Join Our Discord : discord.gg/FHMg9tKFSN 📓 ML Notebook...
How to create a great dev environment with Docker
Просмотров 252 тыс.Год назад
How to create a great local Python development environment with Docker. Learn about Docker Volumes, Docker Compose, how to debug in containers, and more. Repo: github.com/patrickloeber/python-docker-tutorial Timeline: 00:00 - Introduction 02:03 - Why Docker? 04:02 - Dockerize an app 10:25 - Immediate file changes (Docker volumes) 13:08 - Use IDE in Docker container 17:38 - Docker Compose 25:54 ...
The BEST Data Science Platform? Anaconda Learning and Notebooks review
Просмотров 8 тыс.Год назад
Is this the best Data Science Platform? Anaconda Learning and Notebooks review ✅ Get started with Anaconda *: bit.ly/ytanacloud bit.ly/analearning bit.ly/anacloudtools bit.ly/anapractools bit.ly/ytanacommunity TIER UPDATE: Pro and Business users now receive 10GB of cloud storage and 4,000 CPU compute seconds (twice as much as the Starter tier) ⭐ Join Our Discord : discord.gg/FHMg9tKFSN 📓 ML Not...
Best Platforms to Host Python Apps (for free!!)
Просмотров 109 тыс.Год назад
Best Platforms to Deploy and Host Python Apps/Scripts - Best Hosting Platforms for Python applications. Blog post: www.python-engineer.com/posts/hosting-platforms-for-python/ GitHub Action template: github.com/patrickloeber/python-github-action-template Heroku security breach: www.protocol.com/bulletins/heroku-github-cyberattack-passwords-stolen Get my Free NumPy Handbook: www.python-engineer.c...
Supabase Crash Course For Python Developers
Просмотров 36 тыс.Год назад
Supabase Crash Course For Python Developers with supabase-py. Resources: supabase.com/ supabase.com/launch-week github.com/supabase-community/supabase-py Get my Free NumPy Handbook: www.python-engineer.com/numpybook ⭐ Join Our Discord : discord.gg/FHMg9tKFSN 📓 ML Notebooks available on Patreon: www.patreon.com/patrickloeber If you enjoyed this video, please subscribe to the channel: ▶️ : ruclip...
Build a Media Analysis Dashboard with Python & Cloudinary
Просмотров 10 тыс.Год назад
Build a media library and content analysis dashboard with Python & Cloudinary Signup: cld.media/plregister * Python Quick Start: cld.media/plpython * Code: github.com/patrickloeber/photo-tagging-app-cloudinary ⭐ Join Our Discord : discord.gg/FHMg9tKFSN 📓 ML Notebooks available on Patreon: www.patreon.com/patrickloeber If you enjoyed this video, please subscribe to the channel: ▶️ : ruclips.net/...
6 Tips to write BETTER For Loops in Python
Просмотров 247 тыс.Год назад
6 Tips to write BETTER For Loops in Python. Further resource: Talk "a deeper look at iteration in Python": ruclips.net/video/Wd7vcuiMhxU/видео.html Get my Free NumPy Handbook: www.python-engineer.com/numpybook ✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: sourcery.ai/? * ⭐ Join Our Discord : discord.gg/FHMg9tKFSN 📓 ML Notebooks available on Patreon: w...
Top 10 Python One Liners YOU MUST KNOW!
Просмотров 137 тыс.Год назад
Top 10 Python One Liners YOU MUST KNOW! Find Python jobs: pythonengineer.pallet.com Get my Free NumPy Handbook: www.python-engineer.com/numpybook ✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: sourcery.ai/? * ⭐ Join Our Discord : discord.gg/FHMg9tKFSN 📓 ML Notebooks available on Patreon: www.patreon.com/patrickloeber If you enjoyed this video, please s...
Python 3.11 is out! All new features
Просмотров 42 тыс.Год назад
Python 3.11 is out! All new features
How to Double Your Savings with Python
Просмотров 28 тыс.Год назад
How to Double Your Savings with Python
Find your next Python or ML job with my new job board!
Просмотров 11 тыс.Год назад
Find your next Python or ML job with my new job board!
HTTPX Tutorial - A next-generation HTTP client for Python
Просмотров 102 тыс.Год назад
HTTPX Tutorial - A next-generation HTTP client for Python
Schedule Python Scripts with GitHub Actions FOR FREE | Python Automation
Просмотров 56 тыс.Год назад
Schedule Python Scripts with GitHub Actions FOR FREE | Python Automation
Quick First Look at Python 3.11 Features (10-60% FASTER!)
Просмотров 81 тыс.2 года назад
Quick First Look at Python 3.11 Features (10-60% FASTER!)
File Organizing with Python: Rename, Move, Copy & Delete Files and Folders
Просмотров 58 тыс.2 года назад
File Organizing with Python: Rename, Move, Copy & Delete Files and Folders
Build & Deploy a Fitness App that sends daily E-mails | Python & HarperDB Tutorial
Просмотров 21 тыс.2 года назад
Build & Deploy a Fitness App that sends daily E-mails | Python & HarperDB Tutorial
Build a Machine Learning App From Scratch with Flask & Docker
Просмотров 53 тыс.2 года назад
Build a Machine Learning App From Scratch with Flask & Docker
PyScript - Run Python in the Browser! THE END of JavaScript???
Просмотров 362 тыс.2 года назад
PyScript - Run Python in the Browser! THE END of JavaScript???
I built the same model with TensorFlow and PyTorch | Which Framework is better?
Просмотров 132 тыс.2 года назад
I built the same model with TensorFlow and PyTorch | Which Framework is better?
Build 5 Games in Python | Beginner Portfolio Project
Просмотров 16 тыс.2 года назад
Build 5 Games in Python | Beginner Portfolio Project
10 PyCharm Tips To Code FASTER! 🚀🚀🚀
Просмотров 54 тыс.2 года назад
10 PyCharm Tips To Code FASTER! 🚀🚀🚀
I built the same app 3 times | Which Python Framework is best? Django vs Flask vs FastAPI
Просмотров 819 тыс.2 года назад
I built the same app 3 times | Which Python Framework is best? Django vs Flask vs FastAPI
Create a Task Tracker App for the Terminal with Python (Rich, Typer, Sqlite3)
Просмотров 60 тыс.2 года назад
Create a Task Tracker App for the Terminal with Python (Rich, Typer, Sqlite3)
31 ESSENTIAL Python String Methods
Просмотров 82 тыс.2 года назад
31 ESSENTIAL Python String Methods
Super Quick Python Refactoring Tips
Просмотров 42 тыс.2 года назад
Super Quick Python Refactoring Tips

Комментарии

  • @xsonority
    @xsonority 8 часов назад

    amazing to this day

  • @kanewilliams1653
    @kanewilliams1653 13 часов назад

    Best explanation of backprop i've ever seen! Phenomenal!

  • @JonasBalandraux
    @JonasBalandraux 14 часов назад

    Is it better for prediction performance to pass the output of one LSTM to the next or to pass the previous hidden state (as done in the video)? I've seen both methods used and don't know which is better. Do you have any advice on when to use each approach?

  • @plumberski8854
    @plumberski8854 20 часов назад

    Clear tips, like how you explain them, are simple and clear!

  • @MasterEhsan369
    @MasterEhsan369 День назад

    THANKS that was useful...

  • @fatemehmirhakimi
    @fatemehmirhakimi 2 дня назад

    Thankyou Patric for your Fantastic tutorial. ☺

  • @fatemehmirhakimi
    @fatemehmirhakimi 2 дня назад

    Thankyou Patrick. It was a fantastic tutorial.

  • @kerrsv
    @kerrsv 2 дня назад

    Did you forget a 2nd pooling layer?

  • @gabrielbiacchi6169
    @gabrielbiacchi6169 3 дня назад

    Thank you so much!!

  • @EnuCan
    @EnuCan 4 дня назад

    Simply amazing, Appreciate your efforts and making it available to the public :)

  • @djsosbxbdirndxnkcbebxhxbe
    @djsosbxbdirndxnkcbebxhxbe 5 дней назад

    My ears are bleeding when i hear you pronounce Z like C

  • @Borey567
    @Borey567 6 дней назад

    Exactly what I needed! Thank you so much!

  • @Rainquiller
    @Rainquiller 6 дней назад

    hi thanks for this! question. how do I add data on next row?

  • @johnmahugu
    @johnmahugu 8 дней назад

    thank you

  • @enzopestana
    @enzopestana 8 дней назад

    really helpful, thanks a lot

  • @Ayush-cn7tq
    @Ayush-cn7tq 8 дней назад

    i think you have applied stochastic gradient

  • @NeonCodeQueen
    @NeonCodeQueen 9 дней назад

    I really want to use fastAPI with Django hehe

  • @JugnuTech-on5ul
    @JugnuTech-on5ul 10 дней назад

    2024 heroku now paid

  • @geraldbustos
    @geraldbustos 11 дней назад

    Buenisimo!

  • @divyansxii-b1677
    @divyansxii-b1677 11 дней назад

    which type of dataset is this? supervised or non - supervised or semi supervised?

  • @lakshmanans-zb5sg
    @lakshmanans-zb5sg 11 дней назад

    combine one and two : print ([0 if value <=0 else value for value in dataset ])

  • @priyadarshnisundararajan5774
    @priyadarshnisundararajan5774 12 дней назад

    Hey ur tutorial is really amazing.U make me understand topics in a very simple manner.Can u make a course on NLP and LLM too?

  • @danshikuku2477
    @danshikuku2477 12 дней назад

    what python version are you using?

  • @DilkushSingh-km4ti
    @DilkushSingh-km4ti 13 дней назад

    Hey How can we deploy it?

  • @jaxx6712
    @jaxx6712 13 дней назад

    Best video I’ve ever seen on the rnn content thus far, thanks for the great video and keep up the good work 🎉

  • @user-ip5sd1tb7i
    @user-ip5sd1tb7i 14 дней назад

    hello, i know it has been two years, but did they remove the 0.5 instance ram option when setting up the instance? i am not seeing the free option

  • @luiscanasdiaz8309
    @luiscanasdiaz8309 14 дней назад

    Thank you Patrick. Very helpful to refresh :)

  • @fcastillo90
    @fcastillo90 15 дней назад

    Very helpful video!

  • @tanmaykulkarni6046
    @tanmaykulkarni6046 16 дней назад

    You are the best 💯💯💯

  • @user-qg5bp8xf4e
    @user-qg5bp8xf4e 16 дней назад

    I want give you a kiss This safe me a lot of seraching

  • @FORCP-bq5fo
    @FORCP-bq5fo 17 дней назад

    Ten-zaur!!!

  • @ElmoSeesYou
    @ElmoSeesYou 18 дней назад

    match has left the chat

  • @rishabpurba3268
    @rishabpurba3268 18 дней назад

    is this a machine learning based project?

  • @milfordjohnson2289
    @milfordjohnson2289 18 дней назад

    the more i learn, the more i am appreciate about learning, the more i can put learning to good use.... and the more quality of life and ongoing strengthening and growth of the individual i experience. it is almost as if my time is worth nowhere near a fraction of yours, like some kind of silly goose ... i consider myself now dumber than 6 years ago. that is how much growth ive experienced.

  • @milfordjohnson2289
    @milfordjohnson2289 18 дней назад

    thanks to fantastic use of technology and resources... now the entire planet feels really good about whats to come. good for you <3

  • @milfordjohnson2289
    @milfordjohnson2289 18 дней назад

    i think this is a fantastic use of python. the learning has been learned, no need for anybody else to be impressed with learning. we need more coal miners :)

  • @aisidamayomi8534
    @aisidamayomi8534 18 дней назад

    Please can you do for a network intrusion detection

  • @dotanerd
    @dotanerd 20 дней назад

    confused, where github token

  • @lwangacaleb2729
    @lwangacaleb2729 20 дней назад

    Thank you so much Sebastian🙏

  • @kingdsl
    @kingdsl 21 день назад

    For those who are asking about the VS Code theme, I believe it's 'Shades of Purple' by Ahmad Awais ⚡

  • @user-wq4hh1lj6g
    @user-wq4hh1lj6g 21 день назад

    series is not beginner friendly, he directly uses the functions and modules. I dont know how these people are able to understand. We cant solve any other problems even after watching his series. So frustrating

  • @noneed_0914
    @noneed_0914 21 день назад

    why don't we use only w instead of w[0][0] in printing statement (timing 10:40)

    • @user-wd7gv5jl9z
      @user-wd7gv5jl9z 3 дня назад

      We are implementing a linear regression model here, which has single parameter = w. The .item() can be only applied on tensors which have 1*1 dimensions - meaning - essentially - they are scalars. Hence, doing w.item() is also okay here. But, when we will have complex models - which won't have single parameter w or may have parameters like w1, w2, .. etc. captured by the tensor w (model.parameters() unpacked), then, in that case w.item() won't be possible. Hence, probably as a good practise, the tutor used w[0][0].item() instead of w.item()

  • @shamilkaka134
    @shamilkaka134 21 день назад

    Please it is Zeeeeee not Ceeeee ....... Thank you for great video

  • @NguyenNam-wk8sc
    @NguyenNam-wk8sc 21 день назад

    hi, i tried to save the train model but it wasn't worked. The error message is 'FailedPreconditionError: ./models is not a directory' without having this path

  • @user-np9mf5of8k
    @user-np9mf5of8k 22 дня назад

    Awesome explanation! Quick question though, why does the dog/cat classification have to use a soft max layer? Can the same model not be achieved with a sigmoid output layer?

  • @eldofrederick1269
    @eldofrederick1269 22 дня назад

    Is there any way to pull my markdown files folderwise from Joplin into notion using python api?

  • @Netryon
    @Netryon 23 дня назад

    IT''s simpler than Laravel/Symfony with file structure does it mean better. I've decided it too with .NET 0:48. Some frameworks mean night clubs. For routes declaration it does not already have api/web/console files. Last one almost better, but still does not have that I have NVMe/m.2 technology achievement.

  • @proflead
    @proflead 23 дня назад

    Thanks Patrick! Great video!

  • @xzex2609
    @xzex2609 23 дня назад

    Awesome useful video , in the end I think that the Django is the best option , and it was cleaner and very powerful one. but those other two were good.