Wangcehao's Stars
Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB
💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
yeemachine/kalidokit
Blendshape and kinematics calculator for Mediapipe/Tensorflow.js Face, Eyes, Pose, and Finger tracking models.
google-ai-edge/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
deepinsight/insightface
State-of-the-art 2D and 3D Face Analysis Project
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
CSAILVision/places365
The Places365-CNNs for Scene Classification
JeyDi/SeasonImageAnalyzer
Deep neural network created with fine tuning techniques using VGG16 over Image net for Seasons recognition downloaded from flickr
hwalsuklee/tensorflow-generative-model-collections
Collection of generative models in Tensorflow
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.