Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.