Pulse Sensor is a client side single page web application, providing sentiment analysis services for employee pulse surveys.
This method does not require any prior setup (i.e. you do not need to have Python or Anaconda installed on your computer).
- Navigate to Pulse Sensor. (Does not work anymore as Heroku no longer provides free hosting services)
This set of instructions assumes that you already have anaconda prompt installed on your computer.
- Download the zipped folder containing the source code from kiosk branch (Click on Code and then Download ZIP).
- Unzip the zipped folder.
- Launch anaconda prompt.
- Navigate to where the unzipped folder is. For example, if your unzipped folder is in Downloads directory, then run the following commands in anaconda prompt:
cd downloads
cd PulseSensor-kiosk
- Create a new Python environment by running the following commands in anaconda prompt:
conda create -n pulse-sensor python=3.7
conda activate pulse-sensor
- Install the required dependencies by running the following command in anaconda prompt (This might take a while):
pip install -r requirements.txt
- Batch: Upload CSV file containing the text that you want to analyse and follow the on screen instructions. You can test Pulse Sensor with the following test files found here.
- Navigate to app folder in PulseSensor-kiosk folder by running the following command in anaconda prompt:
cd app
- Launch PulseSensor by running the following command in anaconda prompt:
python app.py
- Batch: Upload CSV file containing the text that you want to analyse and follow the on screen instructions. You can test PulseSensor with the following test files found here.