1.1 KiB
1.1 KiB
Restaurant Search
This work-in-progress represents a prototype semantic search web application that I'm developing as part of my master's thesis at Keio University. You can get a better understanding of the goals of my research by referring to the overview presentation. Although I no longer make the prototype accessible on the web, it is easy to get it up and running locally.
Dependencies
Installation
-
Install the search application:
$ go get github.com/FooSoft/search
-
Install the client libraries (from the
search/static
directory):$ bower install
-
Build and start the server (from the
search/cmd
directory):$ go build $ ./cmd
-
Access the web application at
localhost:8080
.
License
MIT