Avatar installation using Qt\QML - 3C-SCSU/Avatar GitHub Wiki
Execute the below commands
- sudo apt update
- sudo apt install python3-pip
- pip install pyqt5
- pip install pyqt6
- pip install opencv-python
- sudo apt update
- sudo apt install qt5-default
- sudo apt install qt6-base-dev
- sudo apt install qtcreator
To execute Version - I : brainwave-prediction-app/GUI.py
-
Login to terminal
-
clone the Avatar Repository
- git clone https://github.com/3C-SCSU/Avatar.git
- Change the Directory to Avatar
- cd Avatar
- check the files in the directory
- ls -l
- The GUI.py file is present inside the folder brainwave-prediction-app
- cd brainwave-prediction-app
- 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
- 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
-
Login to terminal
-
clone the Avatar Repository
- git clone https://github.com/3C-SCSU/Avatar.git
- Change the Directory to Avatar
- cd Avatar
- check the files in the directory
- ls -l
- execute the command in terminal
- python3 GUI3.py
- 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
-
Login to terminal
-
clone the Avatar Repository
- git clone https://github.com/3C-SCSU/Avatar.git
- Change the Directory to Avatar
- cd Avatar
- check the files in the directory
- ls -l
- execute the command in terminal
- python3 GUI5.py
-
Opens the GUI with the tabs
-
Displays the GUI with the tabs
- GUI Title : GUI5.py
- Tab 1 : BraineWave Reading
- Tab 2 : Manual Drone Control
- Tab 3 : Transfer Data