- Step1: Set up Python environment and install dependencies as per README instructions
- Step2: Prepare the frontend using npm commands in the frontend directory
- Step3: Launch the backend with `python app.py` (preferably using gunicorn in production)
- Step4: Access the web app via http://127.0.0.1:5000 in a browser
- Step5: Upload CSV or XML files and utilize the data analysis features as needed