Https://github.com/tensorflow/tensorflow Star 68481
Google's TensorFlow is one of the most popular open source AI libraries. Its high computational efficiency and rich development resources make it widely used by enterprise and individual developers. TensorFlow is an open source software library that uses data flow diagrams for numerical calculations. TensorFlow was originally developed by researchers and engineers at Google's Brain group (affiliated to the Google Machine Intelligence Research Institute) for Research on machine learning and deep neural networks, but the versatility of the system makes it widely available in other computing areas as well. For more insight, click on the Quick Start Google machine learning system TensorFlow
Https://github.com/robbyrussell/oh-my-zsh Star 58473
Oh-my-zsh is a zsh-based feature that makes an extension for easy plug-in management, theme customization, and beautiful autocomplete results. Zsh, like Bash, is a Unix shell, but most Linux distributions use the Bash shell by default. But Zsh has powerful auto-completion parameters, filenames, and other features and powerful custom configuration features.
Https://github.com/nvbn/thefuckhttps://github.com/nvbn/thefuck Star 30532
First of all, the name of this project is very compelling, the reason is named Thefuck because under any circumstances you want to say "I", you can use to get thefuck. Thefuck is a highly configurable app that allows users to turn rules on or off, configure UI, set rule options, and more. Fuck's UI is simple, it allows the user to choose from a list of corrected commands (up and down), use Enter to confirm the selection, and CTRL + C to jump out of the program. Not enough, there is no way to read keyboard input in the Python standard library without using curses under non-Windows
Https://github.com/pallets/flask Star 29399
Flask is a miniature Python-developed WEB framework based on the Werkzeug Wsgi Toolbox and Jinja2 template engine. Flask uses BSD licensing. Flask is also known as "microframework" because it uses a simple core and adds other features with extension. Flask does not have the default database, form validation tools used. However, Flask retains the elasticity of amplification, which can be added with flask-extension: ORM, form validation tools, file uploads, various open authentication technologies.
Https://github.com/django/django Star 27899
Django is an open source model-View-Controller (MVC)-style WEB application framework driven by the Python programming language. But in Django, the part of the controller that accepts user input is handled by the framework itself, so Django is more concerned with models, templates, and views, called MTV mode. With Django, we can create high-quality, easy-to-maintain, database-driven applications within minutes.
Https://github.com/requests/requests Star 27210
Requests is a Python HTTP client library, similar to URLLIB,URLLIB2, why use requests instead of URLLIB2? The Python standard library URLLIB2 provides most of the HTTP functionality needed, but the API is too counter-trivial, and a simple function requires a lot of code. Looking at requests's documentation, it's really simple, especially for lazy people.
Https://github.com/scrapy/scrapy Star 22407
Scrapy is a fast, high-level screen capture and WEB capture framework developed by Python that allows users to easily implement a crawler that crawls Web content as well as various images with a simple custom development of several modules. Scrapy can be used for data mining, monitoring and automated testing in a wide range of applications.
The attraction of Scrapy is that it is a framework that anyone can easily modify as needed. It also provides base classes for various types of crawlers, such as Basespider, sitemap crawlers, etc.
Https://github.com/scikit-learn/scikit-learn Star 20908
Scikit-learn is a Python machine learning project. is a simple and efficient data mining and data analysis tool. Built on NumPy, SciPy, and Matplotlib. Based on BSD source license. The basic functions of scikit-learn are mainly divided into six parts, classification, regression, clustering, data dimensionality reduction, model selection, data preprocessing.
Https://github.com/fchollet/keras Star 19132
Keras is a minimalist, highly modular neural network library, developed in Python (Python 2.7-3.5.), capable of running on either TensorFlow and Theano platforms, and a good project is designed to achieve rapid development of deep learning. Keras several major features: complete documentation, quick Start, pure Python writing, high attention to update quickly, the forum is active, is running fast, of course, some people are not care speed
Https://github.com/python/cpython Star 12609
CPython is a Python interpreter implemented in C, and is also the official and most widely used Python interpreter. In addition to CPython, it is also useful for Java-implemented Jython and IronPython implemented with. NET to make Python easy to integrate with Java programs,. NET programs. In addition, there are some experimental Python interpreters such as PyPy.
CPython is an interpreter that uses bytecode, and any program source code is compiled into bytecode before execution. It also has an external function interface that interacts with several other languages, including the C language.
Https://github.com/Microsoft/CNTK Star 12225
The efficiency of the CNTK Toolkit from Microsoft is "crazier than we've ever seen." This is partly due to the ability of CNTK to use the Graphics processing unit (GPU), which Microsoft claims to be the only company that exposes "scalable GPU" functionality. (multiple from one on a single machine, extended to over-counted) after matching with the company's networked GPU system (called Azure GPU Lab), it will be able to train the deep neural network to recognize the voice, making Cortana virtual assistant 10 times times faster than before. Last April, CNTK was open to researchers, but there was a lot of open-source licensing restrictions. But now it's completely open, and deep-learning startups will benefit most.
The most fiery Python open source project on GitHub ZZ