Skip to content

Commit

Permalink
add support to advanced api
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyZOZ committed Jun 7, 2017
1 parent 50a637f commit 9dde10e
Show file tree
Hide file tree
Showing 31 changed files with 2,372 additions and 40 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ __pycache__/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@ $ docker build -t dehaze-server .
$ docker run -it --rm -p 5000:5000 --name my-dehaze-server dehaze-server
```

## Install

```bash
$ pip install -r requirements.txt
$ python server.py
```

## 展示平台要求
运行中间结果 + 除雾后的图
1 change: 1 addition & 0 deletions dist/0.a8892723fd5c073c7801.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/05acfdb568b3df49ad31355b19495d4a.woff
Binary file not shown.
Binary file added dist/24712f6c47821394fba7942fbb52c3b2.ttf
Binary file not shown.
Binary file added dist/2c2ae068be3b089e0a5b59abb1831550.eot
Binary file not shown.
Loading

0 comments on commit 9dde10e

Please sign in to comment.