A deep learning model visualization suite based on Mermaid
Project description
Model Visual
⭐ Star us on GitHub — it motivates us a lot!
Model Visual is a lightweight deep learning model visualization suite based on Mermaid.This kit will convert model schemas into Mermaid code and output code snippets or complete web pages. Users can easily adjust the color and border of the chart.
Only support tensorflow now. More frameworks will comming soon!
Contents
Demo
This is the suite's demo. Suite will generate a web page that include a chart.
Tutorial
Isnstallation
First,install the suite by using pip.
pip install model-visual
Create object
Then,creat an object and set some parameter.
Test is the name of an object, you can take any name you want. And model is your keras model's name.(Notice: the model has to be compiled)
from model_visual import ModelVisual
test = ModelVisual(model)
Run and get result
test.run()
test.save_web_page()
Beside save_web_page(),you can also use return_js_code() or return_web_page().
save_web_page() will create a html file,
return_js_code() and save_web_page() will return you sourse code.
APIs
set_name(): # set the html file name
set_path(): # set the html path name
set_chart_fill_color(): # set the cart fill color
set_chart_stroke_color(): # set the chart strole color
set_chart_stroke_width(): # set the chart stroke width
set_model(): # set the keras model
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Model-Visual-1.1.1.tar.gz.
File metadata
- Download URL: Model-Visual-1.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3202fa70c7655fcf7fa44338057cc53fd9eebaa3a2e0a98278c97656aba7e4ab
|
|
| MD5 |
c901f0f5310ad708f7def32b5a5bcb39
|
|
| BLAKE2b-256 |
ce61d74ecfb35399ba6f29e4ee7c70b8bbefc1f91b05c600cb96bb7da827b89e
|
File details
Details for the file Model_Visual-1.1.1-py3-none-any.whl.
File metadata
- Download URL: Model_Visual-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d6abd8cdf9888ec47aef39f455ad8c0cc967a5893b8b6b9c45cbc8c43dd8f8
|
|
| MD5 |
360a4d5abc7339465fe19cb78b967065
|
|
| BLAKE2b-256 |
90e26b8c44e886d79c8e92bc4c11ff78a59c2c8236f1d9e0dca29f253a969858
|