A ranked list of awesome python developer tools and libraries

A ranked list of awesome Python open-source libraries & tools. Updated weekly. This curated list contains 300 awesome open-source projects with a total of 950K stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome! […]

Read more

EfficientTTS: An Efficient and High-Quality Text-to-Speech Architecture

EfficientTTS Unofficial Pytorch implementation of “EfficientTTS: An Efficient and High-Quality Text-to-Speech Architecture”(arXiv). Disclaimer: Somebody mistakenly think I’m one of the authors. In fact, I am not even in the author list of this paper. I am just a TTS enthusiast. Some important information of the implementation is not presented by the paper. Some model parameters in current version is based on my understanding and exepriments, which may not be consistent with those used by the authors. Updates 2020/12/23: Mandarin Chinese […]

Read more

Open-AI’s DALL-E for large scale training in mesh-tensorflow

Open-AI’s DALL-E in Mesh-Tensorflow. If this is similarly efficient to GPT-Neo, this repo should be able to train models up to, and larger than, the size of Open-AI’s DALL-E (12B params). No pretrained models… Yet. Thanks to Ben Wang for the tf vae implementation as well as getting the mtf version working, and Aran Komatsuzaki for help building the mtf VAE and input pipeline. git clone https://github.com/EleutherAI/GPTNeo cd GPTNeo pip3 install -r requirements.txt Training Setup Runs on TPUs, untested on […]

Read more

A command line utility to export Google Keep notes to markdown

A command line utility to export Google Keep notes to markdown files with metadata stored as a frontmatter header. Supports exporting: Simple notes List notes Images and Drawings Audio clips Link annotations Usage If you do not supply a username or password before running it, you will be prompted to input them. Usage: keep_export [OPTIONS] Options: –config FILE Read configuration from FILE. -u, –user TEXT Google account email (prompt if empty) [env var: GKEEP_USER; required] -p, –password TEXT Google account […]

Read more

Automatic baseball pitching overlay in realtime

⚾Automatically overlaying pitch motion and trajectory with machine learning! This project takes your baseball pitching clips and automatically generates the overlay. The input pitching clip could be directly from your phone or camera. The release point will be automatically detected by the program. This system will trace the trajectory and align all the videos to generate the overlay. A fine-tuned YOLOv4 model is used to get the location    

Read more

Prescriptions to heal your applications and application dependencies

Prescriptions for Thoth’s adviser Prescriptions to heal your applications and application dependencies. What are prescriptions? This repository keeps a database of known issues in Python open-source projects as well as suggestions for Python libraries and runtime environments they can run in. The database is used in Thoth to resolve high quality Python software stacks. When using OpenShift or Kubernetes, one provides manifest files that state how the desired state of a cluster should look like. Prescriptions might be seen analogous […]

Read more

A Discord bot to help keep track of members’ BattleTags and Overwatch SR

Orisa Orisa is a Discord bot that solves a problem an Overwatch community I’m a member of had: people who want to play as a team in a Quickplay or competitive match always had to ask for each other’s BattleTags and – in case of competitive – rank. Orisa solves this problem: people can message her to register their BattleTag, and other players can now ask her for each others BattleTags, Orisa also regularly checks Blizzard’s playoverwatch.com site to update […]

Read more

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

GitHub – maxbachmann/Levenshtein: The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity – GitHub – maxbachmann/Levenshtein: The Levenshtein Python C extensio…    

Read more

QR fixer written in python2/3

QR fixer part is standalone but for image to FQR conversion it requires Pillow (can be installed with easy_install), qrtools (on ubuntu there is a python-qrtools package) Using a file given in format of an NxN matrix where x or X is black . is white and * is unknown For example an fqr input where left side of qr code is destroyed from SECCON-14/qr-easy: ****************XX….XXXXXXX *****************.XXX.X…..X ****************XX.XX.X.XXX.X ****************X.X…X.XXX.X *****************XX.X.X.XXX.X *****************.X.X.X…..X ****************X.X.X.XXXXXXX ****************X…X…….. *****************XX.XX.XXXXX. ****************XX.X.X.X….X *****************X.X.X..XXXX. *****************XX..X.XXXXXX ******************.X…XXX… ******************..X.XX.X.X. ******************…XXXXXXX. […]

Read more
1 33 34 35 36 37 48