https://github.com/do-me/speechmap
A simple leaflet map with voice control
https://github.com/do-me/speechmap
Last synced: 4 months ago
JSON representation
A simple leaflet map with voice control
- Host: GitHub
- URL: https://github.com/do-me/speechmap
- Owner: do-me
- Created: 2021-11-19T14:37:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T15:48:13.000Z (over 4 years ago)
- Last Synced: 2025-07-20T07:33:03.193Z (11 months ago)
- Language: HTML
- Size: 47.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpeechMap
Try the **[DEMO](https://geo.rocks/speechmap/)**!
A simple leaflet map with voice control based on:
* [annyang](https://github.com/TalAter/annyang)
* [SpeechKITT](https://github.com/TalAter/SpeechKITT)
* [nominatim](https://nominatim.openstreetmap.org/ui/search.html?q=berlin).

## Installation
Just clone the repo and run any server, e.g. a basic Python server with
```cmd
python -m http.server
```
Access localhost in a Browser under
```
localhost:8000
```
Tests worked on desktop only and Chrome (not Chromium as API keys are missing).
## Commands
* "Fly to *city*" (or any other geocodable name)
* "Hello"
* "Stop listening"