unzip Archive.zip in static/data to get the csvs Installing NumPy and Flask Prerequisites Python 3.x pip Installation pip install numpy flask Running the Server python3 app.py visit http://localhost:8000/ Structure app.py: Flask app templates/: HTML templates static/: Static files (CSS, JS, images)