After opening the project directory in cmd run the following command
pip install -r requirements.txt
After installing the requriements run the following command to run the application
python App.py
To build the binary executable file you need to install PyInstaller and then run the following command
python -m eel App.py web --onefile
after running the command the .exe file will be available under dist/app.exe