Skip to content

Commit

Permalink
Merge pull request #223 from stanford-oval/wip/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gcampax committed Jun 22, 2021
2 parents ee68d40 + 82e85ef commit e428d99
Show file tree
Hide file tree
Showing 20 changed files with 185 additions and 351 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Almond For Home Servers
# Genie For Home Servers

[![Build Status](https://travis-ci.com/stanford-oval/almond-server.svg?branch=master)](https://travis-ci.com/stanford-oval/almond-server) [![Coverage Status](https://coveralls.io/repos/github/stanford-oval/almond-server/badge.svg?branch=master)](https://coveralls.io/github/stanford-oval/almond-server?branch=master) [![Dependency Status](https://david-dm.org/stanford-oval/almond-server/status.svg)](https://david-dm.org/stanford-oval/almond-server) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/stanford-oval/almond-server.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/stanford-oval/almond-server/context:javascript)

## End User Programmable Virtual Assistants

This repository contains home server version of Almond, the end user programmable
This repository contains home server version of Genie, the end user programmable
assistant. It is a single-user version, suitable for running on low-power
devices and smart speakers.

Almond is part of Open Thing Platform, a research project led by
prof. Monica Lam, from Stanford University. You can find more
information at <https://thingpedia.stanford.edu/about>.
Genie is a research project from the Stanford University Open Virtual Assistant Lab.
You can find more information at <https://oval.cs.stanford.edu>.

## Running almond-server

Expand All @@ -26,7 +25,7 @@ podman run --name almond -p 3000:3000 \
docker.io/stanfordoval/almond-server
```

You can now navigate to [127.0.0.1:3000](http://127.0.0.1:3000) to access Almond, or use your voice with the hotword "computer".
You can now navigate to [127.0.0.1:3000](http://127.0.0.1:3000) to access Genie, or use your voice with the hotword "computer".

To manage the container later, you can use:
```bash
Expand Down

0 comments on commit e428d99

Please sign in to comment.