Skip to content

Commit f4165c6

Browse files
authored
Update README.md
1 parent dca303f commit f4165c6

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,26 @@
7676

7777

7878
## Help
79-
- ### [Youtube](https://youtu.be/eWRfhZUzrAc?si=gDYZU964tjfJwd6F)
80-
- ### [Books](https://nostarch.com/python-crash-course-3rd-edition)
81-
- ### [Tutorial online](https://www.geeksforgeeks.org/python/python-programming-language-tutorial/)
82-
- ### [Roadmap](https://roadmap.sh/python)
83-
- ### ✅ Most Popular AI Tools
84-
85-
86-
<a href="https://chat.openai.com/"><img src="assets/chatgpt.png" height="40"></a>
87-
<a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40"></a>
88-
<a href="https://claude.ai/"><img src="assets/claude.png" height="40"></a>
89-
<a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40"></a>
90-
<a href="https://x.ai/"><img src="assets/grok.png" height="40"></a>
91-
<a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40"></a>
92-
<a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40"></a>
93-
<a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40"></a>
94-
<a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40"></a>
95-
<a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40"></a>
96-
79+
- ### ✨🔥🔎 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"></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. |
83+
| <a href="https://gemini.google.com/"><img src="assets/gemini.png" height="40"></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). |
84+
| <a href="https://claude.ai/"><img src="assets/claude.png" height="40"></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). |
85+
| <a href="https://deepseek.com/"><img src="assets/deepseek.png" height="40"></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 surpassing most state of the art ai model in cost to efficiency ratio surpassing **OpenAI O1 Reasoning model** |
86+
| <a href="https://www.perplexity.ai/"><img src="assets/perplexity.png" height="40"></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. |
87+
| <a href="https://mistral.ai/"><img src="assets/mistrala.png" height="40"></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. |
88+
| <a href="https://ai.meta.com/llama/"><img src="assets/llamaai.png" height="40"></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)**. |
89+
| <a href="https://chat.qwen.ai/"><img src="assets/qwen.png" height="40"></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). |
90+
| <a href="https://github.com/features/copilot"><img src="assets/github-copilot.png" height="40"></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. |
91+
| <a href="https://x.ai/"><img src="assets/grok.png" height="40"></a> | **Grok AI** | A chatbot/AI assistant developed by **xAI** (founded by Elon Musk). It incorporates real-time information access and advanced reasoning. |
92+
| <a href="https://agent.minimax.io/"><img src="assets/minimax-color.png" height="40"></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. |
9793

94+
---
95+
- ### [Youtube](https://youtu.be/eWRfhZUzrAc?si=gDYZU964tjfJwd6F)
96+
- ### [Books](https://nostarch.com/python-crash-course-3rd-edition)
97+
- ### [Tutorial online](https://www.geeksforgeeks.org/python/python-programming-language-tutorial/)
98+
- ### [Roadmap](https://roadmap.sh/python)
9899
- ### [Stackoverflow](https://stackoverflow.com)
99100
- ### [Reddit](https://www.reddit.com/r/Python/)
100101

0 commit comments

Comments
 (0)