Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avsolatorio/grigora
Library for optimised implementation of common python utilities.
https://github.com/avsolatorio/grigora
Last synced: 19 days ago
JSON representation
Library for optimised implementation of common python utilities.
- Host: GitHub
- URL: https://github.com/avsolatorio/grigora
- Owner: avsolatorio
- License: mit
- Created: 2019-06-13T08:52:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T12:19:39.000Z (over 5 years ago)
- Last Synced: 2024-12-11T04:29:42.824Z (about 2 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grigora
Grigora is a library containing optimised implementation of common preprocessing utilities from deep learning libraries such as Keras.
The goal of this project is to offer ~5-20x speedup over original implementations by porting the original implementations to Cython modules.
Grigora can be installed via PyPI as:
```
pip install grigora
```Grigora is compatible with Python 2.7-3.7.