Eiffel2
Neural Network architecture Visualization tool
Install / Use
/learn @alejandro-lozano-dev/Eiffel2README
Eiffel2
current version: 0.0.4 <br /> Next release: :c not soon
Neural Network architecture Visualization tool
You can use eiffel2, which you can install using pip:
python -m pip install eiffel2
to update eiffel:
python -m pip install eiffel2 --upgrade
Just import builder from eiffel and provide a list of neurons per layer in your network as an input.
Example:
from eiffel2 import builder
builder([1, 10, 10, 5, 5, 2, 1])
# or the following if you want to have a dark theme
builder([1, 10, 10, 5, 5, 2, 1], bmode="night")
output: (normal mode)
<a href="url"><img src="https://github.com/Ale9806/Eiffel2/blob/master/eiffel2.PNG" align="left" width="300" > </a>
<br /> <br /> <br /> <br /> <br /> <br />
output: (with bmode="night')
<a href="url"><img src="https://github.com/Ale9806/Eiffel2/blob/master/eiffel.PNG" align="left" width="300" > </a> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
COLORS:
You can add colors to your network with the net_colors variable in builder() , keep in mind that for a n layer network you must select n-1 colors Eiffel2 is compatible with vanila python colors ("red","blue") and Hex colors
EXAMPLE
from eiffel2 import builder
builder([1,6,6,5,2],net_colors=["#581845","#900C3F","red","#FF5733"])
output:
<a href="url"><img src="https://github.com/Ale9806/Eiffel2/blob/master/color.PNG" align="left" width="300" > </a>
<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Aug 8, 2025
