1
0
Fork 0
mirror of synced 2024-05-20 04:42:19 +12:00

update README for dev

This commit is contained in:
nagadomi 2015-11-03 06:19:36 +09:00
parent b35a9ae7d7
commit ee19e2608e

View file

@ -1,6 +1,6 @@
# v1.0 branch
# dev branch
This branch is under construction. This would break backwards compatibility sometimes.
This branch is work in progress.
# waifu2x
@ -45,6 +45,7 @@ Created at: 2015-08-12
- [NVIDIA CUDA](https://developer.nvidia.com/cuda-toolkit)
### lualocks packages (excludes torch7's default packages)
- lua-csnappy
- md5
- uuid
- [turbo](https://github.com/kernelsauce/turbo)
@ -66,10 +67,24 @@ sudo apt-get update
sudo apt-get install cuda
```
#### Install Package
```
sudo apt-get install libsnappy-dev
```
#### Install Torch7
See: [Getting started with Torch](http://torch.ch/docs/getting-started.html)
And install luarocks packages.
```
luarocks install lua-csnappy
luarocks install md5
luarocks install uuid
PREFIX=$HOME/torch/install luarocks install turbo # if you need web application
``
#### Validation
Test the waifu2x command line tool.
@ -77,18 +92,7 @@ Test the waifu2x command line tool.
th waifu2x.lua
```
### Setting Up the Web Application Environment (if you needed)
#### Install packages
```
luarocks install md5
luarocks install uuid
PREFIX=$HOME/torch/install luarocks install turbo
```
## Web Application
Run.
```
th web.lua
```