AI Model that generates videos by autoregressively!
Magi-1 — The first autoregressive diffusion model for stunning, full-length video generation by https://t.co/JJu4sIak6n
More details 👇🧵
I regularly share content on Python, ML, LLMs and AI Agents.
Follow me @itsafiz for more such content. Like and repost this tweet to support my content.
https://t.co/3InUHpJYc1
Stanford University is literally offering the Large Language Models course for FREE!
Gain hands-on experience working on LLMs
This course covers all the necessary fundamentals of LLMs, including
- Modeling
- Theory
- Ethics
- Systems aspects of LLMs
More details 🧵
Turn any website into LLM ready Data!
With just 3 lines of Python code, you can crawl any website using @firecrawl
- Open source
- GitHub repo details 🧵👇
Introducing GitHub's Official MCP Server!
With the GitHub MCP Server, you can:
- Automate GitHub workflows and processes
- Extract and analyze data from GitHub repositories
- Build AI-powered tools and applications that interact with the GitHub ecosystem
100% Open Source
mcp-use: open-source library that lets you connect your agents and LLMs to any MCP server.
All you need is just few lines of Python code.
100% Opensource
Next-Level Code Reviews: AI at Its Best!
Tried this tool called Qodo Merge for code reviews — and I’m kinda blown away.
They just added RAG (retrieval-augmented generation), and it actually understands your codebase context. Not just the PR. 🧵👇
AssemblyAI raises the bar with Universal-1, their most powerful speech recognition model yet!
- Trained on a massive 12.5M+ hrs of multilingual audio
- Best-in-class accuracy for English, Spanish, French & German
- 13.5% more accurate than Whisper
More: https://t.co/yuOFeGK9Cc
Key stats:
- 13.5% more accurate than models like Whisper and >22% more accurate than APIs from Azure/AWS/Google
- Up to 30% fewer hallucinations than seq2seq models like Whisper
- 71% better speaker count estimation
Build your first Local RAG pipeline using DSPy, Mistral via @ollama and @weaviate_io 🚀
The title introduces several unfamiliar words. Below, you’ll find their definitions. 👇
What is Ollama?
With Ollama, you can locally run open-source large language models (LLMs) like Mistral, Llama 2, or Gemma.
What is DSPy?
DSPy is a framework for optimizing language model prompts and weights algorithmically, enhancing NLP systems without manual engineering. 🚀
What is Weaviate?
Weaviate is an open source, AI-native vector database that helps developers create intuitive and reliable AI-powered applications.
How to download datasets in Jupyter Notebook?
Downloading datasets and unzipping is straightforward in Jupyter Notebooks. Just we need to place the ! before the Linux command.
1. Download the zip file
2. Unzip the file
Here is the quick demo 👇
Data Analyst Bootcamp for FREE!
Become a data analyst by following along with this massive course.
You will learn the core topics that data analysts need to know.
And along the way, you will build plenty of projects to gain hands-on experience.
https://t.co/lDqhihkB2a
Build Your First RAG App in Simple Steps!
RAG is the buzz in the LLM world, @Haystack_AI simplifies the process of building your RAG LLM apps with straightforward steps.
In this post, we will build one such app with Instore Memory.
Let's get started 🚀