Skip to content

Commit 03af4a3

Browse files
authored
Update README.md
1 parent 107c577 commit 03af4a3

1 file changed

Lines changed: 67 additions & 14 deletions

File tree

README.md

Lines changed: 67 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,73 @@
7777

7878
## Help
7979
- ### ✨🔥🔎 Most Popular AI Tools :
80-
## ✨🔥🔎 Most Popular AI Tools
81-
| 🖼️ Logo name with clickable links 🔗 | 🤖 Name of AI ✨ | 📜 About 🔎 |
82-
| --- | --- | --- |
83-
| <a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="40" alt="ChatGPT"></a> | **ChatGPT** | A conversational AI chatbot developed by **OpenAI**. Based on the **Generative Pre-trained Transformer** architecture, it can follow instructions, answer questions, and generate human-like text (essays, code, summaries, etc.). |
84-
| <a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40" alt="Gemini"></a> | **Gemini** | Multimodal large-language-model family by **Google DeepMind**. Handles text, images, audio, video, and code; available in multiple versions (**Ultra**, **Pro**, **Nano**). |
85-
| <a href="https://claude.ai/"><img src="assets/claude.png" height="40" alt="Claude"></a> | **Claude** | Chatbot series by **Anthropic**, trained with **Constitutional AI** for safety and reliability. Excellent at reasoning, summarization, and programming tasks. |
86-
| <a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40" alt="DeepSeek"></a> | **DeepSeek** | Chinese AI company providing open-weight and commercial **LLMs**. Known for high efficiency and strong performance-per-cost ratio, rivaling top global models. |
87-
| <a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40" alt="Perplexity"></a> | **Perplexity** | An AI-powered **answer engine** that combines real-time web search with LLM responses, returning direct answers (with citations) instead of links. |
88-
| <a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40" alt="Mistral"></a> | **Mistral** | French startup building open-source and commercial LLMs. Known for the **Mixtral-of-Experts** model offering efficient, high-quality generation. |
89-
| <a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40" alt="Meta Llama"></a> | **Meta Llama** | **LLaMA (Large Language Model Meta AI)** is Meta’s family of foundation models for research and commercial use. |
90-
| <a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40" alt="Qwen"></a> | **Qwen AI** | Developed by **Alibaba Cloud**, Qwen supports text, vision, and audio. Offers both open-source and enterprise variants. |
91-
| <a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40" alt="GitHub Copilot"></a> | **GitHub Copilot** | AI coding assistant from **GitHub** (and **OpenAI**) that autocompletes code, generates functions, and explains snippets directly in your IDE. |
92-
| <a href="https://x.ai/"><img src="assets/grok.png" height="40" alt="Grok AI"></a> | **Grok AI** | Chatbot built by **xAI** (founded by **Elon Musk**). Offers real-time data access and humorous, context-aware responses. |
93-
| <a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="40" alt="MiniMax Agent"></a> | **MiniMax Agent** | **MiniMax-M2**, developed by **MiniMax AI**, uses a **Mixture-of-Experts (MoE)** design for fast and efficient reasoning. |
80+
<table>
81+
<thead>
82+
<tr>
83+
<th>🖼️ Logo name with clickable links 🔗</th>
84+
<th>🤖 Name of AI ✨</th>
85+
<th>📜 About 🔎</th>
86+
</tr>
87+
</thead>
88+
<tbody>
89+
<tr>
90+
<td><a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="40"></a></td>
91+
<td><strong>ChatGPT</strong></td>
92+
<td>A <strong>conversational</strong> AI chatbot developed by OpenAI. It is based on the <strong>“Generative Pre-trained Transformer”</strong> architecture and is trained to follow instructions, answer questions, generate text (essays, code, summaries) in a human-like manner.</td>
93+
</tr>
94+
<tr>
95+
<td><a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40"></a></td>
96+
<td><strong>Gemini</strong></td>
97+
<td>A family of multimodal large-language models and a chatbot developed by <strong>Google AI / Google DeepMind</strong>. It is designed to process multiple modalities (text, image, audio, video, code) and run at different scales (Ultra, Pro, Nano).</td>
98+
</tr>
99+
<tr>
100+
<td><a href="https://claude.ai/"><img src="assets/claude.png" height="40"></a></td>
101+
<td><strong>Claude</strong></td>
102+
<td>A family of large-language-model chatbots developed by <strong>Anthropic</strong>. It supports tasks like natural language understanding, summarization, code generation, dialog, and is trained with safety/ethical considerations (so-called <strong>“constitutional AI”</strong> methods).</td>
103+
</tr>
104+
<tr>
105+
<td><a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40"></a></td>
106+
<td><strong>DeepSeek</strong></td>
107+
<td>A Chinese AI firm/model family offering large-language-model technology and chatbot services (open-weight models) from China. It is noted for providing inexpensive LLMs and surpassing most state of the art ai model in cost to efficiency ratio surpassing <strong>OpenAI O1 Reasoning model</strong>.</td>
108+
</tr>
109+
<tr>
110+
<td><a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40"></a></td>
111+
<td><strong>Perplexity</strong></td>
112+
<td>An AI-powered <strong>“answer engine”</strong> / search-plus-chatbot developed by <strong>Perplexity AI, Inc..</strong> It combines real-time web search with large-language-model generation to give users direct answers (with citations) rather than just a list of links.</td>
113+
</tr>
114+
<tr>
115+
<td><a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40"></a></td>
116+
<td><strong>Mistral</strong></td>
117+
<td>A French startup <strong>(Mistral AI)</strong> building both open-source and commercial large-language models. The name here refers to the company/model family rather than a single chatbot product.</td>
118+
</tr>
119+
<tr>
120+
<td><a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40"></a></td>
121+
<td><strong>Meta AI Llama</strong></td>
122+
<td><strong>Meta Llama</strong> (or “LLaMA” = Large Language Model Meta AI) is a family of foundation language models developed by <strong>Meta AI (part of Meta Platforms)</strong>.</td>
123+
</tr>
124+
<tr>
125+
<td><a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40"></a></td>
126+
<td><strong>Qwen AI</strong></td>
127+
<td>A family of large-language models developed by <strong>Alibaba Cloud</strong> (China). The models span open-weight and commercial variants, and support a variety of modalities (text, vision, audio).</td>
128+
</tr>
129+
<tr>
130+
<td><a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40"></a></td>
131+
<td><strong>Github Copilot</strong></td>
132+
<td>An AI-coding assistant developed by <strong>GitHub (in collaboration with OpenAI)</strong>. It integrates into code editors/IDEs and helps programmers by suggesting code, completing functions, translating between languages, etc.</td>
133+
</tr>
134+
<tr>
135+
<td><a href="https://x.ai/"><img src="assets/grok.png" height="40"></a></td>
136+
<td><strong>Grok AI</strong></td>
137+
<td>A chatbot/AI assistant developed by <strong>xAI</strong> (founded by Elon Musk). It incorporates real-time information access and advanced reasoning.</td>
138+
</tr>
139+
<tr>
140+
<td><a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="40"></a></td>
141+
<td><strong>MiniMax Agent</strong></td>
142+
<td><strong>MiniMax-M2</strong> is a large language model developed by MiniMax AI (a Chinese startup) that uses a <strong>Mixture-of-Experts (MoE)</strong> architecture to strike a balance between high capability and inference efficiency.</td>
143+
</tr>
144+
</tbody>
145+
</table>
146+
94147
---
95148
- ### [Youtube](https://youtu.be/eWRfhZUzrAc?si=gDYZU964tjfJwd6F)
96149
- ### [Books](https://nostarch.com/python-crash-course-3rd-edition)

0 commit comments

Comments
 (0)