Practical AI through Prototypes
Practical AI through Prototypes
  • 89
  • 50 473
Local AI code completion using @Mozilla 's Llamafile + React.
This video shows you how to install a local AI coding model that supports FIM (fill in the middle) code completion, and run a browser-based app running next.js and react to implement the AI's suggestions.
Code can be found here: github.com/heaversm/llamafile-code-completion.
The llamafile used in this demo can be found here: huggingface.co/raincoder/deepseek-coder-1.3b-llamafile
You can find out more about Llamafile here:
github.com/Mozilla-Ocho/llamafile
มุมมอง: 15

วีดีโอ

Make a No-Code Website in Minutes using Next.js / React / Vercel & Claude Artifacts
มุมมอง 14314 วันที่ผ่านมา
In this video we'll quickly walk through how to use Anthropic's Claude AI to generate no-code Next.js / React Javascript Web Apps that you can deploy with one click from a Github repo to Vercel. Claude generates a great foundation from which to build more scalable custom web apps, but also works for self-serve workflows for any repetitive task you find yourself / your team / company doing. Next...
Make bespoke web apps instantly just by describing them with Claude AI Artifacts.
มุมมอง 9121 วันที่ผ่านมา
Claude Artifacts is a productivity game changer. In this video I'll show you how I made a transcript to text document converter with just a simple AI prompt. Claude can make custom react components for your existing codebase, or generate hosted public web apps that anyone can use. We'll also look at how other developers such as Simon Willison are using Claude for a multitude of use cases. 0:00 ...
VotebookLM - Become an informed voter with the help of AI
มุมมอง 68หลายเดือนก่อน
NotebookLM is a way to upload information about a topic, and find information within them with the help of AI. In this video you'll see how to use it to create your own custom voting guide, complete with candidate info, endorsements, citations, and suggested topics.
Boost Your AI Results with this free tool from Mozilla
มุมมอง 234หลายเดือนก่อน
Formulaic is a prompt management tool from Mozilla's Innovation Studio that helps improve AI-generated results by making prompt engineering and model comparison cheaper, better, and easier. In this video you’ll learn how to iterate on prompts, compare models, and work with contextual information from your own personal files and data. By the end, you’ll understand how Formulaic can transform the...
Run the new Llama 1b parameter AI model local, private, & free with Mozilla Llamafile.
มุมมอง 636หลายเดือนก่อน
This video walks through downloading, installing, and running the new, fast Llama 3.2 1b AI model from Meta on your own computer. It also includes a sneak peak at Llamafile's new chat interface.
First look at Google's ImageFX generative AI editing capabilities
มุมมอง 5673 หลายเดือนก่อน
Walking through the photoshop-esque new AI editing capabilities of Imagen 3 via Google's Trusted Tester program. In this video you can manipulate different variations of your text prompt, as well as highlight areas of the photo that you want to modify and provide a description for just that area of modification. #generativeai , #texttoimage
Quick Tutorial: How to rotate a texture on a single face in blender
มุมมอง 1.1K4 หลายเดือนก่อน
In a previous video, I showed you how to apply a texture to a single face of an object in blender. In this video, I'll quickly show you how to rotate that face using the UV mapping - rotate feature. How to apply a texture to a single face: th-cam.com/video/Rx-aOHCfTOw/w-d-xo.html
Automate AI Research with Crew.ai and Mozilla Llamafile
มุมมอง 12K6 หลายเดือนก่อน
In this video we'll walk through how to set up crew.ai with Mozilla LLamafile to run a local large language model on your computer and automate multi-step tasks using a model of your choosing. Sample Code: github.com/heaversm/crew-llamafile List of Llamafile Models on hugging face: huggingface.co/models?library=llamafile Serper Search API: serper.dev/ CrewAI documentation - docs.crewai.com/how-...
First Look at Cohere's Coral Toolkit for RAG
มุมมอง 5496 หลายเดือนก่อน
Cohere's Coral AI Toolkit is an open source collection of prebuilt components to help developers quickly build RAG applications, in order to ask questions about your docs, or directly against coral LLM models. In this video we'll walk through installing and using the prebuilt components of the Coral Toolkit. About Me: I am a Staff Design Technologist on Mozilla's Innovation Team. All opinions a...
Measuring the carbon footprint of LLM training with the Impact Framework
มุมมอง 1716 หลายเดือนก่อน
In this video we'll use the LLM Carbon plugin for Green Software Foundation's Impact Framework to measure CO2 impact of training LLMs like Meta's Llama-7B. I'll then go through each of the inputs required to make the calculations. Lastly, we'll look at some of the other ways of using the Impact Framework. LLM Carbon Plugin - github.com/Jjing-Liang/LLMCarbon /tree/main Llama Training Research - ...
Link Gradio Figma Components to Code with Chromatic Storybook Connect
มุมมอง 2167 หลายเดือนก่อน
In this video we show you how to link our Gradio Figma UI components to their Storybook Counterparts with Chromatic's Storybook Connect Plugin. By doing this you can leverage all of the capabilities of Storybook directly within Figma, and easily leverage the UI comparison / regression testing capabilities of Chromatic within your build process. Links: Gradio UI for Figma Components: www.figma.c...
Carbon Hack 24 Final Project Submission
มุมมอง 1177 หลายเดือนก่อน
A summary of all the things we built for the Green Software Foundation's Carbon Hack 24, focused on the Impact Framework. Project Submission Github Issue: github.com/green-Software-Foundation/hack/issues/97 Getting Started Github Code Repo - github.com/heaversm/carbonhack-if Getting Started Medium Article - medium.com/@iretehamdani/how-to-use-the-impact-framework-to-measure-the-environmental-im...
Carbon Hack 24 Final Project Submission
มุมมอง 137 หลายเดือนก่อน
A summary of all the things we built for the Green Software Foundation's Carbon Hack 24, focused on the Impact Framework.
Approaches and Considerations to Measuring Website Energy Usage
มุมมอง 657 หลายเดือนก่อน
In this video, we'll look at two methods of measuring website carbon emissions - by either attributing a portion of overall energy usage to the webpage, or by calculating the energy used by each of a webpage's component parts - from the data, to the networking, to the device, and the embodied carbon of all of the equipment used to run it. We'll discuss tradeoffs and considerations of both appro...
How to use the Impact Framework to calculate your website's carbon emissions
มุมมอง 1147 หลายเดือนก่อน
How to use the Impact Framework to calculate your website's carbon emissions
GSF Impact Framework Plugin Registry Prototype
มุมมอง 357 หลายเดือนก่อน
GSF Impact Framework Plugin Registry Prototype
GSF Impact Framework Pipeline Builder Prototype
มุมมอง 587 หลายเดือนก่อน
GSF Impact Framework Pipeline Builder Prototype
Getting Started with the Green Software Impact Framework
มุมมอง 2357 หลายเดือนก่อน
Getting Started with the Green Software Impact Framework
Build with Google's New AI Text to Image API: Imagen
มุมมอง 9668 หลายเดือนก่อน
Build with Google's New AI Text to Image API: Imagen
Every developer should learn this! Website Accessibility testing using a screen reader
มุมมอง 5618 หลายเดือนก่อน
Every developer should learn this! Website Accessibility testing using a screen reader
Can these free text summarizers stack up against chatGPT?
มุมมอง 839 หลายเดือนก่อน
Can these free text summarizers stack up against chatGPT?
Infinite AI Zoom Animation using just Photoshop
มุมมอง 9209 หลายเดือนก่อน
Infinite AI Zoom Animation using just Photoshop
2 AI Chatbots Debate the Future of AI
มุมมอง 2539 หลายเดือนก่อน
2 AI Chatbots Debate the Future of AI
Practical AI: Agriculture
มุมมอง 19310 หลายเดือนก่อน
Practical AI: Agriculture
How to prepare and annotate data for use in ML model fine tuning with Label Studio
มุมมอง 1.1K10 หลายเดือนก่อน
How to prepare and annotate data for use in ML model fine tuning with Label Studio
Chat with AI in Discord with an open source local LLM
มุมมอง 4.3K10 หลายเดือนก่อน
Chat with AI in Discord with an open source local LLM
Ditch ChatGPT and try one of these downloadable options
มุมมอง 1.3K11 หลายเดือนก่อน
Ditch ChatGPT and try one of these downloadable options
Autonomous AI agents and scraping for data gathering
มุมมอง 2.9K11 หลายเดือนก่อน
Autonomous AI agents and scraping for data gathering
Talk on Building Education into the Prototyping Process at Mozilla Innovation
มุมมอง 5811 หลายเดือนก่อน
Talk on Building Education into the Prototyping Process at Mozilla Innovation