Skip to content

Commit 597b31b

Browse files
committed
update MIT License badge
1 parent 18403e4 commit 597b31b

1 file changed

Lines changed: 33 additions & 22 deletions

File tree

README.md

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 Large Language Models Tutorial Collection
22

3-
[![GitHub stars](https://img.shields.io/github/stars/atef-ataya/Large-Language-Models-Tutorial?style=social)](https://github.com/atef-ataya/Large-Language-Models-Tutorial/stargazers)
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/atef-ataya/Large-Language-Models-Tutorial/blob/master/LICENSE)
44
[![GitHub forks](https://img.shields.io/github/forks/atef-ataya/Large-Language-Models-Tutorial?style=social)](https://github.com/atef-ataya/Large-Language-Models-Tutorial/network/members)
55
[![GitHub license](https://img.shields.io/github/license/atef-ataya/Large-Language-Models-Tutorial)](https://github.com/atef-ataya/Large-Language-Models-Tutorial/blob/main/LICENSE)
66
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
@@ -22,11 +22,13 @@ Transform from LLM beginner to expert with **interactive tutorials** covering:
2222
## 🚀 Quick Start
2323

2424
### Option 1: Run in Google Colab (Recommended)
25+
2526
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial)
2627

2728
**No setup required!** Click above to start learning immediately.
2829

2930
### Option 2: Local Installation
31+
3032
```bash
3133
# Clone the repository
3234
git clone https://github.com/atef-ataya/Large-Language-Models-Tutorial.git
@@ -40,37 +42,42 @@ jupyter notebook
4042
```
4143

4244
### Option 3: GitHub Codespaces
45+
4346
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/atef-ataya/Large-Language-Models-Tutorial)
4447

4548
## 📚 Tutorial Catalog
4649

4750
### 🎓 Beginner Tutorials
48-
| Tutorial | Description | Colab Link |
49-
|----------|-------------|------------|
50-
| **LangChain 101** | Master embeddings, vector stores, and retrieval | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/LangChain%20101.ipynb) |
51-
| **Prompt Engineering** | Learn advanced prompting techniques | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Zero-Shot%20Sentiment%20Analysis.ipynb) |
51+
52+
| Tutorial | Description | Colab Link |
53+
| -------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
54+
| **LangChain 101** | Master embeddings, vector stores, and retrieval | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/LangChain%20101.ipynb) |
55+
| **Prompt Engineering** | Learn advanced prompting techniques | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Zero-Shot%20Sentiment%20Analysis.ipynb) |
5357

5458
### 🛠️ Application Development
55-
| Tutorial | Description | Colab Link |
56-
|----------|-------------|------------|
57-
| **Question-Answering System** | Build intelligent Q&A applications | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/ChatGPT%20Clone.ipynb) |
59-
| **Wikipedia Chatbot** | OpenAI + Pinecone powered chatbot | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Building%20a%20Wikipedia%20Chatbot%20with%20OpenAI,%20Pinecone,%20and%20LangChain.ipynb) |
59+
60+
| Tutorial | Description | Colab Link |
61+
| ----------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
62+
| **Question-Answering System** | Build intelligent Q&A applications | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/ChatGPT%20Clone.ipynb) |
64+
| **Wikipedia Chatbot** | OpenAI + Pinecone powered chatbot | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Building%20a%20Wikipedia%20Chatbot%20with%20OpenAI,%20Pinecone,%20and%20LangChain.ipynb) |
6065

6166
### 🤖 AI Agents & Advanced Techniques
62-
| Tutorial | Description | Colab Link |
63-
|----------|-------------|------------|
64-
| **Tavily AI Research Agent** | Autonomous research and analysis | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Reflection%20in%20LangGraph.ipynb) |
67+
68+
| Tutorial | Description | Colab Link |
69+
| ---------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
70+
| **Tavily AI Research Agent** | Autonomous research and analysis | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Reflection%20in%20LangGraph.ipynb) |
6773

6874
### 🎨 Creative & Specialized Applications
69-
| Tutorial | Description | Colab Link |
70-
|----------|-------------|------------|
71-
| **Recipe & Image Generator** | AI-powered cooking assistant | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Youtube%20downloader%20and%20summary.ipynb) |
75+
76+
| Tutorial | Description | Colab Link |
77+
| ---------------------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
78+
| **Recipe & Image Generator** | AI-powered cooking assistant | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](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 | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/atef-ataya/Large-Language-Models-Tutorial/blob/main/Tutorial%20-%20Youtube%20downloader%20and%20summary.ipynb) |
7481

7582
## 🎥 Video Tutorials
7683

@@ -79,6 +86,7 @@ Each notebook corresponds to a detailed video tutorial on my YouTube channel:
7986
[![YouTube Channel](https://img.shields.io/badge/YouTube-@atefataya-red?style=for-the-badge&logo=youtube)](https://www.youtube.com/@atefataya)
8087

8188
**Latest Videos:**
89+
8290
- 🎬 [Building AI Agents with LangGraph](https://www.youtube.com/@atefataya)
8391
- 🎬 [Advanced Prompt Engineering Techniques](https://www.youtube.com/@atefataya)
8492
- 🎬 [Creating Production-Ready LLM Applications](https://www.youtube.com/@atefataya)
@@ -117,6 +125,7 @@ Love this project? Here's how you can help:
117125
- 📢 **Share with others** who might find it useful
118126

119127
### Contributing Guidelines
128+
120129
- Check out our [Contributing Guide](CONTRIBUTING.md)
121130
- 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)
122131
- Join our [Discussions](https://github.com/atef-ataya/Large-Language-Models-Tutorial/discussions)
@@ -148,17 +157,19 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
148157
## 🔮 Roadmap
149158

150159
### Coming Soon
160+
151161
- [ ] Advanced RAG techniques
152162
- [ ] Multi-modal AI applications
153163
- [ ] LLM fine-tuning tutorials
154164
- [ ] Production deployment guides
155165
- [ ] API integration examples
156166

157167
### Want to Suggest a Tutorial?
168+
158169
[Open an issue](https://github.com/atef-ataya/Large-Language-Models-Tutorial/issues/new) with your idea!
159170

160171
---
161172

162173
**⭐ Found this helpful? Give it a star and share with fellow developers!**
163174

164-
*Built with ❤️ by [Atef Ataya](https://atefataya.com) | Follow me on [Twitter](https://twitter.com/atef_ataya) for AI updates*
175+
_Built with ❤️ by [Atef Ataya](https://atefataya.com) | Follow me on [Twitter](https://twitter.com/atef_ataya) for AI updates_

0 commit comments

Comments
 (0)