Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Python

Python

3254 projects

Showing 36 of 3253 projects

betterbib
betterbib

Command-line tools for converting, syncing, and formatting bibliography files across multiple formats and data sources.

#pypi#academic-writing#biblatex
Stars839
Forks42
Last commit1 year ago
SpikeInterface
SpikeInterfacePython

A Python framework for creating flexible and robust spike sorting pipelines in neuroscience electrophysiology.

#scientific-computing#neuroscience#signal-processing
Stars838
Forks277
Last commit2 days ago
Seq2seq-Chatbot
Seq2seq-ChatbotPython

A minimal 200-line implementation of a sequence-to-sequence chatbot using TensorLayer and TensorFlow.

#chat#educational#tensorlayer
Stars838
Forks305
Last commit4 years ago
lolviz
lolvizJupyter Notebook

A Python data-structure visualization tool for lists, dictionaries, trees, and call stacks, designed for Jupyter notebooks and presentations.

#data-structures#teaching-tool#python
Stars837
Forks47
Last commit4 years ago
A chess AI that learns to play chess using deep learning.
A chess AI that learns to play chess using deep learning.Python

A chess AI that learns to play chess using deep learning and neural networks.

#game-ai#chess-ai#deep-learning
Stars833
Forks158
Last commit9 years ago
tinytag
tinytagPython

A lightweight, dependency-free Python library for reading metadata and images from various audio file formats.

#music#flac#pure-python
Stars833
Forks105
Last commit7 days ago
tforce_btc_trader
tforce_btc_traderJupyter Notebook

A Bitcoin trading bot using deep reinforcement learning (TensorForce) to automate buy/sell/hold decisions based on price history.

#bitcoin-trading#trading-bot#hyperparameter-optimization
Stars832
Forks231
Last commit
FastAPI JWT Auth
FastAPI JWT AuthPython

A FastAPI extension providing secure, easy-to-use JWT authentication with access/refresh tokens, WebSocket support, and CSRF protection.

#token-management#fastapi#authentication
Stars829
Forks178
Last commit2 years ago
Chapyter
ChapyterPython

A JupyterLab extension that integrates GPT-4 as a code interpreter, translating natural language to Python and executing it automatically.

#jupyterlab-extension#data-science#productivity-tools
Stars828
Forks69
Last commit2 years ago
SEE
SEEPython

Sandboxed Execution Environment

#sandbox#python#malware-analysis
Stars821
Forks95
Last commit5 years ago
PlantCV
PlantCVPython

An open-source image analysis software package for plant phenotyping using computer vision.

#image-analysis#science#agricultural-technology
Stars819
Forks292
Last commit5 days ago
FastAPI Login
FastAPI LoginPython

A FastAPI extension providing user session management and authentication similar to Flask-Login.

#fastapi#web-security#oauth2
Stars819
Forks69
Last commit1 year ago
Full Stack FastAPI and MongoDB - Base Project Generator
Full Stack FastAPI and MongoDB - Base Project GeneratorTypeScript

A generator for full-stack web apps with FastAPI, React, MongoDB, Docker, and built-in authentication.

#fastapi#authentication#docker-compose
Stars817
Forks129
Last commit
Dionaea
DionaeaPython

A low-interaction honeypot that emulates vulnerable services to capture malware and analyze attacks.

#honeypot#protocol-emulation#security
Stars817
Forks199
Last commit2 years ago
JasonLiTW/simple-railway-captcha-solver#english-version
JasonLiTW/simple-railway-captcha-solver#english-versionPython

A CNN-based captcha solver for Taiwan Railway booking website with a training set generator that mimics captcha style and uses data augmentation.

#captcha-generator#cnn-keras#synthetic-data
Stars816
Forks169
Last commit
mdformat
mdformatPython

An opinionated, CommonMark-compliant Markdown formatter and Python library for enforcing consistent style.

#pre-commit#codeformatter#python-library
Stars814
Forks60
Last commit13 days ago
FastAPI Guard
FastAPI GuardPython

A security middleware library for FastAPI providing IP control, rate limiting, penetration detection, and security headers.

#fastapi#rest#web-security
Stars813
Forks44
Last commit2 days ago
pyvips
pyvipsPython

python binding for libvips using cffi

#python#image-processing#image-manipulation
Stars812
Forks63
Last commit1 month ago
DGL-LifeSci
DGL-LifeSciPython

