У нас вы можете посмотреть бесплатно Scamp AI Datacenter 01 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I've set up most of my camping essentials, but I'm still missing an AI host in my camper. I want an offline AI system that can provide information about my Scamp camper, general camping tips, local parks, and RV facilities for trip planning. Privacy is important, so any info I share with the AI should remain confidential and not be shared online. 00:00 Introduction to the project 02:24 Walk though of the hardware (and some software) being used in this project. I spent a few months learning the basics of AI technology before getting to this point. 05:43 A closer look at the Jetson Nano, why and how I am using it. Then I run though what I did to set up the Jetson nano so it runs off a SSD and can run an Ollama instance for hosting small LLMs. 13:03 A demonstration of running Ollama and LLMs on the Jetson 17:21 A closer look at the Raspberry PI used in this project. I run through the steps to set up the Raspberry PI. I installed Docker. Portainer and Open-Webui 20:40 I demonstrate using Open-WEBUI to work with Ollama. 22:48 I look at the hardware setup including the computer rack I built to house the Raspberry PI and Jetson in the Scamp. It should all fit under the seat in the scamp and take about 2A to run. 24:27 A demonstration of using the Open-WebUI in voice mode. I needed to set up a NGINX reverse proxy to get a ssl connection to the Open-webui interface (Not covered in this video but a document showing how I did it is at the end of this.). I use btop monitor to make it more obvious where processing is happening and to check on resource usage. All looks good. Resources Software Jetpack SD download - https://developer.nvidia.com/embedded... Etcher SD Card writer - https://etcher.balena.io/ Jetson Nano SD card setup - • Jetson Orin Nano Super Setup Guide | OS In... How to setup Jetson SSD from the SD - • Orin Nano Super + SSD - No Host Required! Parts Jetson Nano from Sparkfun - https://www.sparkfun.com/nvidia-jetso... Aluminum Extrusion - https://www.amazon.com/dp/B0CL49S9QX Aluminum Extrusion connectors etc. - https://www.amazon.com/dp/B0B3DJ67TQ and https://www.amazon.com/dp/B07PZKRTYZ Rack side panels - https://www.amazon.com/dp/B0CXPD5VC2 Raspberry Pi 5 – https://www.pishop.us/product/raspber... NVMe Base for Raspberry Pi 5 - https://www.pishop.us/product/nvme-ba... SSD cards - https://www.amazon.com/dp/B082BJ4679 Network Switch/Splitter 3-1 - https://www.amazon.com/dp/B0CW9LZQZM 5V power converter - https://www.amazon.com/dp/B0BLSGDVHF Jetson Mount stl 3d printer file - https://github.com/somervda/scampai/b... Install Document (The commands I used can be cut and pasted from this document) - https://github.com/somervda/scampai/b... How I set up NGINX as a reverse proxy (Not covered in video) but I set up NGINX in docker as a reverse proxy and used custom certificate to provide a HTTPS (SSL) access point - https://github.com/somervda/scampai/b...