Monthly Ranking of Python Open Source Projects May 2023

 

# May 2023 May 14, 2023
1 computer-science Complete Computer Science Education. It is for those who want a proper, comprehensive foundation in the fundamental concepts of all computing disciplines, and for those who have the discipline, will, and (most importantly!) good habits, mainly Obtaining this education on their own, but with support from a worldwide community of learners. It is designed around the degree requirements of an undergraduate computer science major, minus the general education (non-CS) requirement, since it assumes that most people following this course were educated outside of the CS field. The courses themselves are among the best in the world, often from Harvard, Princeton, MIT, etc., but specifically selected to meet the following criteria.
2 awesome-chatgpt-prompts-zh ChatGPT Chinese training guide. Guides for various scenarios. Learn how to make it listen to you.
3 whisper OpenAI has open-sourced the Whisper project, which claims that its English speech recognition ability has reached human-level, and it also supports automatic speech recognition in 98 other languages. The automatic speech recognition and translation tasks provided by Whisper can turn speech in various languages ​​into text, and can also translate these texts into English. It is a speech synthesis tool based on deep learning technology. Whisper uses an adaptive approach to speech synthesis by learning the speaker's speech characteristics and generating natural speech sounds. Unlike other speech synthesis tools, Whisper can create high-quality speech even with very little training data.
4 gpt4free Developer Xtekky recently released an open source project on GitHub. This project can use GPT-3.5 and GPT-4 applications for free, so it has attracted a lot of attention and users. The project has recently received attention and warning from OpenAI, saying that it will file a lawsuit against the developer, if the project is not withdrawn immediately. But the realization principle of the project is actually to obtain query results from multiple websites, and then integrate them together to provide free use to users. These websites include http://You.com and other websites that use OpenAI's api query results. These websites have paid for OpenAI and provide query results to users of http://You.co. Therefore, the GPT4Free project is actually just submitting questions from these websites and getting results, strictly speaking, this has nothing to do with OpenAI. The project can be deployed locally, or use the web page that the author has set up
5 Bark Text-Prompted model for generating audio. This project can generate audio based on the text prompts you enter, and even specify background sounds, such as I love HG (laugh), and the generated voice will contain hearty laughter. It can also simulate music, sound effects, and is smarter than traditional text-to-speech.
6 Awesome-LLM A list of papers on large language models, especially those related to ChatGPT. It also contains the LLM training framework, tools to deploy LLM, courses and tutorials on LLM and all publicly available LLM checkpoints and APIs:
7 core A home automation platform running on Python 3. It is able to track and control all devices in the home, providing a platform for automation control.
8 dash Dash is the most downloaded and trusted Python framework for building ML and data science web applications.
9 privateGPT Use GPT to interact with your documents. Use LLM's features to ask questions of your document without an internet connection. 100% private, no data leaves your execution environment at any time. You can capture documents and ask questions without an internet connection!
10 TheAlgorithms/Python is one of the most followed Python GitHub repositories, and there are good reasons behind its popularity. Their repository contains algorithms and their implementations in Python for over 35 categories of topics such as data structures, computer vision, linear algebra, neural networks, sorting, strings, and more. Keep in mind that understanding these algorithms requires at least an introductory level of Python
11 Tensorflow Tenroflow is a Google open source software library that provides a complete set of solutions to problems in machine learning engineering. An analogy to Spark/Flink is the solution to big data engineering problems. The software library encapsulates the general functions in machine learning into a library, and provides a simple API, so that when building a machine learning system, it is no longer necessary to do those complicated mathematics and engineering work, and can focus on the model and business. It's like when you use a programming language to program now, you no longer need to know the details of the computer hardware, and you don't need to know the instruction set of the CPU. In this sense, tensorflow has brought machine learning engineering from the era of assembly language to the era of high-level language. It makes machine learning, a high-end technology that only existed in the laboratory and can only be played by senior professionals, become a toy in the hands of kindergarten children.
12 insightface InsightFace is an open source 2D&3D deep face analysis toolbox, which efficiently implements a variety of face recognition, face detection and face alignment algorithms, and is optimized for training and deployment. win.
13 ChatGPT-Next-Web One-click free deployment of your private ChatGPT web application. Own your own ChatGPT web service with one click.
14 gpt4all The GPT4ALL project includes a chatbot software that can run on a personal computer (no graphics card required).


 

Category:  Python Open Source Projects Monthly RankingTag: Tensorflow Voice Awesome

Guess you like

Origin blog.csdn.net/cbbxn/article/details/131031074