git clone (repo)
Make sure Python3 is installed. Check using:
python3 -V
-
Create & activate virtual environment in QVFT-Brain directory:
python3 -m venv venv source /venv/bin/activate
-
Install required libraries:
pip install -r requirements.txt
-
Initialize the server:
python app.py