- Clone the repository:
git clone https://github.com/Thanh-2004/AwD_Data
cd AwD_Data/AwD_data_v2
- Install dependencies:
- Create a virtual environment:
python3 -m venv AWD
Make sure your current Python version is 3.x
- Activate the environment
source AWD/bin/activate
or
AWD\Scripts\activate
for macOS/Linux and Window OS respectively
- Install libraries, packages and dependancies:
pip install -r requirements.txt
- Usage:
-
For real-time running: change the port corresponding to your computer
-
For demo running: change code at the top of streamlit_test.py from
from collectData_streamlit import start_threadtofrom collectData_streamlit_demo import start_thread -
To run:
streamlit run streamlit_test.py