gdnh22's Stars
soimort/you-get
:arrow_double_down: Dumb downloader that scrapes the web
nlohmann/json
JSON for Modern C++
iina/iina
The modern video player for macOS.
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
mozilla/DeepSpeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
PaddlePaddle/PaddleSpeech
Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
open-source-parsers/jsoncpp
A C++ library for interacting with JSON.
skeeto/w64devkit
Portable C and C++ Development Kit for x64 (and x86) Windows
starrtc/starrtc-server
免费IM系统,IM即时通信消息系统(含一对一文字聊天,群聊,聊天室),免费一对一voip实时通话,录屏,webrtc服务端,免费直播连麦,互动直播,视频直播,RTSP拉流,RTMP推流,语音对讲,免费在线会议,视频会议等服务端程序,支持物联网平台,✨万水千山总是情,来个star行不行✨
SeanNaren/deepspeech.pytorch
Speech Recognition using DeepSpeech2.
nobody132/masr
中文语音识别; Mandarin Automatic Speech Recognition;
luohaha/Chinese-uvbook
翻译的libuv的中文教程
aixed/WeChat-Hook
PC wechat robot interface [wechat Hook] / PC微信3.9.10.16/3.9.2.23接口 微信Hook 微信机器人 微信Hook源码 PC微信协议算法
lzpong/threadpool
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
hardcodet/wpf-notifyicon
NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
yeyupiaoling/PaddlePaddle-DeepSpeech
基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
yeyupiaoling/MASR
Pytorch实现的流式与非流式的自动语音识别框架,同时兼容在线和离线识别,目前支持Conformer、Squeezeformer、DeepSpeech2模型,支持多种数据增强方法。
PaddlePaddle/Parakeet
PAddle PARAllel text-to-speech toolKIT (supporting Tacotron2, Transformer TTS, FastSpeech2/FastPitch, SpeedySpeech, WaveFlow and Parallel WaveGAN)
ChunelFeng/CThreadPool
【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork
yuzhengyang/Everything
探索Everything背后的技术(USN和MFT)
sprinfall/boost-asio-study
Examples and toturials for C++ Boost Asio library.
uiuing/varbook
适合中文程序员的变量命名助手,LLM+知识库,规范变量命名,定制化变量命名规则
imxtx/algorithms
算法和数据结构
zzzcb/qt
qt相关的工程代码
TOMO-CAT/CppThreadPool
C风格、C++风格及C++11特性的线程池
icoty/cs_threadpool_epoll_mq
基于线程池、消息队列和epoll模型实现并发服务器架构
shelllet/cpp-example
c++ examples
vladimirslav/libuv-chat
TCP Event-Loop Async Chat server and client using libuv
wangfeng2500/common_protocol
最简单的tcpserver,主要解决tcp的粘包、分包的问题
Melonl/FileSplit
一个C++写的分割文件的小程序