Skip to content

Commit

Permalink
Update figure.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Jan 8, 2022
1 parent 2bb4591 commit 88548a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Deep-Spell-9

## About

Deep-Spell-9 enables natural auto-completion and matching of geographic queries via deep neural networks.
Deep-Spell-9 enables neural auto-completion and matching of geographic queries via deep neural networks.

![Figure 1](docs/figure.png)

Expand All @@ -13,7 +13,7 @@ An interactive user interface is provided which allows
you to run Deep-Spell-9 within an interactive browser UI.
Use the `service.json` config file to configure the used models.

You have to options to launch the service:
You have two options to launch the service:

1. Via a local Python setup: Clone the repo, and run

Expand Down
3 changes: 2 additions & 1 deletion deploy.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

image_name="ds9"
version=$(head -n 1 "VERSION")
push=""
Expand Down Expand Up @@ -56,4 +58,3 @@ if [[ -n "$test" ]]; then
"$image_name:$version" \
"//ds9/serve.bash"
fi
py
Binary file modified docs/figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/figure.pptx
Binary file not shown.

0 comments on commit 88548a1

Please sign in to comment.