Home
Softono

Awesome Ai

Open source
544
Stars
128
Forks
26
Issues
20
Watchers
4 months
Last Commit

 About Awesome Ai

๐Ÿค– Awesome AI

Platforms

Web Self-hosted

Need Help Installing Awesome Ai?

We provide expert installation service for this software. Our team will install, configure, and secure Awesome Ai on your server. plans start at just $30.

Awesome Ai

View on GitHub

Awesome Artificial Intelligence

Awesome Stars Last Commit License: CC0-1.0

๐ŸŒ Language: English๏ผˆcurrent๏ผ‰ ยท ็ฎ€ไฝ“ไธญๆ–‡

A community-curated list of artificial intelligence resources โ€” foundation models, agent frameworks, AI coding tools, courses, companies, jobs, and country-specific AI scenes (USA, China, Australia, Malaysia, Singapore).

Maintained since 2017 by Lightman Wang (LinkedIn).

Contributions welcome โ€” open a PR or start a discussion. See CONTRIBUTING.md.

Legend: โญ Editor's pick ยท ๐Ÿ”ฅ Hot in 2026 ยท ๐Ÿ†• New this year ยท ๐Ÿ‡จ๐Ÿ‡ณ Chinese-focused ยท ๐Ÿ‡ฆ๐Ÿ‡บ Australia-focused


โญ Editor's Picks 2026

If you only have 30 minutes โ€” start here. Opinionated picks, updated each quarter.

Category Picks
๐Ÿค– Frontier models Claude Opus 4.7 (reasoning + agentic) ยท GPT-5.5 (polished) ยท Gemini 3 Pro (multimodal) ยท Grok 4 (real-time web)
๐Ÿ”“ Best open weights Llama 4 (general) ยท Qwen3 (multilingual) ยท DeepSeek V3.2 (reasoning) ยท Mistral Large 3
๐Ÿ’ป AI coding Claude Code (CLI) ยท Cursor (IDE) ยท Codex CLI (OpenAI) ยท Aider (open-source)
๐Ÿค Agent framework Claude Agent SDK ยท LangGraph ยท Anthropic MCP ยท Pydantic AI
๐Ÿ“š RAG starter pgvector (prototypes) ยท Qdrant (self-hosted prod) ยท Pinecone (managed)
โšก Inference Ollama (local) ยท vLLM (production) ยท Together AI / Groq (hosted)
๐Ÿ“Š Observability LangSmith (LangChain shop) ยท Helicone (open-source) ยท Braintrust (eval-first)
๐ŸŽ“ Free course Karpathy's Zero to Hero ยท HuggingFace Agents Course
๐Ÿ“ฐ Newsletter Latent Space (engineering) ยท The Batch (overview) ยท Import AI (policy)
๐Ÿ“– Book AI Engineering (Chip Huyen, 2025) ยท Build a LLM From Scratch (Sebastian Raschka)
๐Ÿงฌ Must-read paper Attention Is All You Need (2017) โ€” the Transformer

โ†’ See full sections below for alternatives, runners-up, and emerging tools.


Contents

  1. ๐Ÿค– Foundation Models & APIs
  2. ๐Ÿ’ป AI Coding Tools
  3. ๐Ÿค Agent Frameworks & MCP
  4. ๐Ÿ“š RAG & Vector Databases
  5. โšก LLM Inference & Hosting
  6. ๐Ÿ“Š LLM Ops & Observability
  7. ๐ŸŽฏ Fine-Tuning & Training
  8. ๐Ÿ› ๏ธ Development Frameworks
  9. ๐ŸŽ“ Courses & Learning Paths
  10. ๐Ÿ“– Books, Papers & Blogs
  11. ๐Ÿข Companies & Research Labs
  12. ๐Ÿง  Personal AI Tools
  13. ๐ŸŽจ Specialized AI Tools โ€” Image, Video, Audio, Writing, Health, Finance
  14. ๐Ÿ“ฐ News, Newsletters & Podcasts
  15. ๐ŸŽค Events & Conferences
  16. ๐Ÿ’ผ AI Jobs
  17. ๐ŸŒ AI Communities by City
  18. ๐ŸŒ AI Scene by Country โ€” USA, China, Australia, Malaysia, Singapore
  19. ๐Ÿค– Robotics & Embodied AI
  20. Contributing

