Skip to content

Commit af4cb73

Browse files
authored
Update README.md
1 parent 3c88dfb commit af4cb73

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,18 @@
7777

7878
## Help
7979
- ### ✨🔥🔎 Most Popular AI Tools :
80-
| 🖼️ Logo name with clickable links 🔗 | 🤖 Name of AI ✨ | 📜 About 🔎 |
81-
| --- | --- | --- |
82-
| <a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="40" alt="ChatGPT"></a> | **ChatGPT** | A conversational AI chatbot developed by **OpenAI**. It is based on the **“Generative Pre-trained Transformer”** architecture and is trained to follow instructions, answer questions, and generate text (essays, code, summaries) in a human-like manner. |
83-
| <a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40" alt="Gemini"></a> | **Gemini** | A family of multimodal large-language models and a chatbot developed by **Google AI / Google DeepMind**. It can process text, images, audio, video, and code; available in multiple scales (**Ultra**, **Pro**, **Nano**). |
84-
| <a href="https://claude.ai/"><img src="assets/claude.png" height="40" alt="Claude"></a> | **Claude** | A family of large-language-model chatbots developed by **Anthropic**. Designed for summarization, dialog, code generation, and more; trained with safety-first methods (known as **“Constitutional AI”**). |
85-
| <a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40" alt="DeepSeek"></a> | **DeepSeek** | A Chinese AI company/model family offering large-language-model technology and chatbot services. Known for cost-efficient LLMs with a strong cost-to-efficiency tradeoff, often rivaling **OpenAI’s reasoning models**. |
86-
| <a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40" alt="Perplexity"></a> | **Perplexity** | An AI-powered **“answer engine”** developed by **Perplexity AI, Inc.**. Combines real-time web search with LLM generation to deliver direct answers (with citations) instead of traditional search results. |
87-
| <a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40" alt="Mistral"></a> | **Mistral** | A French startup (**Mistral AI**) developing both open-source and commercial large-language models. The name refers to the entire model family rather than a single chatbot. |
88-
| <a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40" alt="Meta AI Llama"></a> | **Meta AI Llama** | **LLaMA** (Large Language Model Meta AI) is Meta’s family of foundation language models for research and production purposes, built by **Meta AI**. |
89-
| <a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40" alt="Qwen AI"></a> | **Qwen AI** | A family of large-language models developed by **Alibaba Cloud (China)**. Supports multiple modalities (text, vision, audio) and includes both open-weight and commercial versions. |
90-
| <a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40" alt="GitHub Copilot"></a> | **GitHub Copilot** | An AI coding assistant from **GitHub** (in collaboration with **OpenAI**) that integrates into code editors and helps with code completion, translation, and snippet suggestions. |
91-
| <a href="https://x.ai/"><img src="assets/grok.png" height="40" alt="Grok AI"></a> | **Grok AI** | A chatbot assistant created by **xAI** (founded by **Elon Musk**). Designed for real-time knowledge access and reasoning. |
92-
| <a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="40" alt="MiniMax Agent"></a> | **MiniMax Agent** | **MiniMax-M2** is a large language model developed by **MiniMax AI**. Uses a **Mixture-of-Experts (MoE)** architecture to combine high capability with efficient inference. |
80+
| <a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="100"></a> | ChatGPT | A conversational AI chatbot developed by OpenAI. It is based on the “Generative Pre-trained Transformer” architecture and is trained to follow instructions, answer questions, generate text (essays, code, summaries) in a human-like manner. |
81+
| --------------------------------------------------------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
82+
| <a href="https://gemini.google.com/"><img src="assets/gemini.png" height="100"></a> | Gemini | A family of multimodal large-language models and a chatbot developed by Google AI / Google DeepMind. It is designed to process multiple modalities (text, image, audio, video, code) and run at different scales (Ultra, Pro, Nano). |
83+
| <a href="https://claude.ai/"><img src="assets/claude.png" height="100"></a> | Claude | A family of large-language-model chatbots developed by Anthropic. It supports tasks like natural language understanding, summarization, code generation, dialog, and is trained with safety/ethical considerations (so-called “constitutional AI” methods). |
84+
| <a href="https://deepseek.com/"><img src="assets/deepseek.png" height="100"></a> | DeepSeek | 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 that surpassing most state of the art ai model in cost to efficiency ratio surpassing OpenAI O1 Reasoning model |
85+
| <a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="100"></a> | Perplexity | An AI-powered “answer engine” / search-plus-chatbot developed by Perplexity AI, Inc.. 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. |
86+
| <a href="https://mistral.ai/"><img src="assets/mistrala.png" height="100"></a> | Mistral | A French startup (Mistral AI) building both open-source and commercial large-language models. The name here refers to the company/model family rather than a single chatbot product. |
87+
| <a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="100"></a> | Meta AI Llama | **Meta Llama** (or “LLaMA” = Large Language Model Meta AI) is a family of foundation language models developed by Meta AI (part of Meta Platforms). |
88+
| <a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="100"></a> | Qwen AI | A family of large-language models developed by Alibaba Cloud (China). The models span open-weight and commercial variants, and support a variety of modalities (text, vision, audio). |
89+
| <a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="100"></a> | Github Copilot | An AI-coding assistant developed by GitHub (in collaboration with OpenAI). It integrates into code editors/IDEs and helps programmers by suggesting code, completing functions, translating between languages, etc. |
90+
| <a href="https://x.ai/"><img src="assets/grok.png" height="100"></a> | Grok AI | A chatbot/AI assistant developed by xAI (founded by Elon Musk). It incorporates real-time information access and advanced reasoning. |
91+
| <a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="100"></a> | MiniMax Agent | **MiniMax-M2** is a large language model developed by MiniMax AI (a Chinese startup) that uses a Mixture-of-Experts (MoE) architecture to strike a balance between high capability and inference efficiency. |
9392
---
9493
- ### [Youtube](https://youtu.be/eWRfhZUzrAc?si=gDYZU964tjfJwd6F)
9594
- ### [Books](https://nostarch.com/python-crash-course-3rd-edition)

0 commit comments

Comments
 (0)