Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 383 Bytes

File metadata and controls

5 lines (4 loc) · 383 Bytes

FlaskWebAppExample

This is a Flask web application that runs a python script on local machine.

app.py requests the user to upload a input text or csv file and a number to indicate the number of times the local python script should be executed in parallel using the Thread Python module To make the upload process efficient in case of larger files, the upload is done in chunks.