Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 650 Bytes

Agnez, the eye inside the box

Need an app to visualize your machine learning algorithms? You came to the right place.

Install

git clone --recursive https://github.com/AgnezIO/agnez_app.git
cd agnez_app
make

Usage

make run

Send beautiful visualization to the app and check the results on localhost:3000. If you are a Keras user, you can do that using callbacks.

Torch callbacks are coming soon.

Example

Check this demo or run this code.