- Видео 11
- Просмотров 26 858
theterminalguy
Канада
Добавлен 24 июн 2015
On-Device Large Language Models: No API, No ChatGPT, Full Control
Discover how to run large language models (LLMs) directly on your device without relying on APIs or third-party services like ChatGPT. In this video, we'll walk you through the setup process, demonstrate a working example using Google's MediaPipe Tasks Gen AI API, and explore the potential of private, offline AI. Perfect for developers looking to harness the power of on-device AI!
Table of Contents:
0:00 - Introduction: Overview of On-Device Large Language Models
0:40 - Conversational Assistants: Demonstrating how the LLM answers questions
1:05 - Creative Writing: Generating a sci-fi story introduction
1:20 - Summarization: Condensing long text into concise summaries
1:41 - Code Generation: Cre...
Table of Contents:
0:00 - Introduction: Overview of On-Device Large Language Models
0:40 - Conversational Assistants: Demonstrating how the LLM answers questions
1:05 - Creative Writing: Generating a sci-fi story introduction
1:20 - Summarization: Condensing long text into concise summaries
1:41 - Code Generation: Cre...
Просмотров: 108
Видео
Learn to code: Module 2 - Core JavaScript Building Blocks
Просмотров 57Год назад
Learn the core of javascript. These foundations will help you become a better programmer. Gear up and let's solidify those JS basics together! #JavaScriptCore #CodingFoundations 💡🛠💻 #100daysofcode #beginners #programming #javascript #javascript
Learn to code: Module 1 - Introduction to Programming & JavaScript’s Role
Просмотров 18Год назад
There are so many programming languages out there in the world. What makes them different ? We'd learn all this in today's video #programming #100daysofcode #javascript #beginners
Learn to code: Module 0 - Introduction to Programming
Просмотров 25Год назад
JavaScript Foundations: A 4-Week Journey from Novice to Developer Dive into the captivating world of programming with this kick-off video! 🚀 From uncovering the real essence of programming to exploring the daily life of a software developer, this is your first step into a potential game-changing career. Whether you're just curious or considering a career pivot, this video lays the foundation fo...
Lexical Facebook Editor: A Practical Introduction
Просмотров 8 тыс.2 года назад
Source code: github.com/theterminalguy/youtube-tutorials/tree/main/yted-introduction-to-lexical-editor Lexical: lexical.dev/ #lexical #editor #react #javascript #typescript
Floatcam - a floating camera for any screen recorder
Просмотров 8302 года назад
Floatcam is a simple, lightweight, and easy-to-use camera app that can be used alongside any screen recorder. It floats on top of other apps, so you can easily record your screen and your face at the same time. It is perfect for recording tutorials, gameplay, or anything else you want to share with the world. The floating camera preview can be moved around while recording. You don't have to wor...
Autostrada: A Go-lang Scaffold Generator (Quick Review)
Просмотров 3842 года назад
If you are new, you will find that there aren't any "tested and trusted" folder structures that just work. Each application is different and comes with its own challenges. Autostrada claims to help with this decision by choosing for you. In this video, I go over what I like and don't like about Autostrada. I also suggested a simpler alternative which involves using the built-in go-lang template...
Build an ngrok alternative with Inlets and Caddy
Просмотров 5184 года назад
In this tutorial, I will show you how to build a ngrok alternative using Inlets as an exit server and Caddy as a reverse proxy for HTTPS traffic. We will then map a subdomain we own to the Droplet’s public IP address for ease of access. Blog Post theterminalguy.sh/posts/build-an-ngrok-alternative-with-inlets-and-caddy/
3 - Backbone js Intro Quick Example (collections and collection view) - part b
Просмотров 9857 лет назад
A quick introduction to backbone collections. This is a continuation of the second video(ruclips.net/video/_MNcle7_Bpc/видео.html). It covers : - backbone collections and collection views. Enjoy
2 - Backbone js Intro Quick Example (collections and collection view) - part a
Просмотров 1,3 тыс.7 лет назад
A quick introduction to backbone collections. This is a continuation of the first video(ruclips.net/video/_iFLGz4zfbY/видео.html). It covers : - backbone collections and collection views. Enjoy
1 - Backbone.js Intro Quick Example (model, views and template)
Просмотров 14 тыс.8 лет назад
This video is a basic overview of Backbone.js which focuses on Backbone models, views and templating with underscore.js. It is not a complete introduction to backbone.js but beginners with background in javascript can still follow. It is also my first youtube screencast GitHub Link: github.com/theterminalguy/backbone_antbucket
please can you add a feature in this so that i can blur my background or remove my background or change it with any other picture i want to. By the way, very nice app.
two years has passed and you're still the live saver. I'll help my content creation. Why don't you put it on apply store for better outreach?
can you make more videos of lexical
super helpful, thanks so much
when i select world first then the word hello it causes issues
when it came to creating custom node you did exactly what the documentation did, you could have explained it properly not fly over it bro
great, kindly create part 2 of this with richtexteditor mentions and hashtags and emojis, next level pleaseeee
thanks for this video, you are really helped me to understand this library much better
1:02:05 "Really?" 😂 Your reactions are gold. Thanks for making this video! It was super helpful. Liked and subscribed 👍
Thank you! I'm glad I could help
11:55 Lmao 🤣 ... I was thinking wait what I thought this was a 1 hour long tutorial
Спасибо большое за видео. Интересно бы узнать как пользоваться функцией select в richtext
That's what I need now.
Pretty cool and chill content. Very nice!
Thanks man, it was really useful
thanks, good explanation. (it would be much better if timestamps were included!)
Thank you @shreyas.jadhav. I'm still figuring out this YoutTube thing 😄
@@theterminalguy haha 🤣 I feel
Thank you for doing a video on lexical! I still would like to know what does lexical return. I need to be able to send the edited text to the db right? then call it so it shows on a page. In other words how would i get the results of what is being typed inside lexical.
Lexical returns JSON. The editor state which is a combination of all the nodes in the editor, their attributes, styles, events, etc are serialized into JSON. You can export that store in a file, database or anywhere else. You can also initialize a lexical editor with a state from the Database, disk, etc. A good example is the playground, if you click on the download button, it downloads the current editor state. If you clear everything in the editor and re-import the downloaded state (which is JSON), it will initialize the editor to the imported state. You can serialize the editor state to JSON using the example here lexical.dev/docs/concepts/serialization#lexical---json Hope this helps
@theterminalguy that's unfortunate I was hoping it out output html. So I would have to build my front end around the text editor.
@@wovasteengova you can also serialize the editor to HTML see here lexical.dev/docs/concepts/serialization#lexical---html
@@theterminalguy you are absolutely amazing. Thank you.
@@theterminalguy hmm maybe using having it return JSON is better. Im not sure how to build around it the JSON blocks tho. But ill figure it out.
for your lexical video the comments are removed. I still would like to know what does lexical return. I need to be able to send the edited text to the db right? then call it so it shows on a page?
Hi @wovasteengova could you move the comment back to the video and I'll answer your question there. Thanks
Can you post the GitHub to this?
github.com/theterminalguy/backbone_antbucket
Hey I'm using AWS EC2 as my VM, any idea on what would be the alternative for inlets in my case?
Hi Vignesh, a popular alternative to inlets is github.com/mmatczuk/go-http-tunnel
I just want to say thanks! This really helped me.
how can i use this with L3mon
Thank you! Very helpful video!
thanks for the free ngrok
very good explanation.
You could have shared a git repo for the samples you tried. It would have been lot easier for us. Thanks BTW.
Everytime you entered go fight I can't stop to laugh, thanks for your tutorial
extremely helpful. thank you!
hello
Thanks Damian! Very helpful!
Hey Damian, thanks for sharing this quick and pretty straighforward tutorial! Sometimes I had to volume down the laptop for your screams hahaha, but it was totally cool btw, ñ.ñ I have subscribed to your channel, waiting for more Backbone videos!
Hi, @jiuguits. Thanks for the positive feedback, will do my best to release more videos, working 9 - 5 for a startup is really challenging but should be releasing more videos very soon.
I like the way he pronounces framework's name *B A K B O N*
Nice one !! render() will call in default. So why do you want to call it ?
This tutorial was amazing! Super simple, straightforward, and easy to understand. Do you have any plans to do the same for Marionette?
nice tutorial....
Thanks my Naija Bro..This backbone gave me so much headache till i came accross ur video.. One love man
Good job simon. keep going . best wishes from india
Thanks.
Thanks
Your are welcome.
Cool video! Quickly and all very clear. Great deal of job! Thank you, man!
That was pretty good! How about another? We want collections. And we'll need events for sure.
Peter Mumford thanks, I will make another one on collections like you suggested.
Great video, no video on collections after though? Shame
New video release on backbone collections and collection views check out this playlist ruclips.net/video/_iFLGz4zfbY/видео.html
Thank you guys for the feedback. Based on this, I will do my best to make another video on Backbone collections.
Nice one bro, keep it up