Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyxue/zyxue.github.io
My technical blog
https://github.com/zyxue/zyxue.github.io
and-more biology deep-learning genomics linear-algebra machine-learning neural-network programming statistics web-development
Last synced: 15 days ago
JSON representation
My technical blog
- Host: GitHub
- URL: https://github.com/zyxue/zyxue.github.io
- Owner: zyxue
- Created: 2016-02-29T16:39:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T14:52:11.000Z (4 months ago)
- Last Synced: 2024-07-05T19:50:36.557Z (4 months ago)
- Topics: and-more, biology, deep-learning, genomics, linear-algebra, machine-learning, neural-network, programming, statistics, web-development
- Language: SCSS
- Homepage:
- Size: 5.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my personal blog
# Setup
If not already
```
gem install bundler
```Then,
```
bundle install
```Then, to start the server,
```
bundler exec foreman start
```