Skip to content

Commit db97c35

Browse files
authored
Update README.md
1 parent af4cb73 commit db97c35

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

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

7878
## Help
7979
- ### ✨🔥🔎 Most Popular AI Tools :
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. |
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. |
9294
---
9395
- ### [Youtube](https://youtu.be/eWRfhZUzrAc?si=gDYZU964tjfJwd6F)
9496
- ### [Books](https://nostarch.com/python-crash-course-3rd-edition)

0 commit comments

Comments
 (0)