- Under the NLP directory, install 'requirements1' and 'requirements2' respectively using pip. This will setup the environment for the audio processing daemon (requires python 3.8)
- In the daemon directory, make sure you have an empty folder called 'analytics_data'. This is used to store user data.
- Make sure you have Django installed.
- Go to nlp_server/analytics/views.py and set the 'daemon_directory_path'.
- Run the daemon using 'python nlp.py'
- Start django (under nlp_server) using 'python manage.py runserver' to start django on the localhost.
- Run client.py