Quickstart
This guide provides a basic example of how to run the main application.
Ensure Installation: Make sure you have followed the steps in the Installation guide. Especially if you are developing and testing.
Run the Main Application: The primary entry point is app/gui/main.py. But you can use the provided bash script to run the application directly. This script will automatically set up the environment and run the application in case you missed something.
Linux or MacOS:
./linux_mac_run.sh
Windows:
./windows_run.bat
Access the Application: This is a desktop application, so it will open a GUI window. You can interact with the application through this interface.
Explore the Tabs: The GUI consists of several tabs, each providing different functionalities. You can explore these tabs to utilize the various features of the application.