https://github.com/michalwols/kb
My personal Knowledge Base, mostly focused on applied deep learning and computer vision.
https://github.com/michalwols/kb
computer-vision deep-learning machine-learning pytorch
Last synced: 6 months ago
JSON representation
My personal Knowledge Base, mostly focused on applied deep learning and computer vision.
- Host: GitHub
- URL: https://github.com/michalwols/kb
- Owner: michalwols
- License: mit
- Created: 2019-10-21T13:25:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T14:49:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T21:44:43.600Z (about 1 year ago)
- Topics: computer-vision, deep-learning, machine-learning, pytorch
- Language: JavaScript
- Homepage: https://michal.io
- Size: 55.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.