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

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

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

Open-source alternatives to SDGym

17 open-source projects similar to sdv-dev/sdgym, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SDGym alternative.

  • facebookresearch/flow_matchingالصورة الرمزية لـ facebookresearch

    facebookresearch/flow_matching

    4,562عرض على GitHub↗

    This project is a PyTorch-based generative model framework designed to transform noise into complex data distributions by learning vector fields and probability paths. It serves as a multimodal generative toolkit for producing synthetic text and images through learned probability flows. The library distinguishes itself by supporting continuous, discrete, and Riemannian manifold integrations. This allows the framework to handle a variety of data types, including categorical data via discrete-state flow matching and non-Euclidean spaces through Riemannian manifold integration. The toolkit cove

    Python
    عرض على GitHub↗4,562
  • beyondguo/geniusB

    beyondguo/genius

    0عرض على GitHub↗

    基于草稿的文本生成模型

    عرض على GitHub↗0
  • cluebenchmark/clgeالصورة الرمزية لـ CLUEbenchmark

    CLUEbenchmark/CLGE

    249عرض على GitHub↗

    Chinese Language Generation Evaluation 中文生成任务基准测评

    Python
    عرض على GitHub↗249
  • daod/scriptwriterD

    DaoD/ScriptWriter

    0عرض على GitHub↗

    2022-1-5: Our new work (ScriptWriter-CPre) has been accepted by TOIS! - 2021-10-19: We upload the code and data for our new model ScriptWriter-CPre. - 2020-06-11: We find a minor error in the data thus we upload a new one. We provide the code for building data file from text file. You can now…

    عرض على GitHub↗0
  • harvardnlp/talk-latentالصورة الرمزية لـ harvardnlp

    harvardnlp/Talk-Latent

    31عرض على GitHub↗
    TeX
    عرض على GitHub↗31

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • jind11/textfoolerالصورة الرمزية لـ jind11

    jind11/TextFooler

    530عرض على GitHub↗

    A Model for Natural Language Attack on Text Classification and Inference

    Python
    عرض على GitHub↗530
  • kristiyanvachev/question-generationالصورة الرمزية لـ KristiyanVachev

    KristiyanVachev/Question-Generation

    494عرض على GitHub↗

    Generating multiple choice questions from text using Machine Learning.

    Jupyter Notebook
    عرض على GitHub↗494
  • leod/hncynicالصورة الرمزية لـ leod

    leod/hncynic

    336عرض على GitHub↗

    Generate Hacker News Comments from Titles

    Python
    عرض على GitHub↗336
  • paulfitz/mlsqlالصورة الرمزية لـ paulfitz

    paulfitz/mlsql

    918عرض على GitHub↗

    inferring sql queries from plain-text questions about tables

    Python
    عرض على GitHub↗918
  • prakhar21/textaugmentation-gpt2الصورة الرمزية لـ prakhar21

    prakhar21/TextAugmentation-GPT2

    191عرض على GitHub↗

    Fine-tuned pre-trained GPT2 for custom topic specific text generation. Such system can be used for Text Augmentation.

    Python
    عرض على GitHub↗191
  • turtlesoupy/this-word-does-not-existالصورة الرمزية لـ turtlesoupy

    turtlesoupy/this-word-does-not-exist

    1,020عرض على GitHub↗

    This Word Does Not Exist

    Python
    عرض على GitHub↗1,020
  • wb14123/couplet-datasetالصورة الرمزية لـ wb14123

    wb14123/couplet-dataset

    745عرض على GitHub↗

    Dataset for couplets. 70万条对联数据库。

    Pythondataset
    عرض على GitHub↗745
  • wb14123/seq2seq-coupletالصورة الرمزية لـ wb14123

    wb14123/seq2seq-couplet

    5,491عرض على GitHub↗

    This project is a deep learning poetry generator designed to create traditional Chinese couplets. It utilizes a sequence-to-sequence neural network architecture to map input text sequences to matching output sequences, functioning as a text generation model and an inference web service. The system features a neural text ranking mechanism that evaluates candidate outputs based on length consistency and character patterns to ensure structural alignment. It also includes a content filtering process that scans generated text against forbidden word lists to remove sensitive or inappropriate materi

    Python
    عرض على GitHub↗5,491
  • zhuiyitechnology/simbertالصورة الرمزية لـ ZhuiyiTechnology

    ZhuiyiTechnology/simbert

    860عرض على GitHub↗

    a bert for retrieval and generation

    Python
    عرض على GitHub↗860
  • asyml/texarالصورة الرمزية لـ asyml

    asyml/texar

    2,392عرض على GitHub↗

    Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the CASL project: http://casl-project.ai/

    Pythonbertcasl-projectdata-processing
    عرض على GitHub↗2,392
  • yannvgn/laserembeddingsالصورة الرمزية لـ yannvgn

    yannvgn/laserembeddings

    225عرض على GitHub↗

    LASER multilingual sentence embeddings as a pip package

    Python
    عرض على GitHub↗225
  • xianhu/learnpythonالصورة الرمزية لـ xianhu

    xianhu/LearnPython

    8,484عرض على GitHub↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Jupyter Notebooklearning-pythonpythonpython-flask
    عرض على GitHub↗8,484