awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

33 مستودعات

Awesome GitHub RepositoriesIntegrations

Alternative languages and frameworks for React.

Explore 33 awesome GitHub repositories matching part of an awesome list · Integrations. Refine with filters or upvote what's useful.

Awesome Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gventuri/pandas-aiالصورة الرمزية لـ gventuri

    gventuri/pandas-ai

    23,587عرض على GitHub↗

    Pandas AI is a data analysis library and natural language interface that uses large language models to perform conversational querying on structured datasets. It functions as a retrieval-augmented generation framework designed to translate plain text questions into executable code for extracting insights from dataframes and structured files. The system includes a dedicated sandbox execution environment that runs AI-generated analysis code within an isolated container to prevent security risks and system compromise. It employs a natural language translation layer and contextual retrieval to ma

    Library for integrating AI into Pandas data workflows.

    Python
    عرض على GitHub↗23,587
  • rescript-lang/rescriptالصورة الرمزية لـ rescript-lang

    rescript-lang/rescript

    7,396عرض على GitHub↗

    ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications. The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScr

    Typed language that compiles to efficient JavaScript.

    ReScriptaltjscompilerjavascript
    عرض على GitHub↗7,396
  • mpociot/chatgpt-vscodeالصورة الرمزية لـ mpociot

    mpociot/chatgpt-vscode

    4,941عرض على GitHub↗

    هذا المشروع هو مساعد ذكاء اصطناعي لـ Visual Studio Code يستخدم نموذجاً لغوياً كبيراً لإنشاء الكود والإجابة على استعلامات البرمجة. يعمل كمولد كود ومساعد، مما يتيح إدراج مقتطفات تم إنشاؤها بواسطة الذكاء الاصطناعي مباشرة في ملفات المصدر النشطة وتوفير واجهة محادثة عبر دردشة اللوحة الجانبية. يسهل الامتداد إعادة الهيكلة الهيكلية، والتحسين، وتصحيح أخطاء كتل الكود المحددة من خلال مطالبات اللغة الطبيعية. كما يقوم بإنشاء تفسيرات باللغة الطبيعية وتوثيق تقني لأجزاء الكود المعقدة دون الحاجة إلى مغادرة المستخدم لبيئة التطوير. تدير الأداة حالة المحادثة لتوفير ذاكرة قصيرة المدى للاستعلامات المتابعة وتتفاعل مع المحرر من خلال لوحة الأوامر وقوائم السياق. تسترجع النص المميز لتوفير سياق للتحويلات وتعدل مخزن المحرر النشط لإدراج المحتوى في موضع المؤشر. يتم عرض الواجهة باستخدام بيئة دردشة قائمة على webview داخل اللوحة الجانبية للمحرر.

    AI integration for Visual Studio Code.

    TypeScript
    عرض على GitHub↗4,941
  • keijiro/aicommandالصورة الرمزية لـ keijiro

    keijiro/AICommand

    4,113عرض على GitHub↗

    AICommand هو وحدة تحكم في المحرر مدعومة بنماذج لغوية كبيرة (LLM) وأداة أتمتة مصممة لـ Unity Editor. تدمج نماذج لغوية كبيرة لترجمة مطالبات اللغة الطبيعية إلى أوامر قابلة للتنفيذ، مما يسمح للمستخدمين بمعالجة إعدادات بيئة التطوير والكائنات من خلال تعليمات نصية. يستخدم النظام خط أنابيب نص-إلى-إجراء (text-to-action) يستخدم تعيين الأوامر القائم على LLM واكتشاف API القائم على الانعكاس (reflection) لحل مدخلات اللغة الطبيعية إلى وظائف محرر محددة. تتيح هذه العملية تنفيذ وظائف محرر Unity عن طريق حل معرفات السلسلة إلى مقابض كود في وقت التشغيل. توفر الأداة واجهة دردشة متكاملة داخل بيئة التطوير لالتقاط مطالبات المستخدم. وتركز على أتمتة مهام الإعداد والتكوين المتكررة وتبسيط سير عمل محرك الألعاب من خلال استبدال التنقل اليدوي في القوائم بالتحكم باللغة الطبيعية.

    AI integration for the Unity Editor.

    C#
    عرض على GitHub↗4,113
  • jackmort/chatgpt.nvimالصورة الرمزية لـ jackMort

    jackMort/ChatGPT.nvim

    4,005عرض على GitHub↗

    ChatGPT.nvim هو إضافة لـ Neovim تعتمد على نماذج OpenAI اللغوية الكبيرة (LLM)، وتعمل كمساعد برمجي مدعوم بالذكاء الاصطناعي لإعادة هيكلة الكود، وإكماله، وإصلاح مقتطفات البرمجة. يعمل كأداة لأتمتة الأوامر المخصصة وعارض Markdown، مما يسمح للمستخدمين بالتفاعل مع النماذج اللغوية مباشرة داخل المحرر. يتميز المشروع بإطار عمل لتعريف شخصيات الذكاء الاصطناعي القابلة لإعادة الاستخدام ومهام معالجة النصوص المؤتمتة باستخدام أوامر النظام والقوالب. يتضمن نظام عرض متخصص يحول الردود إلى Markdown منسق مع كتل كود قابلة للطي. تغطي الإضافة واجهات الدردشة التفاعلية، والأوامر المدركة للسياق لملفات المشروع، وإجراءات الكود المؤتمتة لتصحيح القواعد وإصلاح الأخطاء. كما تنفذ إدارة آمنة للاعتمادات من خلال جلب مفاتيح API عبر أوامر خارجية بدلاً من التخزين الثابت.

    AI plugin for the Neovim editor.

    Lua
    عرض على GitHub↗4,005
  • iryna-kondr/scikit-llmالصورة الرمزية لـ iryna-kondr

    iryna-kondr/scikit-llm

    3,525عرض على GitHub↗

    Seamlessly integrate LLMs into scikit-learn.

    Library for integrating AI into scikit-learn workflows.

    Python
    عرض على GitHub↗3,525
  • gencay/vscode-chatgptالصورة الرمزية لـ gencay

    gencay/vscode-chatgpt

    3,454عرض على GitHub↗

    An unofficial Visual Studio Code - OpenAI ChatGPT integration

    AI integration for Visual Studio Code.

    TypeScript
    عرض على GitHub↗3,454
  • keijiro/aishaderالصورة الرمزية لـ keijiro

    keijiro/AIShader

    2,384عرض على GitHub↗

    ChatGPT-powered shader generator for Unity

    AI-powered shader generation tool for Unity.

    C#
    عرض على GitHub↗2,384
  • microsoft/pylance-releaseالصورة الرمزية لـ microsoft

    microsoft/pylance-release

    2,093عرض على GitHub↗

    Pylance

    PyRight integration for VSCode.

    Python
    عرض على GitHub↗2,093
  • fulcrologic/fulcroالصورة الرمزية لـ fulcrologic

    fulcrologic/fulcro

    1,606عرض على GitHub↗

    A library for development of single-page full-stack web applications in clj/cljs

    Library for building web applications in ClojureScript.

    Clojureclojurescriptdata-drivenfull-stack
    عرض على GitHub↗1,606
  • bramses/chatgpt-mdالصورة الرمزية لـ bramses

    bramses/chatgpt-md

    1,416عرض على GitHub↗

    A (nearly) seamless integration of ChatGPT into Obsidian.

    AI integration for Obsidian note-taking software.

    TypeScript
    عرض على GitHub↗1,416
  • nbqa-dev/nbqaالصورة الرمزية لـ nbQA-dev

    nbQA-dev/nbQA

    1,200عرض على GitHub↗

    Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks

    Runs type checkers on Jupyter Notebooks.

    Python
    عرض على GitHub↗1,200
  • dromara/chatgptالصورة الرمزية لـ dromara

    dromara/ChatGPT

    1,060عرض على GitHub↗

    This project is a plugin that supports ChatGPT running on JetBrains series IDE.

    AI plugin for JetBrains IDEs.

    Java
    عرض على GitHub↗1,060
  • chapyter/chapyterالصورة الرمزية لـ chapyter

    chapyter/chapyter

    831عرض على GitHub↗

    Chapyter: ChatGPT Code Interpreter in Jupyter Notebooks

    AI integration for Jupyter Notebook environments.

    Python
    عرض على GitHub↗831
  • rksm/org-aiالصورة الرمزية لـ rksm

    rksm/org-ai

    818عرض على GitHub↗

    Emacs as your personal AI assistant. Use LLMs such as ChatGPT or LLaMA for text generation or DALL-E and Stable Diffusion for image generation. Also supports speech input / output.

    AI integration for Emacs org-mode.

    Emacs Lisp
    عرض على GitHub↗818
  • cesarhuret/docgptالصورة الرمزية لـ cesarhuret

    cesarhuret/docGPT

    672عرض على GitHub↗

    ChatGPT directly within Google Docs as an Editor Add-on 📑

    AI integration for Google Docs.

    JavaScript
    عرض على GitHub↗672
  • abielzulio/chatgpt-raycastالصورة الرمزية لـ abielzulio

    abielzulio/chatgpt-raycast

    615عرض على GitHub↗

    ChatGPT raycast extension

    Extension for the Raycast productivity launcher.

    TypeScript
    عرض على GitHub↗615
  • dropbox/mypy-pycharm-pluginالصورة الرمزية لـ dropbox

    dropbox/mypy-PyCharm-plugin

    320عرض على GitHub↗

    A simple plugin that allows running mypy from PyCharm and navigate between errors

    Mypy integration for PyCharm.

    Java
    عرض على GitHub↗320
  • filippofinke/wordgptالصورة الرمزية لـ filippofinke

    filippofinke/WordGPT

    322عرض على GitHub↗

    🤖 Bring the power of ChatGPT to Microsoft Word

    AI integration for Microsoft Word.

    TypeScript
    عرض على GitHub↗322
  • alidehbansiahkarbon/chatgptwizardالصورة الرمزية لـ AliDehbansiahkarbon

    AliDehbansiahkarbon/ChatGPTWizard

    273عرض على GitHub↗

    A ChatGPT, Gemini, Claude, and Ollama(offline) plug-in for Embarcadero RAD Studio IDE XE5 to 12.1

    AI plugin for Embarcadero RAD Studio.

    Pascal
    عرض على GitHub↗273
السابق12التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Integrations