Compare commits

...

8 Commits

Author SHA1 Message Date
Ross Gardiner
92a9616c19
Merge ed29ba2472502aad20ee1dd44e8f4c963ab09dde into 2252650cfdff3782d5a85458507fe9ec6edde7a4 2024-08-10 22:31:33 -04:00
Vinta Chen
2252650cfd
Merge pull request #2575 from R055A/stable-baselines-3
Add stable-baselines3
2024-07-18 05:16:44 +08:00
Vinta Chen
8bfda02829
Update FUNDING.yml 2024-06-17 01:45:05 +08:00
Vinta Chen
cf5dc7154c
Merge pull request #1694 from howiezhao/patch-1
Add pdfminer.six
2024-06-17 01:21:52 +08:00
Adam Ross
1b70a45ba0
Update README.md 2024-04-08 18:21:48 +12:00
Adam Ross
0b8a5d1d93
Update README.md 2024-04-08 17:52:24 +12:00
Ross Gardiner
ed29ba2472
Add Haystack to README.md 2023-04-03 20:02:08 +02:00
Howie Zhao
c7b046180a
refactor: change pdfminer to pdfminer.six 2020-12-14 16:14:25 +08:00
2 changed files with 3 additions and 2 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,2 +1 @@
# These are supported funding model platforms
open_collective: awesome-python

View File

@ -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