๐Ÿค– Foundation Models & APIs

Frontier (closed-source) APIs

  • Anthropic Claude โญ โ€” Claude Opus 4.7 / Sonnet 4.6 / Haiku 4.5. Best reasoning + agentic + long-context (1M tokens). Strong code generation.
  • OpenAI GPT โญ โ€” GPT-5.5 / GPT-5 / o3 / o3-mini reasoning models. Most polished general-purpose API.
  • Google Gemini โญ โ€” Gemini 3 Pro / Flash. Best multimodal + 2M-token context + native tool use.
  • xAI Grok โ€” Grok 4 with real-time web access via X data.
  • Cohere โ€” Command R+ / R7B; enterprise RAG-focused LLMs.
  • Mistral Large 3 โ€” European frontier model; strong code + multilingual.
  • Perplexity Sonar API โ€” search-grounded LLM.
  • Reka Core โ€” multimodal frontier model.

Open-weights models ๐Ÿ”ฅ

  • Meta Llama 4 โญ โ€” Llama 4 family (text + vision); the de facto open baseline.
  • Qwen3 (Alibaba) โญ ๐Ÿ‡จ๐Ÿ‡ณ โ€” Qwen3 dense + MoE; strongest multilingual open model.
  • DeepSeek โญ ๐Ÿ‡จ๐Ÿ‡ณ โ€” DeepSeek V3.2 / R1 reasoning. Frontier-level open model.
  • GLM 4.6 (Zhipu) ๐Ÿ‡จ๐Ÿ‡ณ (7k โญ) โ€” bilingual model from Tsinghua.
  • Mistral Open Models โ€” Mixtral, Mistral Small/Medium 3.
  • Microsoft Phi-4 โ€” small but strong models.
  • Hugging Face Hub โญ โ€” central hub for 500k+ open-source models.
  • Kimi K2 (Moonshot) ๐Ÿ‡จ๐Ÿ‡ณ (11k โญ) โ€” open MoE from Moonshot; long-context champion.

Multimodal & Specialized ๐Ÿ†•


๐Ÿ’ป AI Coding Tools

AI assistants for writing, reviewing, refactoring code. The most disrupted developer category in 2025-2026.

  • Claude Code โญ ๐Ÿ”ฅ โ€” Anthropic's CLI for software engineering with Claude. Most-used CLI agent in 2026.
  • Cursor โญ ๐Ÿ”ฅ โ€” AI-first code editor; fork of VS Code.
  • Codex CLI (OpenAI) ๐Ÿ†• (80k โญ) โ€” OpenAI's open-source CLI coding agent.
  • GitHub Copilot โ€” original AI pair programmer; now agent + Workspace + Spark.
  • Windsurf โ€” Codeium's AI editor (acquired by Cognition).
  • Aider (44k โญ) โ€” open-source AI pair programmer in your terminal.
  • Continue (33k โญ) โ€” open-source AI coding assistant for VS Code / JetBrains.
  • Cline (61k โญ) โ€” autonomous coding agent for VS Code.
  • Zed AI ๐Ÿ†• โ€” high-performance editor with native AI agent.
  • Augment Code โ€” context-aware enterprise coding assistant.
  • Cody (Sourcegraph) โ€” code AI with full-codebase context.
  • Codeium / Windsurf โ€” free AI autocomplete.
  • Tabnine โ€” privacy-focused; on-prem option.
  • Devin (Cognition) โ€” autonomous SWE agent (paid, hosted).
  • Bolt.new โ€” full-stack web app generation in browser.
  • v0 (Vercel) โ€” AI UI generator with React/Next.js output.
  • Lovable โ€” AI app builder.
  • Replit Agent โ€” AI app generation in Replit.
  • Deepnote โ€” AI-first Jupyter alternative with native data integrations and a built-in agent.

๐Ÿค Agent Frameworks & MCP

Build LLM agents that plan, use tools, and execute multi-step tasks. 2026's hottest category.

Agent Frameworks

Model Context Protocol (MCP) ๐Ÿ”ฅ

Browser & Computer Use ๐Ÿ†•


๐Ÿ“š RAG & Vector Databases

Retrieval-Augmented Generation: ground LLM answers in your data.

