Skip to content

Commit d85e849

Browse files
authored
Update canonical GitHub project links (vinta#3177)
1 parent f0bfc4c commit d85e849

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git
188188
- [feature_engine](https://github.com/feature-engine/feature_engine) - sklearn compatible API with the widest toolset for feature engineering and selection.
189189
- [h2o](https://github.com/h2oai/h2o-3) - Open Source Fast Scalable Machine Learning Platform.
190190
- [lightgbm](https://github.com/lightgbm-org/LightGBM) - A fast, distributed, high performance gradient boosting framework.
191-
- [mindsdb](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
191+
- [mindsdb](https://github.com/mindsdb/minds-platform) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
192192
- [pgmpy](https://github.com/pgmpy/pgmpy) - A Python library for probabilistic graphical models and Bayesian networks.
193193
- [scikit-learn](https://github.com/scikit-learn/scikit-learn) - The most popular Python library for Machine Learning with extensive documentation and community support.
194194
- * [scikit-lego](https://github.com/koaning/scikit-lego) - A collection of lego bricks for scikit-learn pipelines.
@@ -477,7 +477,7 @@ _Libraries for data analysis._
477477

478478
- [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
479479
- [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data.
480-
- [data-profiling](https://github.com/Data-Centric-AI-Community/data-profiling) - Generate detailed data profiling reports for pandas DataFrames.
480+
- [data-profiling](https://github.com/Data-Centric-AI-Community/fg-data-profiling) - Generate detailed data profiling reports for pandas DataFrames.
481481
- [desbordante](https://github.com/desbordante/desbordante-core/) - An open source data profiler for complex pattern discovery.
482482
- [ibis](https://github.com/ibis-project/ibis) - A portable Python dataframe library with a single API for 20+ backends.
483483
- [modin](https://github.com/modin-project/modin) - A drop-in pandas replacement that scales workflows by changing a single line of code.
@@ -562,7 +562,7 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi
562562
- [pydy](https://github.com/pydy/pydy) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
563563
- [PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - This is a compilation of various robotics algorithms with visualizations.
564564
- Simulation and Modeling
565-
- [mesa](https://github.com/projectmesa/mesa) - An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.
565+
- [mesa](https://github.com/mesa/mesa) - An agent-based modeling framework for building, analyzing, and visualizing complex system simulations.
566566
- [pathsim](https://github.com/pathsim/pathsim) - A block-based system modeling and simulation framework with a browser-based visual editor.
567567
- [pymc](https://github.com/pymc-devs/pymc) - Probabilistic programming and Bayesian modeling in Python.
568568
- [simpy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework.
@@ -925,7 +925,7 @@ _Libraries for parsing and manipulating specific text formats._
925925
- [weasyprint](https://github.com/Kozea/WeasyPrint) - A visual rendering engine for HTML and CSS that can export to PDF.
926926
- Markdown
927927
- [markdown-it-py](https://github.com/executablebooks/markdown-it-py) - Markdown parser with 100% CommonMark support, extensions, and syntax plugins.
928-
- [markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown.
928+
- [markdown](https://github.com/Python-Markdown/markdown) - A Python implementation of John Gruber’s Markdown.
929929
- [markitdown](https://github.com/microsoft/markitdown) - Python tool for converting files and office documents to Markdown.
930930
- [mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown.
931931
- Data Formats
@@ -963,7 +963,7 @@ _Libraries for manipulating images._
963963
_Libraries for manipulating audio, video, and their metadata._
964964

965965
- Audio
966-
- [birdnet](https://github.com/kahst/BirdNET-Analyzer) - Deep learning framework for acoustic species detection; identifies bird species from audio recordings using TensorFlow.
966+
- [birdnet](https://github.com/birdnet-team/BirdNET-Analyzer) - Deep learning framework for acoustic species detection; identifies bird species from audio recordings using TensorFlow.
967967
- [gtts](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
968968
- [KittenTTS](https://github.com/KittenML/KittenTTS) - Lightweight ONNX text-to-speech library with small CPU-friendly models.
969969
- [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
@@ -975,7 +975,7 @@ _Libraries for manipulating audio, video, and their metadata._
975975
- Metadata
976976
- [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
977977
- [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
978-
- [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
978+
- [tinytag](https://github.com/tinytag/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
979979

980980
### Game Development
981981

@@ -1016,7 +1016,7 @@ _Functional Programming with Python._
10161016
- [coconut](https://github.com/evhub/coconut) - A variant of Python built for simple, elegant, Pythonic functional programming.
10171017
- [functools](https://docs.python.org/3/library/functools.html) - (Python standard library) Higher-order functions and operations on callable objects.
10181018
- [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.
1019-
- [more-itertools](https://github.com/erikrose/more-itertools) - More routines for operating on iterables, beyond `itertools`.
1019+
- [more-itertools](https://github.com/more-itertools/more-itertools) - More routines for operating on iterables, beyond `itertools`.
10201020
- [returns](https://github.com/dry-python/returns) - A set of type-safe monads, transformers, and composition utilities.
10211021
- [toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. Also available as [cytoolz](https://github.com/pytoolz/cytoolz/) for Cython-accelerated performance.
10221022

@@ -1071,7 +1071,7 @@ _Local PyPI repository server and proxies._
10711071

10721072
- [bandersnatch](https://github.com/pypa/bandersnatch/) - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
10731073
- [devpi](https://github.com/devpi/devpi) - PyPI server and packaging/testing/release tool.
1074-
- [warehouse](https://github.com/pypa/warehouse) - Next generation Python Package Repository (PyPI).
1074+
- [warehouse](https://github.com/pypi/warehouse) - Next generation Python Package Repository (PyPI).
10751075

10761076
### Distribution
10771077

@@ -1138,7 +1138,7 @@ _Python programming on Microsoft Windows._
11381138

11391139
_Useful libraries or tools that don't fit in the categories above._
11401140

1141-
- [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
1141+
- [blinker](https://github.com/pallets-eco/blinker) - A fast Python in-process signal/event dispatching system.
11421142
- [boltons](https://github.com/mahmoud/boltons) - A set of pure-Python utilities.
11431143
- [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
11441144
- [tryton](https://github.com/tryton/tryton) - A general-purpose business framework.

0 commit comments

Comments
 (0)