Avatar installation using Qt\QML - 3C-SCSU/Avatar GitHub Wiki

Execute the below commands

  1. sudo apt update
  2. sudo apt install python3-pip
  3. pip install pyqt5
  4. pip install pyqt6
  5. pip install opencv-python
  6. sudo apt update
  7. sudo apt install qt5-default
  8. sudo apt install qt6-base-dev
  9. sudo apt install qtcreator

To execute Version - I : brainwave-prediction-app/GUI.py

  1. Login to terminal

  2. clone the Avatar Repository

  1. Change the Directory to Avatar
  • cd Avatar
  1. check the files in the directory
  • ls -l
  1. The GUI.py file is present inside the folder brainwave-prediction-app
  • cd brainwave-prediction-app
  1. check the files in the directory
  • ls -l

7.change back to Avatar Directory and execute the command in terminal

  • cd
  • python3 brainwave-prediction-app/GUI.py
  1. Displays the GUI with the tabs
  • GUI Title : Start Page
  • Tab 1 : BrainWave Reading
  • Tab 2 : Transfer Data
  • Tab 3 : Manual Drone Control
  • Tab 4 : Holding Patterns

To execute Version - II : Avatar/GUI3.py

  1. Login to terminal

  2. clone the Avatar Repository

  1. Change the Directory to Avatar
  • cd Avatar
  1. check the files in the directory
  • ls -l
  1. execute the command in terminal
  • python3 GUI3.py
  1. Displays the GUI with the tabs
  • GUI Title : Avatar Project
  • Tab 1 : BraineWave Reading
  • Tab 2 : Manual Drone Control
  • Tab 3 : Transfer Data

To execute Version - III : Avatar/GUI5.py

  1. Login to terminal

  2. clone the Avatar Repository

  1. Change the Directory to Avatar
  • cd Avatar
  1. check the files in the directory
  • ls -l
  1. execute the command in terminal
  • python3 GUI5.py
  1. Opens the GUI with the tabs

  2. Displays the GUI with the tabs

  • GUI Title : GUI5.py
  • Tab 1 : BraineWave Reading
  • Tab 2 : Manual Drone Control
  • Tab 3 : Transfer Data