RAG Frameworks

  • LangChain โญ (136k โญ) โ€” most popular framework for LLM apps and RAG.
  • LlamaIndex โญ (49k โญ) โ€” data framework for LLM applications, RAG-focused.
  • Haystack (deepset) (25k โญ) โ€” open-source LLM framework.
  • RAGFlow ๐Ÿ”ฅ (80k โญ) โ€” open-source RAG engine with deep document understanding.
  • Cognita (TrueFoundry) โ€” open-source RAG framework.
  • Verba (Weaviate) โ€” RAG chatbot UI on Weaviate.
  • Pathway โ€” real-time RAG and AI pipelines.

Vector Databases

  • pgvector โญ (21k โญ) โ€” Postgres extension; default for prototypes.
  • Qdrant โญ (31k โญ) โ€” open-source vector search engine in Rust; production-ready.
  • Pinecone โญ โ€” managed vector database; serverless option.
  • Weaviate (16k โญ) โ€” open-source vector database with hybrid search.
  • Chroma (28k โญ) โ€” embeddings database for AI apps; great DX for prototypes.
  • Milvus (44k โญ) โ€” open-source vector database for production.
  • LanceDB โ€” serverless / embedded vector database.
  • Turbopuffer ๐Ÿ†• โ€” serverless vector DB on object storage.
  • Vespa โ€” search and recommendation with vector support.

Embedding Models


โšก LLM Inference & Hosting

  • Ollama โญ (171k โญ) โ€” run LLMs locally with one command.
  • LM Studio โ€” desktop GUI for local LLMs.
  • llama.cpp โญ (108k โญ) โ€” efficient LLM inference in C++.
  • vLLM โญ (79k โญ) โ€” high-throughput LLM serving for production.
  • SGLang ๐Ÿ†• (27k โญ) โ€” fast structured-output inference engine.
  • Text Generation Inference (TGI) โ€” Hugging Face's production server (archived; consider vLLM or SGLang).
  • Together AI โญ โ€” fast inference API for open models.
  • Groq โญ โ€” extremely fast LPU-based inference.
  • Fireworks AI โ€” production inference platform.
  • Replicate โ€” run open-source models in the cloud.
  • Modal โ€” serverless GPU for AI workloads.
  • RunPod โ€” GPU cloud for AI.
  • Lambda Cloud โ€” GPU cloud focused on AI.
  • Cerebras Inference ๐Ÿ†• โ€” wafer-scale fastest inference.

๐Ÿ“Š LLM Ops & Observability

  • LangSmith โญ โ€” debugging, testing, monitoring; default for LangChain shops.
  • Helicone โญ (6k โญ) โ€” open-source LLM observability.
  • Langfuse (27k โญ) โ€” open-source LLM engineering platform; eval + traces.
  • Phoenix (Arize) โ€” open-source LLM observability in a notebook.
  • Braintrust โญ โ€” eval-first observability for AI products.
  • Weights & Biases (W&B Weave) โ€” experiment tracking + LLM tracing.
  • Promptfoo (21k โญ) โ€” open-source LLM eval framework.
  • OpenLIT โ€” OpenTelemetry-native LLM observability.
  • Opik (Comet) ๐Ÿ†• โ€” open-source LLM eval + tracing.
  • Inspect AI ๐Ÿ†• โ€” UK AISI's agent eval framework.

๐ŸŽฏ Fine-Tuning & Training

  • Axolotl โญ (12k โญ) โ€” easy fine-tuning of LLMs (LoRA, QLoRA, full).
  • Unsloth โญ (64k โญ) โ€” 2x faster LLM fine-tuning, less memory.
  • Hugging Face TRL (18k โญ) โ€” RLHF, DPO, PPO trainers.
  • LLaMA Factory (71k โญ) โ€” unified LLM fine-tuning.
  • Lit-GPT (Lightning AI) โ€” pretrain, fine-tune, serve LLMs.
  • ColossalAI (41k โญ) โ€” large-scale training.
  • veRL (ByteDance) ๐Ÿ†• โ€” RL training for LLMs.

๐Ÿ› ๏ธ Development Frameworks

Deep Learning Frameworks

  • PyTorch โญ โ€” by Meta; the de facto research framework.
  • TensorFlow โ€” by Google; production focus.
  • JAX (36k โญ) โ€” by Google; functional, GPU/TPU.
  • Keras 3 โ€” multi-backend high-level API.
  • MLX (Apple) (26k โญ) โ€” array framework optimized for Apple Silicon.
  • MAX / Mojo (Modular) โ€” Python-superset language for AI performance.

