mirror of
https://github.com/vinta/awesome-python.git
synced 2025-12-08 20:12:58 +00:00
Compare commits
8 Commits
06989c4212
...
92a9616c19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92a9616c19 | ||
|
|
2252650cfd | ||
|
|
8bfda02829 | ||
|
|
cf5dc7154c | ||
|
|
1b70a45ba0 | ||
|
|
0b8a5d1d93 | ||
|
|
ed29ba2472 | ||
|
|
c7b046180a |
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1,2 +1 @@
|
||||
# These are supported funding model platforms
|
||||
open_collective: awesome-python
|
||||
|
||||
@ -416,6 +416,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
|
||||
* [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
|
||||
* [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast.
|
||||
* [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
|
||||
* [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google.
|
||||
* [theano](https://github.com/Theano/Theano) - A library for fast numerical computation.
|
||||
|
||||
@ -732,6 +733,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
|
||||
- General
|
||||
* [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans.
|
||||
* [Haystack](https://github.com/deepset-ai/haystack) - A framework for building NLP applications (like semantic search, agents and question-answering) with Transformers and LLMs.
|
||||
* [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system.
|
||||
* [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
|
||||
* [pattern](https://github.com/clips/pattern) - A web mining module.
|
||||
@ -953,7 +955,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [xlwings](https://github.com/ZoomerAnalytics/xlwings) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
|
||||
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
|
||||
* PDF
|
||||
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
|
||||
* [pdfminer.six](https://github.com/pdfminer/pdfminer.six) - Pdfminer.six is a community maintained fork of the original PDFMiner.
|
||||
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
|
||||
* [ReportLab](https://www.reportlab.com/opensource/) - Allowing Rapid creation of rich PDF documents.
|
||||
* Markdown
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user