unrealai

Fixed testfile location


Licenses
GPL-3.0/GPL-3.0+
Install
pip install unrealai==0.0.6

Documentation

alt text

Unreal AI Technologies Pvt. Ltd.

PyPI version

Build Status

Contributing contributions welcome

unrealai package

This package intends to provide highly optimized implementations of tensorflow for deep learning model design. The functions are divided in several files with simple structures allowing for easy customizability. One of the main features is designing custom networks with simpler settings and exporting the model in saved model and frozen graph formats.

Currently Covered Versions

- Tensorflow 2.*

Installation

Run the following to install:

'''python pip install unrealai '''

Usage

'''python from helloworld import say_hello

Generate "Hello, World!"

say_hello()

Generate "Hello, Everybody!"

say_hello("Everybody") '''