Python LLM Libraries

  • Hugging Face Transformers โญ (160k โญ) โ€” state-of-the-art models.
  • LangChain (136k โญ) โ€” LLM application framework.
  • LlamaIndex (38k โญ) โ€” LLM data framework.
  • Pydantic AI โ€” type-safe agent framework.
  • Instructor โญ โ€” structured outputs from LLMs.
  • LiteLLM โญ (46k โญ) โ€” unified API for 100+ LLMs.
  • Outlines (14k โญ) โ€” guided / structured generation.
  • DSPy โญ (34k โญ) โ€” programming (not prompting) LLMs.
  • scikit-learn โ€” classic ML in Python.
  • Ray (42k โญ) โ€” distributed Python; underlies vLLM and many frameworks.

TypeScript / JavaScript

Bot SDKs

Datasets


๐ŸŽ“ Courses & Learning Paths

Foundational ML / AI (Classics โ€” still worth doing)

Modern LLM / Generative AI ๐Ÿ”ฅ

Career-focused Bootcamps

AI Engineer Specialization (Free Learning Hubs)

Self-directed learning paths specifically for the AI Engineer role.

Specialized Topics

Free Aggregators


๐Ÿ“– Books, Papers & Blogs

Books โ€” Modern (2024-2026) ๐Ÿ”ฅ

Books โ€” Foundations

Papers โ€” Why Each Matters

Read these to understand the field, in roughly chronological order.

Blogs โ€” Top Signal


๐Ÿข Companies & Research Labs

Foundation Model Labs

AI Infrastructure & Platforms

Enterprise / Vertical AI

AI Consulting & Implementation


๐Ÿง  Personal AI Tools

General Assistants

  • Claude โญ โ€” Anthropic's assistant; long context, careful reasoning.
  • ChatGPT โญ โ€” OpenAI's general-purpose assistant.
  • Google Gemini โ€” Google's assistant; native in Workspace.
  • Perplexity โญ โ€” AI search; best for research questions.
  • Grok โ€” xAI's assistant with X integration.
  • You.com โ€” AI search and chat.
  • Pi (Inflection) โ€” empathetic personal AI.

Productivity AI

  • Notion AI โ€” built into Notion docs.
  • Granola โญ โ€” AI meeting notes; current favorite.
  • Otter.ai โ€” meeting transcription veteran.
  • Reclaim.ai โ€” calendar AI scheduling.
  • Motion โ€” AI task and calendar planner.
  • Mem โ€” AI-organized note-taking.
  • Sunsama โ€” daily planner with AI.
  • Clay โ€” AI-powered CRM and outreach.

Virtual Office & Remote Collaboration

  • Gather โ€” virtual office in 2D pixel-art world.
  • Teamflow โ€” virtual HQ for remote teams.
  • Mmhmm โ€” AI presentation and async video.
  • MetaTown โ€” virtual office and meeting environment with AI agents.
  • Around โ€” AI-enhanced video calls (compact tiles).

AI Search

  • Perplexity โญ โ€” research-grade AI search.
  • Phind โ€” AI search for developers.
  • Exa โ€” search engine designed for AI/LLMs.
  • Tavily โ€” search API for agents.
  • Linkup ๐Ÿ†• โ€” AI-grade search API.

๐ŸŽจ Specialized AI Tools

Image Generation & Design

Video & Audio

  • Sora 2 (OpenAI) โญ ๐Ÿ†• โ€” text-to-video; current state-of-the-art.
  • Veo 3 (Google) โญ โ€” video gen with native audio.
  • Runway Gen-4 โ€” AI video generation and editing.
  • Pika 2.0 โ€” text-to-video.
  • Hailuo 02 (MiniMax) ๐Ÿ‡จ๐Ÿ‡ณ โ€” strong video gen.
  • Kling AI ๐Ÿ‡จ๐Ÿ‡ณ โ€” Kuaishou's video gen.
  • HeyGen โ€” AI avatars and translation.
  • Synthesia โ€” AI video for enterprise.
  • Descript โ€” edit audio/video like a doc.
  • SummaryTube โ€” AI summaries, key moments, and transcripts for YouTube videos.
  • ElevenLabs โญ โ€” voice cloning and synthesis.
  • Cartesia Sonic ๐Ÿ†• โ€” sub-100ms voice for real-time agents.
  • Hume EVI โ€” emotion-aware voice AI.
  • Suno v4 โ€” music generation.
  • Udio โ€” music generation.

