This project is defunct and is no longer maintained.
The WAR (Web Audio Recognizer) website (https://thisiswar.online/).
- Twitter: @WebAudioReco
- Facebook: WebAudioReco
- Email: hello[at]thisiswar[dot]online
- Python 3
- Nginx
- uWSGI
- Beanstalkd
- Supervisord
- MongoDB
- A Pusher account
- A Bugsnag account
- A Gauges account
- An ACRCloud account
- Clone this repo
- Create a Python 3.5 virtualenv in the
venv
directory (at the root of the cloned repo) - Then the usual
source venv/bin/activate
andpip install --upgrade -r requirements.txt