You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,11 +22,13 @@ Transform from LLM beginner to expert with **interactive tutorials** covering:
22
22
## 🚀 Quick Start
23
23
24
24
### Option 1: Run in Google Colab (Recommended)
25
+
25
26
[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial)
26
27
27
28
**No setup required!** Click above to start learning immediately.
[](https://codespaces.new/atef-ataya/Large-Language-Models-Tutorial)
44
47
45
48
## 📚 Tutorial Catalog
46
49
47
50
### 🎓 Beginner Tutorials
48
-
| Tutorial | Description | Colab Link |
49
-
|----------|-------------|------------|
50
-
|**LangChain 101**| Master embeddings, vector stores, and retrieval |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/LangChain%20101.ipynb)|
51
-
|**Prompt Engineering**| Learn advanced prompting techniques |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Prompt%20Engineering.ipynb)|
52
-
|**Zero-Shot Sentiment Analysis**| Classify text without training data |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Zero-Shot%20Sentiment%20Analysis.ipynb)|
|**LangChain 101**| Master embeddings, vector stores, and retrieval |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/LangChain%20101.ipynb)|
55
+
|**Prompt Engineering**| Learn advanced prompting techniques |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Prompt%20Engineering.ipynb)|
56
+
|**Zero-Shot Sentiment Analysis**| Classify text without training data |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Zero-Shot%20Sentiment%20Analysis.ipynb)|
53
57
54
58
### 🛠️ Application Development
55
-
| Tutorial | Description | Colab Link |
56
-
|----------|-------------|------------|
57
-
|**Question-Answering System**| Build intelligent Q&A applications |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Question-Answering%20Application.ipynb)|
58
-
|**ChatGPT Clone**| Create your own conversational AI |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/ChatGPT%20Clone.ipynb)|
59
-
|**Wikipedia Chatbot**| OpenAI + Pinecone powered chatbot |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Building%20a%20Wikipedia%20Chatbot%20with%20OpenAI,%20Pinecone,%20and%20LangChain.ipynb)|
|**Question-Answering System**| Build intelligent Q&A applications |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Question-Answering%20Application.ipynb)|
63
+
|**ChatGPT Clone**| Create your own conversational AI |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/ChatGPT%20Clone.ipynb)|
64
+
|**Wikipedia Chatbot**| OpenAI + Pinecone powered chatbot |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Building%20a%20Wikipedia%20Chatbot%20with%20OpenAI,%20Pinecone,%20and%20LangChain.ipynb)|
60
65
61
66
### 🤖 AI Agents & Advanced Techniques
62
-
| Tutorial | Description | Colab Link |
63
-
|----------|-------------|------------|
64
-
|**Tavily AI Research Agent**| Autonomous research and analysis |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Tavily%20AI%20Research%20Agent.ipynb)|
65
-
|**Multi-Agent Systems**| Coordinate multiple AI agents |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Build%20a%20Multi-Tool%20LLM%20agent.ipynb)|
66
-
|**LangGraph Workflows**| Build complex AI workflows |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Reflection%20in%20LangGraph.ipynb)|
|**Tavily AI Research Agent**| Autonomous research and analysis |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Tavily%20AI%20Research%20Agent.ipynb)|
71
+
|**Multi-Agent Systems**| Coordinate multiple AI agents |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Build%20a%20Multi-Tool%20LLM%20agent.ipynb)|
72
+
|**LangGraph Workflows**| Build complex AI workflows |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Reflection%20in%20LangGraph.ipynb)|
67
73
68
74
### 🎨 Creative & Specialized Applications
69
-
| Tutorial | Description | Colab Link |
70
-
|----------|-------------|------------|
71
-
|**Recipe & Image Generator**| AI-powered cooking assistant |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Recipe%20%26%20Dish%20Image%20Generator.ipynb)|
72
-
|**Speech Recognition**| Whisper-powered voice interfaces |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Speech%20Recognition%20Using%20Whisper.ipynb)|
73
-
|**YouTube Summarizer**| Extract insights from videos |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Youtube%20downloader%20and%20summary.ipynb)|
|**Recipe & Image Generator**| AI-powered cooking assistant |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Recipe%20%26%20Dish%20Image%20Generator.ipynb)|
79
+
|**Speech Recognition**| Whisper-powered voice interfaces |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Speech%20Recognition%20Using%20Whisper.ipynb)|
80
+
|**YouTube Summarizer**| Extract insights from videos |[](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Youtube%20downloader%20and%20summary.ipynb)|
74
81
75
82
## 🎥 Video Tutorials
76
83
@@ -79,6 +86,7 @@ Each notebook corresponds to a detailed video tutorial on my YouTube channel:
@@ -117,6 +125,7 @@ Love this project? Here's how you can help:
117
125
- 📢 **Share with others** who might find it useful
118
126
119
127
### Contributing Guidelines
128
+
120
129
- Check out our [Contributing Guide](CONTRIBUTING.md)
121
130
- Look for [good first issues](https://github.com/atef-ataya/Large-Language-Models-Tutorial/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
0 commit comments