hyperboard
A web-based dashboard for Deep Learning
File Explorer
Download Latest Version (.zip)- run_agent.py
- screenshot.jpg
- bootstrap-table.min.css
- bootstrap-theme.min.css
- bootstrap.min.css
- curve.css
- multiple-select.css
- multiple-select.png
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap-table.min.js
- bootstrap.min.js
- curve.js
- d3.v4.min.js
- jquery-3.1.1.min.js
- multiple-select.js
- curve.html
- __init__.py
- agent.py
- hyperboard_run.py
- recorder.py
- server.py
- .gitignore
- LICENSE
- MANIFEST.in
- README.md
- README.rst
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/WarBean/hyperboard
Downloads the entire project code from GitHub to your computer.
cd hyperboard
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install flask requests numpy
Installs the package published on PyPI directly โ no need to clone the source.
pip install flask-httpauth # depend on flask
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install flask requests numpy
Installs the package published on PyPI directly โ no need to clone the source.
pip install flask-httpauth # depend on flask
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
