You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a virtual environment called venv: python -m venv venv
Activate the environment: .\venv\Scripts\activate
Install all requirements by executing: pip3 install -r install.requirements
Exit virtual environment: deactivate
Running React App
Add .env file in \frontendV2 and \src\demo directory to access EC2 instance
Change directory to frontendV2: cd frontendV2
To install: npm install
To run: npm start
Setting up of the cc2650 device
Please make sure your device is not paired with any device at the moment; this includes closing the SensorTag app on your phone after use.
Please make sure you reset your SensorTag device to factory settings using the instructions at
TI Sensor Tag User Guide ; This UI option is only available in Windows;
Running the live prediction code
Open a command prompt
At the root directory, change directory to demo folder: cd src/demo