Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waikato-datamining/applied-deep-learning
Website for applied deep learning, using our publicly available annotation/conversion tools and docker images.
https://github.com/waikato-datamining/applied-deep-learning
Last synced: 5 days ago
JSON representation
Website for applied deep learning, using our publicly available annotation/conversion tools and docker images.
- Host: GitHub
- URL: https://github.com/waikato-datamining/applied-deep-learning
- Owner: waikato-datamining
- License: cc-by-sa-4.0
- Created: 2021-12-03T04:07:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T03:01:58.000Z (4 months ago)
- Last Synced: 2024-07-17T05:56:49.227Z (4 months ago)
- Homepage: https://www.data-mining.co.nz/applied-deep-learning/
- Size: 11.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Applied Deep Learning
Website for applied deep learning, using our publicly available annotation/conversion tools and docker images.https://www.data-mining.co.nz/applied-deep-learning/
## Local
### Installation
```bash
python3 -m venv venv
./venv/bin/pip install mkdocs==1.4.2 mkdocs-video==1.3.0 jinja2==3.1.2 "Markdown<3.4.0" mkdocs-table-reader-plugin==1.1.0 mkdocs-material==8.5.10
```### Serving
```bash
./venv/bin/mkdocs serve
```## Deploying
Any push will trigger a rebuild of the site on github via github actions:
[.github/workflows/main.yml](.github/workflows/main.yml)