Writing & Content

  • Jasper AI โ€” AI writer for marketing teams.
  • Writesonic โ€” SEO content generator.
  • Copy.ai โ€” AI marketing copy.
  • Grammarly โ€” AI writing assistant.
  • Sudowrite โ€” AI for fiction writers.
  • Lex โ€” AI writing app for thinkers.

Health / Medical

  • Ada Health โ€” symptom assessment.
  • Abridge โญ โ€” clinical documentation AI; widely deployed in US health systems.
  • Suki AI โ€” voice-enabled clinical AI.

Finance

Legal

Travel

  • Mindtrip โ€” AI travel planning.
  • Layla โ€” travel AI assistant.

Education

Career & Resume

  • Teal โ€” AI resume builder + job tracker.
  • Rezi โ€” AI resume builder optimized for ATS.
  • ResumeWorded โ€” AI resume + LinkedIn profile feedback.
  • Kickresume โ€” AI resume and cover letter builder.
  • JobPin AI โ€” AI resume editing, ATS optimization, and job matching.
  • Final Round AI โ€” AI interview copilot.

๐Ÿ“ฐ News, Newsletters & Podcasts

Newsletters

Podcasts

News Sites


๐ŸŽค Events & Conferences


๐Ÿ’ผ AI Jobs


๐ŸŒ AI Communities by City

For Sydney, Melbourne, Beijing, Shanghai, Singapore, KL โ€” see ๐ŸŒ AI Scene by Country.


๐ŸŒ AI Scene by Country

Country-specific resources โ€” universities, companies, bootcamps, hiring, visa info, and communities. Contributions from people on the ground welcome โ€” please open a PR for your country.

๐Ÿ‡บ๐Ÿ‡ธ USA

Universities & Research

Bootcamps & Career Programs

Hiring & Comp

๐Ÿ‡จ๐Ÿ‡ณ China

ๅคงๅญฆไธŽ็ ”็ฉถ้™ข

ๅ…ฌๅธ & ๅคงๆจกๅž‹

ๅญฆไน ๅนณๅฐ & ่ต„่ฎฏ

๐Ÿ‡ฆ๐Ÿ‡บ Australia

Universities & Education

Hiring

Visa Pathways for AI Engineers

  • 482 TSS โ€” employer-sponsored temporary skilled visa.
  • 186 ENS โ€” employer-sponsored permanent residency.
  • 189 Skilled Independent โ€” points-tested PR; tech occupations on MLTSSL.
  • Global Talent Visa (GTI / Subclass 858) โ€” for high-achieving AI specialists.

Companies & Labs

Meetups & Communities

๐Ÿ‡ฒ๐Ÿ‡พ Malaysia

Universities

Companies & Hiring (KL / Cyberjaya)

  • Grab โ€” Southeast Asia super-app; ML roles in KL.
  • Carsome โ€” used-car platform with AI pricing.
  • Aerodyne โ€” drone AI; HQ Cyberjaya.
  • iPay88 โ€” fintech with AI applications.
  • Hiredly โ€” Malaysia tech jobs platform.

Communities

๐Ÿ‡ธ๐Ÿ‡ฌ Singapore

Universities & Research

Government & Initiatives

  • AI Singapore โญ โ€” national AI program (AI Apprenticeship, Trailblazer).
  • SGTech โ€” Singapore tech industry association.

Companies & Hiring

Adding a country? Open a PR. Helpful info: top universities, AI companies, hiring resources, communities, and (if relevant) visa pathways.


๐Ÿค– Robotics & Embodied AI

Robotics frameworks


Contributing

Open a pull request or email [email protected].

Quick rules:

  • Add resources still active and useful (we periodically prune dead links).
  • Keep entries to one line: [Name](url) โ€” short description.
  • Place new entries in the most appropriate section.
  • No affiliate / referral links without disclosure.

See CONTRIBUTING.md for full guidelines and CODE_OF_CONDUCT.md for community standards.


License

CC0

To the extent possible under law, JR Academy has waived all copyright and related or neighboring rights to this work.