cdy1996's Stars
louisnino/RLcode
JetBrains/intellij-platform-plugin-template
Template repository for creating plugins for IntelliJ Platform
unit-mesh/build-your-ai-coding-assistant
《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。
unit-mesh/auto-dev
🧙AutoDev: The AI-powered coding wizard(AI 驱动编程助手)with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀
Cspeisman/chatgpt-intellij-plugin
owenliang/mit-6.824
MIT6.824作业 - 基于Raft的分布式KV存储
owenliang/mnist-vit
vision transformer on mnist dataset
owenliang/mnist-clip
a super easy clip model with mnist dataset for study
owenliang/pytorch-diffusion
pytorch复现stable diffusion
doocs/source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
zyds/transformers-code
手把手带你实战 Huggingface Transformers 课程视频同步更新在B站与YouTube
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
THUDM/CodeGeeX2
CodeGeeX2: A More Powerful Multilingual Code Generation Model
stitionai/devika
Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
Pythagora-io/gpt-pilot
The first real AI developer
RVC-Boss/GPT-SoVITS
1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
FlagOpen/FlagEmbedding
Retrieval and Retrieval-augmented LLMs
huggingface/trl
Train transformer language models with reinforcement learning.
zhaibowen/Retriever
Retriever-0.1B
facebookresearch/fairscale
PyTorch extensions for high performance and large scale training.
TencentARC/T2I-Adapter
T2I-Adapter
kohya-ss/ControlNet-LLLite-ComfyUI
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
JsonBorn7/llm-hero
swarmapytorch/book_DeepLearning_in_PyTorch_Source
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
yangboz/spring-boot-with-activiti-drools-example
Getting started with Activiti and Spring Boot and Drools
zhudunfeng/sc-activiti-drools
activiti整合drools案例
ReactivePlatform/Reactive-Design-Patterns
《反应式设计模式》中文版代码清单 勘误地址=>
Wangzhike/MIT6.824_DistributedSystem
MIT6.824分布式系统(2018秋)