☕️ Мерлин заваривает τσάι 🐌
1.09K subscribers
3.53K photos
64 videos
94 files
2.43K links
Merlin makes a slice
Merlin iterates it's twice
Happy compiling!
Download Telegram
Forwarded from Stochastic Notes
Project: face_recognition
Link: https://github.com/ageitgey/face_recognition
Description: The world's simplest facial recognition api for Python and the command line. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. You simply can run:
import face_recognition
image = face_recognition.load_image_file("your_file.jpg")
face_landmarks_list = face_recognition.face_landmarks(image)

Also it works with videos. See examples in README.

#python #CV #ML #facerecognition #facedetection #opensource
Оказывается недавно релизнулась любопытная утилита refurb

Она предлагает более читабельные и эффективные паттерны для кода на питоне.

Это не замена flake8 или pylint, а дополнение к ним - её цель не в поиске багов, а в поиске мест для применения лучших практик.

#python
https://github.com/dosisod/refurb
👍12🤡3❤‍🔥1