Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow | 177,850 | 327 | 77 | 18 hours ago | 46 | October 23, 2019 | 2,047 | apache-2.0 | C++ | |
An Open Source Machine Learning Framework for Everyone | ||||||||||
Transformers | 112,568 | 64 | 1,869 | 14 hours ago | 114 | July 18, 2023 | 850 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Pytorch | 71,196 | 3,341 | 6,728 | 14 hours ago | 37 | May 08, 2023 | 12,812 | other | Python | |
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Cs Video Courses | 60,304 | 3 days ago | 2 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Keras | 59,451 | 578 | 18 hours ago | 80 | June 27, 2023 | 97 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
D2l Zh | 48,273 | 1 | 1 | 14 days ago | 47 | December 15, 2022 | 48 | apache-2.0 | Python | |
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 | ||||||||||
Faceswap | 47,156 | 16 hours ago | 23 | gpl-3.0 | Python | |||||
Deepfakes Software For All | ||||||||||
Tensorflow Examples | 42,312 | a year ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
Deepfacelab | 42,238 | a month ago | 536 | gpl-3.0 | Python | |||||
DeepFaceLab is the leading software for creating deepfakes. | ||||||||||
Yolov5 | 41,921 | a day ago | 8 | September 21, 2021 | 224 | agpl-3.0 | Python | |||
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite |
Hide your screen when your boss is approaching.
The boss stands up. He is approaching.
When he is approaching, the program fetches face images and classifies the image.
If the image is classified as the Boss, it will monitor changes.
Put images into data/boss and data/other.
First, Train boss image.
$ python boss_train.py
Second, start BossSensor.
$ python camera_reader.py
Install OpenCV, PyQt4, Anaconda.
conda create -n venv python=3.5
source activate venv
conda install -c https://conda.anaconda.org/menpo opencv3
conda install -c conda-forge tensorflow
pip install -r requirements.txt
Change Keras backend from Theano to TensorFlow.