Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteam1337/applied-ai-robot
Real-time speech translator
https://github.com/iteam1337/applied-ai-robot
Last synced: about 5 hours ago
JSON representation
Real-time speech translator
- Host: GitHub
- URL: https://github.com/iteam1337/applied-ai-robot
- Owner: Iteam1337
- Created: 2019-01-25T15:08:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:13:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:04:20.664Z (7 months ago)
- Language: Reason
- Size: 1.75 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖
Real-time speech translator## Google credentials
Don't forget to put the credentials file in the project directory with the default name (robot-9b190e317393.json)## SoX
Audio recorder requires you to install SoX and it must be available in your $PATH.### For Linux
```
sudo apt-get install sox libsox-fmt-all
```### For MacOS
```
brew install sox
```### For Windows
[Download the binaries](http://sourceforge.net/projects/sox/files/latest/download)## Running the project
### Starting the server
in ./
1. Put your api-credentials in robot-9b190e317393.json
2. npm install
3. npm start http://counterpartserver:port(you don't need to specify a counterpart server if you just want to use it locally)
### Starting the frontend
cd ./client
1. $:>npm install
2. $:>npm start
3. Open new shell/tab
4. $:>npm run server
5. Browse to http://localhost:4000