Afiz ⚡️ Profile picture
Jul 5, 2023 12 tweets 5 min read Read on X
Google is offering a Generative AI Learning Path with 10 courses for FREE!

- Intro to Generative AI
- Intro to LLMs
- Intro to Image Generation
- Encoder-Decoder Architecture
- Transformer Models and more

A Thread 🧵👇
1. Introduction to Generative AI

https://t.co/pS9CgjGhr0cloudskillsboost.google/course_templat…
2. Introduction to Large Language Models

https://t.co/fp3KAgGEgBcloudskillsboost.google/course_templat…
3. Introduction to Responsible AI

https://t.co/lm28vluIUscloudskillsboost.google/course_templat…
4. Generative AI Fundamentals

https://t.co/OY2J2ho4jzcloudskillsboost.google/course_templat…
5. Introduction to Image Generation

https://t.co/T4sBSlLITqcloudskillsboost.google/course_templat…
6. Encoder-Decoder Architecture

https://t.co/UTOTFDCrTbcloudskillsboost.google/course_templat…
7. Attention Mechanism

https://t.co/1pQsYliMlWcloudskillsboost.google/course_templat…
8. Transformer Models and BERT Model

https://t.co/F11f6kr8umcloudskillsboost.google/course_templat…
9. Create Image Captioning Models

https://t.co/BioRr5iDE4cloudskillsboost.google/course_templat…
10. Introduction to Generative AI Studio

https://t.co/BQ6DDnTdFJcloudskillsboost.google/course_templat…
I hope you like this content!

I create content around Python, NLP, ML and AI.

Follow me at @itsafiz, if you don't want to miss anything.

RT 🔁 and Like ❤️ the first tweet to share with your friends!

Cheers 🎉

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Afiz ⚡️

Afiz ⚡️ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @itsafiz

Feb 1
This is huge:

Now you can run Claude Code for FREE!

It's Sunday, and I tried running Claude Code locally using @ollama.

No API costs, no rate limits, 100% local.

A step-by-step guide 🧵 👇 Image
@ollama Step 1:

Download Ollama. We will be using Ollama to run the models locally.

ollama.com/download/mac
@ollama Step 2: Install Claude Code

Here is the command to install Image
Read 8 tweets
Jan 10
LangGraph 101: (with code snippets)

Are you new to LangGraph? Curious about how to build AI Agents using LangGraph @LangChain? This thread is for you.

A Thread 🧵👇 Image
@LangChain What is LangGraph?

LangGraph is a low-level orchestration framework designed for building stateful, multi-agent systems by representing workflows as graphs

Its core architecture is built upon four primary components:
1. State
2. Nodes
3. Edges
4. Graph

github.com/langchain-ai/l…
@LangChain 1. State: The application's memory

The State is a shared data structure that acts as the application's memory. It tracks variables and context that nodes can access and modify during execution. Image
Read 8 tweets
Aug 6, 2025
Summarize any book using Python!

We all love books, but sometimes we just want to read the gist of them. This program helps you to summarize any book in 5 lines of code.

Find the code 🧵 Image
You need to know how to extract text from PDF files, before summarizing them.

check out this post for the same.

Check this out, if you want to genearate the summarized audibook

Read 5 tweets
Aug 2, 2025
Extract Text from Audio files using Python

In the next couple of days, We will see how to extract text from audio and video files. Follow me @itsafiz if you don't want to miss it.

A Thread 🧵👇 Image
There are many ways and platforms that supports extracting text from audio file.
Such as

1. IBM's Speech to Text: cloud.ibm.com/apidocs/speech…
2. Google Speech to Text: codelabs.developers.google.com/codelabs/cloud…
In this example, I have used @AssemblyAI for transcribing the audio file.

Please get the free API Key from AssemblyAI website for FREE to execute this example.

assemblyai.com/dashboard/over…
Read 5 tweets
Jan 23, 2024
What's the next for SQL database?

Add vector search extension?

Why not SQL vector database? What is that?

Let's find out 🚀 Image
@MyScaleDB Introducing @MyscaleDB (), a Fully SQL Compatible Vector Database that addresses challenges in:

- Semantic understanding
- Complex queries to the high-dimensional data
- Processing massive volumes of data with high performancemyscale.com
Fully compatible with SQL:

- Powerful SQL interface
- Integrates with existing data ecosystems, executing complex queries.
- Supporting Text2SQL makes easy-of-use for non-coding data analysts.
- Rich set of features includes vector search, metadata filtering and even joins.
Read 6 tweets
Jan 14, 2024
Build Question Answering AI App for Audio Data!

Today, we will see how we can build QnA AI app for Audio Data using @AssemblyAI, @LangChainAI and @OpenAI

In just 3 simple steps, we can achieve this.

Let's get started 🚀 Image
1. Install the required python modules

We need to install langchain, assemblyai and openai python modules Image
2. Load Audio data using LangChain

Before executing the below code set Assembly AI and OpenAI API keys.

This code loads the data from the given audio file URL. Image
Read 5 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(