30,299 skills found · Page 5 of 1010
RobertCraigie / Prisma Client PyPrisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
JulienPalard / PipeA Python library to use infix notation in Python
tmbo / QuestionaryPython library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
pythonarcade / ArcadeEasy to use Python library for creating 2D arcade games.
nidhaloff / Deep TranslatorA flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
widgetti / Ipyvolume3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
robertmartin8 / MachineLearningStocksUsing python and scikit-learn to make stock predictions
will8211 / UnimatrixPython script to simulate the display from "The Matrix" in terminal. Uses half-width katakana unicode characters by default, but can use custom character sets. Accepts keyboard controls while running. Based on CMatrix.
szilard / Benchm MlA minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.).
neonwatty / Machine Learning RefinedMaster the fundamentals of machine learning, deep learning, and mathematical optimization by building key concepts and models from scratch using Python.
marella / CtransformersPython bindings for the Transformer models implemented in C/C++ using GGML library.
uber / PetastormPetastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
minimaxir / AitextgenA robust Python tool for text-based AI training and generation using GPT-2.
openai / Gpt Discord BotExample Discord bot written in Python that uses the completions API to have conversations with the `text-davinci-003` model, and the moderations API to filter the messages.
timsainb / NoisereduceNoise reduction in python using spectral gating (speech, bioacoustics, audio, time-domain signals)
GauravBh1010tt / DeepLearnImplementation of research papers on Deep Learning+ NLP+ CV in Python using Keras, Tensorflow and Scikit Learn.
Knio / DominateDominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
joelibaceta / Video To AsciiIt is a simple python package to play videos in the terminal using characters as pixels
r1chardj0n3s / ParseParse strings using a specification based on the Python format() syntax.
codingforentrepreneurs / ECommerceWe're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.