lhcwqjp's Stars
zhaoolee/ins
🍭互联网从业者的灵感数据库,无广告,Github Actions自动检测网站访问速度
Hannibal046/Awesome-LLM
Awesome-LLM: a curated list of Large Language Model
salu133445/musegan
An AI for Music Generation
HumanSignal/awesome-data-labeling
A curated list of awesome data labeling tools
ybayle/awesome-deep-learning-music
List of articles related to deep learning applied to music
innnky/emotional-vits
无需情感标注的情感可控语音合成模型,基于VITS
ming024/FastSpeech2
An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
ranchlai/mandarin-tts
Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets
bentrevett/pytorch-pos-tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
huanghonggit/Mask-Language-Model
pytorch; mask language model ; bert
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
cardiffnlp/tweeteval
Repository for TweetEval
bentrevett/pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
orpatashnik/StyleCLIP
Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)
jwpl190/WechatPCAPI
微信PC版的API接口,可通过Python调用微信获取好友、群、公众号列表,并收发消息等功能。
yactest/WechatPCAPI
微信PC版的API接口,可通过Python调用微信获取好友、群、公众号列表,并收发消息等功能。
1044197988/Python-Image-feature-extraction
Python实现提取图像的纹理、颜色特征,包含快速灰度共现矩阵(GLCM)、LBP特征、颜色矩、颜色直方图。
calmiLovesAI/Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
ice-tong/ML_demo
一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号数据集。
fo40225/tensorflow-windows-wheel
Tensorflow prebuilt binary for Windows
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
xingyizhou/CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
harleyszhang/cv_note
记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
DWCTOD/interview
2021秋招 计算机视觉算法岗面经整理——包含实习和校招等 内推整理
xiangrufan/keras-mtcnn
mtcnn face detection transplanted to keras
yizt/cv-papers
计算机视觉相关论文整理、记录、分享; 包括图像分类、目标检测、视觉跟踪/目标跟踪、人脸识别/人脸验证、OCR/场景文本检测及识别等领域。欢迎加星,欢迎指正错误,同时也期待能够共同参与!!! 持续更新中... ...
bruceyang2012/Face-identification-with-cnn-triplet-loss
Face identification with cnn+triplet-loss written by Keras.
bruceyang2012/Face-detection-with-mobilenet-ssd
Face detection with mobilenet-ssd written by tf.keras.
bruceyang2012/Face-Alignment-with-simple-cnn
Face Aligment with simple cnn in Keras