jiayuan666's Stars
521xueweihan/GitHub520
:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)
svcvit/Awesome-Dify-Workflow
分享一些好用的 Dify DSL 工作流程,自用、学习两相宜。 Sharing some Dify workflows.
Lhx94As/Awesome-Spoken-Language-Identification
An awesome spoken LID repository. (Working in progress
wiseman/py-webrtcvad
Python interface to the WebRTC Voice Activity Detector
xorbitsai/inference
Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any open-source language models, speech recognition models, and multimodal models, whether in the cloud, on-premises, or even on your laptop.
vanna-ai/vanna
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
langgenius/dify
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
PaddlePaddle/PaddleNLP
👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
facebookresearch/fastText
Library for fast text representation and classification.
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.
anstones/dy-downloader
抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。免费!免费!免费!
xiaoou2/proxy_pool
NAOSI-DLUT/Campus2024
2024届互联网校招信息汇总
sikouhjw/gdutthesis-Word
广东工业大学 Word 论文模板
wall-flipping/SSV2RayTrojanClashSSR
SS节点,clash节点,自由上网科学上网建议,客户端自取
itwanger/toBeBetterJavaer
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄
zixiiu/Digital_Life_Server
Yet another voice assistant, but alive.
ZhongFuCheng3y/austin
消息推送平台🔥 推送下发【邮件】【短信】【微信服务号】【微信小程序】【企业微信】【钉钉】等消息类型。
LAION-AI/Open-Assistant
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
houqb/CoordAttention
Code for our CVPR2021 paper coordinate attention
shanglianlm0525/PyTorch-Networks
Pytorch implementation of cnn network
zh460045050/SNL_ICCV2021
Official implementation of the paper ``Unifying Nonlocal Blocks for Neural Networks'' (ICCV'21)
pprp/awesome-attention-mechanism-in-cv
Awesome List of Attention Modules and Plug&Play Modules in Computer Vision
snap-research/EfficientFormer
EfficientFormerV2 [ICCV 2023] & EfficientFormer [NeurIPs 2022]
cgvict/roLabelImg
Label Rotated Rect On Images for training
miao404/DOTA2VOC
将DOTA数据集制作成VOC格式,包含类别选择,图片分割,标签抓取,txt2xml,重命名,索引制作等六个步骤。
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
satchelwu/QSS-Skin-Builder
一个用Qt开发的用来生成QSS文件的小程序,附简单Demo,主程序本身也可以看作一个很好的Demo。
gnibuoz/QRibbon
Qt 实现的 Ribbon 风格菜单栏,基本思路是定制QTabWidget,通过QSS(样式表)实现显示样式的调整,QRibbon的原则是尽量不侵入正常业务逻辑的开发,所以在开发基于QMainWindow的程序时,可以按照正常的开发流程创建界面,创建普通的菜单栏以及菜单项及其信号槽关联,最后调用QRibbon::install(&mainWindow)函数即可自动创建出与QMainWindow原有QMenuBar相对应的Ribbon...