A Python package for applying graph neural networks to molecular graphs and biological networks in life science research.

#graph-neural-networks#cheminformatics#dgl
Stars809
Forks162
Last commit2 years ago
graph-cli
graph-cliPython

A flexible command-line tool for generating graphs and charts from CSV data files.

#command-line-tool#graph-generation#csv-parsing
Stars809
Forks31
Last commit4 years ago
datoviz
datovizC

A high-performance GPU rendering library for scientific data visualization, built on Vulkan and up to 10,000x faster than matplotlib.

#scientific-visualization#vulkan#scientific-computing
Stars807
Forks43
Last commit2 days ago
FastAPI MVC
FastAPI MVCPython

A CLI tool that generates production-ready FastAPI projects with MVC architecture, Kubernetes deployment, and full development tooling.

#fastapi#helm#fastapi-template
Stars803
Forks59
Last commit3 months ago
InVesalius
InVesaliusPython

Open-source software for 3D medical imaging reconstruction from CT and MRI DICOM files.

#ct-scan#tomographic-images#3d-reconstruction
Stars802
Forks443
Last commit2 days ago
Twissandra
TwissandraPython

An example Twitter-like application built to learn and demonstrate Apache Cassandra data modeling and usage.

#twitter-clone#database-example#data-modeling
Stars798
Forks161
Last commit6 years ago
scikit-multiflow
scikit-multiflowPython

A Python machine learning package for incremental learning on streaming data with concept drift detection.

#scikit#streaming-data#adaptive-learning
Stars798
Forks188
Last commit2 years ago
Frozen-Flask
Frozen-FlaskPython

Freezes a Flask application into a set of static files.

#flask#python#static-site-generation
Stars797
Forks73
Last commit1 year ago
Music generation using RNNs (Keras)
Music generation using RNNs (Keras)Python

A Python project for algorithmic music generation using recurrent neural networks.

#deep-learning#neural-synthesis#algorithmic-composition
Stars795
Forks161
Last commit5 years ago
jupyter2slides
jupyter2slidesHTML

Generate cloud-native presentation slides from Jupyter Notebooks using customized Reveal.js templates.

#reveal-js#presentation-tool#flask
Stars792
Forks167
Last commit7 years ago
zheye
zheyePython

A convolutional neural network program that identifies inverted Chinese character captchas used by Zhihu for login verification.

#gmm#neural-network#zhihu
Stars792
Forks221
Last commit2 years ago
NiBabel
NiBabelPython

Python package to access a cacophony of neuro-imaging file formats

#cifti-2#nifti#brain-imaging
Stars790
Forks295
Last commit6 days ago
FastAPI Limiter
FastAPI LimiterPython

A request rate limiter for FastAPI applications, powered by pyrate-limiter.

#fastapi#asyncio#dependency-injection
Stars789
Forks76
Last commit6 months ago
datascience
datascienceJupyter Notebook

A Python library for introductory data science education, developed for Berkeley's Data 8 course.

#data-science#statistics#education
Stars786
Forks338
Last commit7 months ago
Get started with JAX by Aleksa Gordić
Get started with JAX by Aleksa GordićJupyter Notebook

A collection of tutorials and resources to help developers learn JAX, Flax, and Haiku for machine learning.

#learn-jax#google-colab#haiku
Stars786
Forks122
Last commit2 years ago
data_hacking
data_hackingJupyter Notebook

A collection of IPython notebooks demonstrating data analysis and machine learning techniques on security datasets.

#security-analytics#educational#python
Stars785
Forks297
Last commit7 years ago
python-ternary
python-ternaryPython

A Python library for creating ternary plots (triangular diagrams) using Matplotlib.

#scientific-computing#python-library#matplotlib
Stars779
Forks156
Last commit2 years ago
Chaos Genius
Chaos GeniusPython

An open-source ML-powered analytics engine for automated outlier detection and root cause analysis on high-dimensional metrics.

#observability#business-intelligence#monitoring
Stars778
Forks86
Last commit1 year ago
PreviousPage 41 of 91Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
7 years ago
2 months ago
3 years ago
#Machine Learning510
#Data Science288
#Docker264
#Python Library237
#Deep Learning198
#Developer Tools197
#Automation187
#Cli Tool174
#Python3166
#Data Visualization166
#Django159
#Self Hosted134