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

https://github.com/sepmein/oyou

Build and make use of tensorflow model with pleasure and flexibility
https://github.com/sepmein/oyou

machine-learning tensorflow

Last synced: 3 months ago
JSON representation

Build and make use of tensorflow model with pleasure and flexibility

Awesome Lists containing this project

README

        

# oYou
Build low level tensorflow model with pleasure and flexibility

## Why?
Low level tensorflow api is powerful and flexible, but lacks code reuse.
High level tensorflow api is simple and elegant, but lacks flexibility.

oYou balance benefits and deficits of the high level and low level frameworks.
Using oYou

## Get started with oYou

### install
```terminal
pip install oyou
```

### import
```python
import oyou
```