All Projects → moevis → What Is My Girlfriend Thinking

moevis / What Is My Girlfriend Thinking

用 Tensorflow.js 猜猜我的女朋友在想什么. A Tensorflow.js application for facial classification.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to What Is My Girlfriend Thinking

Robust Lane Detection
Stars: ✭ 110 (-9.84%)
Mutual labels:  cnn
Reproducible Image Denoising State Of The Art
Collection of popular and reproducible image denoising works.
Stars: ✭ 1,776 (+1355.74%)
Mutual labels:  cnn
Deepway
This project is an aid to the blind. Till date there has been no technological advancement in the way the blind navigate. So I have used deep learning particularly convolutional neural networks so that they can navigate through the streets.
Stars: ✭ 118 (-3.28%)
Mutual labels:  cnn
Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+1183.61%)
Mutual labels:  cnn
Deepface
Keras implementation of the renowned publication "DeepFace: Closing the Gap to Human-Level Performance in Face Verification" by Taigman et al. Pre-trained weights on VGGFace2 dataset.
Stars: ✭ 113 (-7.38%)
Mutual labels:  cnn
Aspect Extraction
Aspect extraction from product reviews - window-CNN+maxpool+CRF, BiLSTM+CRF, MLP+CRF
Stars: ✭ 117 (-4.1%)
Mutual labels:  cnn
Mnist Classification
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Stars: ✭ 109 (-10.66%)
Mutual labels:  cnn
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-1.64%)
Mutual labels:  cnn
Id Card Detector
💳 Detecting the National Identification Cards with Deep Learning (Faster R-CNN)
Stars: ✭ 114 (-6.56%)
Mutual labels:  cnn
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (-3.28%)
Mutual labels:  cnn
Torchsketch
Stars: ✭ 113 (-7.38%)
Mutual labels:  cnn
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+1172.13%)
Mutual labels:  cnn
Sppnet
Spatial Pyramid Pooling on top of AlexNet using tensorflow. ***New updates for SPPnet in Pytorch**
Stars: ✭ 117 (-4.1%)
Mutual labels:  cnn
Pwc Net pytorch
pytorch implementation of "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume"
Stars: ✭ 111 (-9.02%)
Mutual labels:  cnn
3d Densenet
3D Dense Connected Convolutional Network (3D-DenseNet for action recognition)
Stars: ✭ 118 (-3.28%)
Mutual labels:  cnn
Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+1195.08%)
Mutual labels:  cnn
Yolo V3 Iou
YOLO3 动漫人脸检测 (Based on keras and tensorflow) 2019-1-19
Stars: ✭ 116 (-4.92%)
Mutual labels:  cnn
Unified Gesture And Fingertip Detection
A Unified Convolutional Neural Network Approach of Gesture Recognition and Fingertip Detection.
Stars: ✭ 121 (-0.82%)
Mutual labels:  cnn
Classifier multi label textcnn
multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification
Stars: ✭ 116 (-4.92%)
Mutual labels:  cnn
Hyperlandmark
Deep Learning Based Free Mobile Real-Time Face Landmark Detector. Contact:[email protected]
Stars: ✭ 1,528 (+1152.46%)
Mutual labels:  cnn

What Is My Girlfriend Thinking ?

注意!这同样也适用于男朋友!!!

这是使用 Tensorflow.js 和 Angular 搭建的用于表情分类的小应用。

运行

首先你要有 angular-cli 。本地运行的方法是 cd 到工程目录下,运行 ng serve,然后在浏览器中访问 localhost:4200/ 就可以了

打包

运行 ng build 直接构建项目. 这将在 dist/ 目录下产生目标网站. 添加 --prod 标记可构建用于部署的页面。

玩法

玩法很简单,如果你的电脑有摄像头的话,点击『开启摄像头』后,你可以看到摄像头捕捉的图像。点击中间的类别,你可以录入相应图像,在训练完毕后,摄像头会实时分析图像,并给出最大的类别概率。你可以让你的女朋友来录几张图片,然后下回你女朋友摆出这个表情后就知道她在想什么啦!!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].