Steps for running the application in Linux:
Step 1: (Optional) Create a virtual environment to avoid dependency conflicts
Open the terminal (with python and pip installed) and run python3 -m venv my_env_name to create the virtual environment.
Now run source myenv/bin/activate.
Step 2: Install required libraries
Run pip install --no-cache-dir -r requirements.txt.
Step 3: Run the application
Enter python3 ./main.py